From d3551fd6a7a0bdc67aabbe555b8ad6c8bbcf4487 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 6 Nov 2017 01:32:10 -0500 Subject: [PATCH] Add base GPG help file --- help/gpg.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 help/gpg.md diff --git a/help/gpg.md b/help/gpg.md new file mode 100644 index 0000000..5cb7576 --- /dev/null +++ b/help/gpg.md @@ -0,0 +1,16 @@ +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 `