▲ | cortesoft 4 days ago | |||||||
> I guess what I’m saying is I’ve come across many cases where even bad encryption is better than plaintext Where is this? Why would bad encryption be better than plaintext? I can't imagine a scenario where this is the case. | ||||||||
▲ | 8organicbits 4 days ago | parent [-] | |||||||
Email is a great example of this. There's a bunch of complications like the 'to address' not matching the MX record, the MX record being served without DNSSEC, and a history of self-signed certificates. Unless you do something special you're likely transmitting email using TLS without validating the certificate. This is strictly better than plaintext as a passive eavesdropper cannot listen in; an active attack is needed. I wrote much more here: https://alexsci.com/blog/is-email-confidential-in-transit-ye... | ||||||||
|