6 ms·
Hasn't the solution to this problem always been easy? Just encrypt before you type it into imessages; this applies to _all_ untrusted communication channels. Do
by arch-ninja 4y ago
Hasn't the solution to this problem always been easy? Just encrypt before you type it into imessages; this applies to _all_ untrusted communication channels. Don't tell me base64-encoding/decoding is what's stopping you from having perfect security?
- TillE 4y agoExactly, if you're dealing with truly sensitive information where any leak is unacceptable, make your own encrypted blob. Don't trust any communication software to do it for you. The concern typically isn't backdoors, it's bugs. I've had plenty of terrible experiences with Enigmail.
- joosters 4y ago'easy' and 'just' are doing a lot of work in your assertion here!
- kube-system 4y agoThat doesn't solve the problem of needing a trusted communication channel. You'd still need one to exchange keys.