1
Look up the recipient's public key using the form above.
2
Encrypt the message with your private key.
3
Encrypt again with the recipient's public key.
4
Base64-encode the result and send it to the recipient.
5
Recipient base64-decodes the message.
6
Recipient decrypts with their private key.
7
Recipient decrypts again with your public key to verify your identity.