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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Getting the Tech Community to Adopt Encryption

3 点作者 h0w412d将近 12 年前
Since most of the tech community disagrees with government surveillance, and tech community early adoption is often the catalyst for mainstream adoption, what do people think of getting the tech community to start using end-to-end encryption for basic internet services like email and instant messaging?<p>The first I&#x27;ve found is Silent Circle (https:&#x2F;&#x2F;silentcircle.com&#x2F;web&#x2F;home&#x2F;), which provides end-to-end encryption for a variety of services. Does any have experience and knowledge of its reliability, or a suggestion for a better service?

1 comment

geal将近 12 年前
One tip: make it dead easy to set up. Look at the Text Secure app: you can first pair with just a click, and everything is handled automatically through SMS. Nothing to type. The verification part is a bit more involved, but easy to do with QR codes.<p>The real problem with end to end security and things like email is that you cannot automate it without a central authority. You will still need to exchange keys at one time, and making that secure is hard.<p>If you are ready to make compromises, you could set up email clients so that they always send their public key in a header somewhere (or a pointer to their public key). You would not be sure on the first exchange that it is really the person you are talking to, but you would get the assurance that future messages come from the same person.