Proton Mail now supports post-quantum encryption, helping protect new encrypted emails against future quantum threats.

  • onlinepersona@programming.dev
    link
    fedilink
    arrow-up
    8
    ·
    2 months ago

    Can someone explain what the point is when the email contents are all read by the sender? Everything is already in a database somewhere.

    • asudox@lemmy.asudox.dev
      link
      fedilink
      arrow-up
      15
      ·
      2 months ago

      Well, if the other person uses protonmail, your client encrypts the email content before submitting it, which means protonmail can’t read it.

      If they do not use protonmail, well, protonmail can. They apparently store the emails after they have been sent encrypted with a key in your account, so they can’t read them afterwards.

    • Valmond@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      6
      ·
      2 months ago

      I can encrypt a message with your public key, and only you can decrypt it. The db will store the encrypted version.

      For example.

      This is not necessarily what/why they do it, just one example of how asymmetric ciphers can be useful in an email scenario.

      • onlinepersona@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        2 months ago

        Just about nobody uses that. Your bank, your online store, your doctor, the state, and about everybody except Alice and Bob send you unencrypted mail.

        Encrypting your email once received is like storing your postcards in a safe.

        • Valmond@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          It was just an example. Maybe you have your private key locally to access your email, so that if there is a security breach it’s impossible for them to release unencrypted emails?

          I mean I don’t know why, but there are loads of good examples of why someone would.