this post was submitted on 13 Feb 2024
249 points (95.9% liked)

Technology

58061 readers
31 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 7 points 7 months ago* (last edited 7 months ago) (1 children)

Proton is just your PGP email client + cloud sync (kind of like a password manager).

It generates a PGP key when you create an account. Then they encrypt incoming email with that key. You can replace this key if you want.

You can add PGP keys for contacts that aren't in the Proton ecosystem and they'll use those keys to encrypt out going mail and provide the information to reply using your Proton PGP key.

If your contract is another proton mail user, they set all this up automatically (they can figure that out via MX records). They've also pushed for an open standard for doing this automatically for all PGP capable MX servers (i.e. allowing the automatic key exchange to happen when emailing someone out of their ecosystem).

So what you get with Proton is a fancy PGP web client, encryption at rest server side, some niceties with automatic key exchange, and an IMAP bridge that handles all the key management outside of your mail client (which makes sure it's done right and everything is in sync across all your devices).

All the encryption and the initial key generation happens client side just like with Bitwarden.

[โ€“] [email protected] 1 points 7 months ago

Thanks for the clarification!