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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Why (special agent) Johnny (still) Can't Encrypt

115 点作者 packetlss将近 14 年前

5 条评论

travem将近 14 年前
Really interesting article. One particular statement caught my eye "many P25 systems … are "rekeyed" at frequent intervals, in the apparent (and basically erroneous) belief that changing encryption keys regularly improves security". My belief was that rekeying was useful in order to limit the "blast radius" if a key was compromised and thus improves security. I'd be interested in finding out why that isn't the case, is it because, as in the article, it introduces more problems that it solves or is there another reason?
评论 #2897163 未加载
评论 #2897145 未加载
Duff将近 14 年前
Cellphones and other out of band communications make police encryption a joke anyway. Anything really sensitive or controversial will be communicated via phone to avoid being recorded anyway.<p>The real reason for police agencies wanting encrypted voice traffic is to be less transparent, especially from the press. Modern government wants information to be dribbled out from the PR office.
评论 #2897570 未加载
评论 #2898618 未加载
shabble将近 14 年前
Previous thread at <a href="http://news.ycombinator.com/item?id=2874301" rel="nofollow">http://news.ycombinator.com/item?id=2874301</a> although not a lot of comments.
Wistar将近 14 年前
As usual, Matt Blaze is amazing.
评论 #2897091 未加载
feb将近 14 年前
A big lesson from this post (at least for me) is how much user interface affects security. He references an older paper "Why Johnny Can't Encrypt" (<a href="http://www.gaudior.net/alma/johnny.pdf" rel="nofollow">http://www.gaudior.net/alma/johnny.pdf</a>) where the negative impacts of the user interface in PGP 5.0 are analyzed. This is an old lesson which was not taken into account for the secured P25 handsets.<p>A similar analysis of the certs/SSL protection in browsers would be very interesting too.