this post was submitted on 11 Jun 2025
6 points (87.5% liked)

privacy

4726 readers
24 users here now

Big tech and governments are monitoring and recording your eating activities. c/Privacy provides tips and tricks to protect your privacy against global surveillance.

Partners:

founded 3 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] CompactFlax@discuss.tchncs.de 3 points 2 days ago* (last edited 2 days ago) (3 children)

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

[–] cyborganism@piefed.ca 1 points 2 days ago (2 children)

Ah ok, so it's like a MD5 sum of the email with a signature key then.

[–] NotProLemmy@lemmy.ml 1 points 2 days ago (1 children)

Are you trying to use an email client for proton mail without paying for plus?

[–] cyborganism@piefed.ca 2 points 1 day ago

No I have a paid subscription. But I'm using their Android app, as well as Thunderbird in Linux.