Skip Navigation

Why isn't there an end-to-end encryption standard for email so that we can get rid of fax machines?

That's the reason we have to still use fax machines right?

I know there are ways to do encryption like PGP on your message directly or I think email sent over TLS? But that isn't the default right and that's why I can't send a picture of my license to the insurance company directly over email?

65 comments
  • I'm sure there is a much more sophisticated explanation from the lawyers' end, but more fundamentally, I'm pretty sure that encryption is not part of the basic protocol. Privacy is not actually a basic feature of the internet, so something as basic as email does not include it. Anything that uses email to do private coms would have to be referred to as ________ over email.

    PGP/GPG has been around as an option since the 90s, but it's rather clunky to implement and you need to know how to keep your private key safe. So, the problem has long been functionally "solved" for the competent, and there we stay; you and anyone you want to talk to privately will always be free (possibly not legal, but free) to generate a key pair each, share your public keys, and then talk privately using those keys for as long as you can keep your private keys safe.

    And really, I personally find the idea fairly silly, that some company is going to keep my key for me and respect my privacy. No, if someone wants to keep your private key for you, they want to know your business, all of it. You don't ask to hold anyone's keys anymore than you ask to hold their johnson for them when they piss. I do use some corporate encryptions, signal for things I don't want the DEA to know about mainly. Oh also FUCK THE DEA

  • PGP is the solution, but the problem is, that noone likes to use it. Or it's "too complicated", because it's another password they need to remember. Or, whatever. It would literally solve nearly all of the problems we currently have with emai 🤷 No more spam, because you could filter out all unsigned or untrusted mails, no problems when your email account is hacked, because the mails are encrypted on the server. No Mailserver admin spying on your mails...

    • Let's be honest, PGP has major usability issues. I mean, a standard that just tells you to "figure it out" with regards to key exchange? And while I'm sure there's plenty of people who've tried to make central services to handle the key exchange part, none have actually gotten any significant usage or seemingly even agreement.

      I don't think it would much reduce spam, though. If you use email in a closed environment of sorts, you already can reject email from people you don't know. If they use trusted email providers and you require SPF and DKIM (as most modern webmail does), spoofing isn't really a concern, at least not if you have an allowlist of senders. And if you're not in a closed environment, presumably you'd have to share your public key very widely, making it accessible to spammers too.

    • Spammers can sign mails

  • Anything we want to add to the e-mail system has to be a backwards-compatible with the older system. Otherwise, few people will actually use it.

65 comments