this post was submitted on 11 Jun 2025
6 points (87.5% liked)
privacy
4698 readers
29 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:
- community.nicfab.it/c/privacy
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
Ah ok, so it's like a MD5 sum of the email with a signature key then.
Are you trying to use an email client for proton mail without paying for plus?
No I have a paid subscription. But I'm using their Android app, as well as Thunderbird in Linux.