Encrypt. This will add an encrypted file called [filename].gpg.
gpg --cipher-algo AES -c [filename]
Decrypt. This will create the decrypted file called [filename].
gpg -o [filename] -d [filename].gpg
Also see How to archive and encrypt a directory with a password.
