Encrypt/Decrypt using PGP
Tagged with: command, decrypt, encrypt, encryption, Linux, pgp
Usie this command to encrypt and decrypt a file using PGP in linux.
gpg -c file
gpg -o file -d file.gpg (output to file)
Usie this command to encrypt and decrypt a file using PGP in linux.
gpg -c file
gpg -o file -d file.gpg (output to file)