First page Back Continue Last page Overview Graphics
Encrypting Local Files With GnuPG
$ gpg --encrypt --recipient <myID> <filename>
- Encrypts and compresses the file
- Creates <filename>.gpg
$ gpg --decrypt --output <filename> <filename>.gpg
- Decrypts the contents of <filename>.gpg into the file <filename>
Notes: