In the spirit of uncovering procedural knowledge gaps, I'd like to know how to use public key encryption.
Is there some website which generates public and private keys, and lets you encode and decode according to those keys?
I'd love if there was some way I could send my encoded text via IM or email, and just decode it like we do with rot13. Is there some way of doing this?
Currently, I encrypt things using TrueCrypt, but there's no way that I can communicate with people with that without securely establishing a common key beforehand.
Does anyone know how to do this?
The main reason is that it requires your recipient to take an extra step. If you send an encrypted email to someone else, and they haven't configured their mail client for encryption, then they won't be able to read it. For most people, that negative outweighs the privacy gain.
Before you send an encrypted (PGP-style) mail to someone, you need their public key. The recipient's public key is used to encrypt the message for them. So when you are able to send en encrypted e-mail to someone, they probably already have everything configured.
I guess most people don't care too much about their e-mail privacy; or at least don't have a clue that there is something that could be protected, but isn't. And if you use a free webmail, there is no point in encrypting your messages (and I don't know if it is even possible). If you are OK with Go... (read more)