TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Getting the Tech Community to Adopt Encryption

3 pointsby h0w412dalmost 12 years ago
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

gealalmost 12 years ago
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.