(no title)
LunicLynx | 2 months ago
Btw. The https communication comparison does not hold, there is always a third party that can read what you say. E2E chats are effectively communication where evidence is instantly destroyed.
Want to have a private communication, I think offline is the right approach.
I agree that it sucks, but it’s probably not about you. It’s about nefarious people that use this as an uber advantage.
anonymous908213|2 months ago
nisegami|2 months ago
If I use a third party CA this is correct. But what third party can read communications over HTTPS between a client and a server I control with a self signed SSL cert?
sgtrx|2 months ago
TLSv1.2 has Perfect Forward Secrecy with DHE and ECDHE key exchanges and in TLSv1.3 PFS is mandatory. A compromised root CA or even leaf certificate these days protects you from a man-in-the-middle and not a whole lot else - the certificate private key is never used for session key derivation and the keys themselves are ephemeral and never sent over the wire so even intercepting the key exchange doesn't allow decryption of the stream.
oasisaimlessly|2 months ago
baq|2 months ago
miroljub|2 months ago
46996435797643|2 months ago