I would like to understand how e-mail encryption works.
If I want to store my already sent encrypted e-mails, are they encrypted by my public key or private key? And which key is used to sign those messages?
I would like to understand how e-mail encryption works.
If I want to store my already sent encrypted e-mails, are they encrypted by my public key or private key? And which key is used to sign those messages?
You are talking about Public-key cryptography, it does not depend on where you use it: email or files and etc.
Public key is used for encrypt messages. Private for decrypt and sign messages.