Tag: pgp
Encrypt/Decrypt files using GPG
November 15, 2013
Encrypt/Decript files in linux #Encypt… gpg -c <Source File> #Decrypt… gpg <Encrypted File>
Encrypt/Decrypt using PGP
September 8, 2008
Usie this command to encrypt and decrypt a file using PGP in linux. gpg -c file gpg -o file -d…
Recent Comments