mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-23 08:45:09 +01:00
425 B
425 B
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 <IN> -o <OUT>
Decrypting Files
- Decrypt and output the results to :
gpg -d <IN> -o <OUT>
- Decrypt
gpg <filename>