|
|
|
|
|
by idontgetproton
3156 days ago
|
|
I don't understand this. Let's say I receive a newsletter from some website. That newsletter is not PGP-encrypted, so at some point the Proton Mail servers
must be able to see a plaintext version of it. That means I have to trust that
they never store that plaintext version. In addition, even if they immediately encrypt it and store the encrypted
version, how can they do so such that only I can read it? Is the key generated
from my password? How come it's possible to reset my password with a recovery
email address then? Surely they must be storing the key somewhere, in which
case storing encrypted messages is pointless. EDIT: apparently my second point is incorrect, forgetting your passphrase will indeed leave your emails permanently encrypted. The first point still stands though, it's not zero-knowledge at all if they receive the plaintext of my private emails in the first place and I have to trust that they don't store it. |
|
You can encrypt your "master" key with another key derived from your password. When you change your password, you just decrypt and re-encrypt the master key so that it doesn't have to change.
The combination of these two techniques in one form or another is responsible for much of modern computer security, including the encryption used on this very website.