GPG, also known as the GNU Privacy Guard, is a free and open source implementation of the OpenPGP standard. # Creating Keys - Key: RSA and RSA - Keysize: 4096 bits - Valid for: 1y (1 year) ## Encrypting Files - Encrypt with a password and output the results to : `gpg -c -o ` ## Decrypting Files - Decrypt and output the results to : `gpg -d -o ` - Decrypt `gpg `