GnuPG encrypt/decrypt Sending a crypted document to your friend gpg --ouput document.gpg --encrypt --recipient yourfriend document Your friend (with private key) will do that to decrypt gpg --output document --decrypt document.gpg