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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Why we don't offer PGP

37 点作者 trop超过 8 年前

2 条评论

lowpro超过 8 年前
&gt; &quot;Data is as secure as the weakest link in the chain.&quot;<p>This can&#x27;t be emphasized enough. Their main point is they have no good way to fully implement a secure PGP implementation, and the threat models PGP protects against only works if it&#x27;s implemented correctly.<p>It&#x27;s a tough problem, and unfortunately PGP itself is not in a state to address it. It&#x27;s too complicated, and not user friendly. At my job this past summer I tried to implement PGP within our red team in an easy, scalable way so when we proved we could do it, we could roll it out to blue team and eventually to non-IT people to make our organization more secure. The project failed, because there was no easy to use, scalable client that met our needs at the time.<p>When the Thunderbird of PGP comes out, then I&#x27;ll look into it again, in the mean time I&#x27;ll hobble along using keybase and signal for secure communications, imperfectly protecting myself from the actors it&#x27;s meant to protect against.
merb超过 8 年前
&gt; But key management is hard, and explaining how it works is &gt; hard, and there&#x27;s a very small set of users in the gap &gt; between those who don&#x27;t care about PGP at all, and those &gt; who care enough to do it themselves.<p>thats so true... It&#x27;s ridicoulus to explain people email encryption in general that most of the time they don&#x27;t do it after you explained the basics. It&#x27;s complicated and it&#x27;s hard not even S&#x2F;MIME with Outlook (builtin support) works flawelessy and sometimes it&#x27;s akward to troubleshoot why a certain email was not encrypted or why it was empty after sending or why it added \r\n lines to a csv, or whatever.