- # a very handy HowTo wrt gpg: http://www.aplawrence.com/Basics/gpg.html
- # a very handy HowTo wrt gpg can be found at http://www.aplawrence.com/Basics/gpg.html, and its reference manual at http://www.gnupg.org/gph/en/manual.html
- # encrypt a file with the encryption algorithm IDEA using a passphrase:
pgp -c plaintext -o ciphertext.pgp
- # decrypt a file with the encryption algorithm IDEA using a passphrase:
pgp -d ciphertext.pgp