Nov 032011
This is mostly a note for me. Someone out there may find it useful somewhere, so it’s going up.
Encrypt:
echo password | gpg –batch -q –passphrase-fd 0 –cipher-algo AES256 -c /path/to/file/to/encrypt
Decrypt:
echo password | gpg –batch -q -o /path/to/restore/to –passphrase-fd 0 –decrypt /path/to/file/thats/encrypted.gpg