Hacker News new | ask | show | jobs
by biotech 4418 days ago
Is there an open-source, decentralized service that can be used for encrypted email? Something like that could be much more difficult to compromise.
4 comments

Any email provider (even yourself !) can be used with GPG to encrypt the content of your emails and have good privacy. Try Thunderbird with Enigmail.

This is notoriously known for not encrypting metadata, though, which is impossible because this very metadata is used to make email actually work.

Why trust it to a service? Encrypt it yourself.
You will need your recipients to also decrypt it themselves, then. And handle your own key-exchanging. Not trivial, if you want to be able to email lots of people.
Bitmessage is a beautiful concept but I've read many people having concerns over several aspects of how secure it really is. I hope the entire web one day works on a similar model.
Bitcoin is one such thing. Well, not the bitcoin protocol directly, but the basic idea of a block chain can be used for many interesting things, such as decentralised encrypted communication.