How do I negotiate a session key with the email recipient? it's a single transmission? otherwise it's a one time pad perhaps - but then that defeats the point of the public key ?
would you mind expanding on this as it is an interesting area
A random key is used to encrypt the email, then that random key is asymmetrically encrypted using the recipient's public RSA key. You do not use your own key to encrypt mails to someone else. Indeed, you can send encrypted emails without even having a key of your own.
And yes thats what he says in the original latacora post.
I read the article '''invariably CC the quoted plaintext of your encrypted message to someone else (we don’t know a PGP email user who hasn’t seen this happen)'''
So I made the (incorrect) leap to pgp using the long term key to encrypt files. My bad.
But this does not fix the original point it seems - email is not going to be "secure" any time soon. But you can send encrypted files over email to people.
would you mind expanding on this as it is an interesting area