1 2 3 4 5 6 7 8 9
# GPG Crypto ## Encrypt file with passphrase gpg --symmetric <file> ### Decrypt gpg --output <out-file> --decrypt <in-file>