Quantcast
Channel: txt » decrypt
Viewing all articles
Browse latest Browse all 4

Encrypt/Decrypt using PGP

$
0
0

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)

Viewing all articles
Browse latest Browse all 4

Trending Articles