Hacker News new | ask | show | jobs
by chipgap98 926 days ago
How would interoperability and end to end encryption work together?
2 comments

The same way HTTP+SSL/TLS or OpenPGP/SMIME work: by standardization. No matter if you run Google Chrome, Firefox, Safari, cURL or your own client, you can connect with end-to-end encryption to any HTTP server with any kind of SSL frontend. For email, it's just the same - any client communicating with any other client implementing the respective standard can do so with e2e encryption.
There's no technical reason why services could not interoperate and still provide end-to-end encryption.