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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why isn't there an AES512 or AES1024

4 点作者 vicpara将近 8 年前
Yes, I know AES/Rijndael is a symmetrical encryption algorithm that somehow became the winner of a competition NSA had a lot of strings to pull. In the same time it is considered relatively secure for most application. Our hard drives are most likely encrypted with AES128. For super military+ grade why isn't there an AES512 or 1024 ?

2 条评论

andreareina将近 8 年前
It&#x27;s infeasible to brute-force a 256-bit key[1]. Where cryptanalysis lowers the size of the job enough that it&#x27;s feasible, the answer isn&#x27;t to have a bigger key, it&#x27;s to have a better algorithm.<p>[1] <a href="https:&#x2F;&#x2F;www.schneier.com&#x2F;blog&#x2F;archives&#x2F;2009&#x2F;09&#x2F;the_doghouse_cr.html" rel="nofollow">https:&#x2F;&#x2F;www.schneier.com&#x2F;blog&#x2F;archives&#x2F;2009&#x2F;09&#x2F;the_doghouse_...</a>
bengunnink将近 8 年前
<a href="https:&#x2F;&#x2F;crypto.stackexchange.com&#x2F;questions&#x2F;20253&#x2F;why-we-cant-implement-aes-512-key-size&#x2F;20258" rel="nofollow">https:&#x2F;&#x2F;crypto.stackexchange.com&#x2F;questions&#x2F;20253&#x2F;why-we-cant...</a>