gpg
Table of Contents
gpg
An implementation of PGP, Pretty Good Privacy.
How to Use
Encrypt
Use symmetric algorithm
gpg -c myfile.txt
Rename output file
gpg -o outfile.bin
Combine
gpg -co outfile.bin myfile.txt
Decrypt
gpg outfile.bin
gpg.txt · Last modified: 2021/02/13 04:08 by 127.0.0.1