Encrypt and decrypt files with a passphrase using GPG
How to encrypt and decrypt files with a passphrase using GPG - the quick and dirty way.
Encrypt
gpg -c file-to-be-encrypted.txt
Decrypt
gpg -d file-to-be-encrypted.txt.gpg
How to encrypt and decrypt files with a passphrase using GPG - the quick and dirty way.
gpg -c file-to-be-encrypted.txt
gpg -d file-to-be-encrypted.txt.gpg