Hello, I want to use a PGP key with my Proton mail account.

I was wondering how using PGP works exactly. Does it encrypt the whole email message? Or is it only a signature to prove it’s origin?

How does it affect recipients if they don’t have my public key? Or how do I share that key securely?

  • CompactFlax@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 day ago

    Signing an email generates a string that can be used with your public key to verify the contents haven’t been tampered with and that it came from you (assuming that you haven’t leaked the private key).  Encrypting an email is a different process; you’ll need the recipients public key, and they will decrypt with their private key.

    The intent of the design of public key cryptography is that the public key can be shared freely without risk.

    https://en.m.wikipedia.org/wiki/Public-key_cryptography