TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: An interactive tutorial on symmetric encryption

5 点作者 chkas将近 3 年前

1 comment

chkas将近 3 年前
I hope this interactive tutorial on symmetric encryption is useful. The tutorial consists of examples that run in the browser (using my own simple programming language). It uses the Speck cipher because it is easy to implement with little code. It shows the different block modes, brute force attacks and the problem of reusing the counter ("nonce") in counter mode (or stream cipher). Feedback is welcome.