mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
Add base GPG help file
This commit is contained in:
parent
55608529de
commit
d3551fd6a7
16
help/gpg.md
Normal file
16
help/gpg.md
Normal file
@ -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 <IN> with a password and output the results to <OUT>: `gpg -c <IN> -o <OUT>`
|
||||||
|
|
||||||
|
## Decrypting Files
|
||||||
|
|
||||||
|
- Decrypt <IN> and output the results to <OUT>: `gpg -d <IN> -o <OUT>`
|
||||||
|
- Decrypt <IN> `gpg <filename>`
|
Loading…
x
Reference in New Issue
Block a user