Posts Tagged With: encrypt

Encrypt/Decrypt using GPG

Tagged with: , , , ,

Encrypt/Decrypt a file with GNU Privacy Guard - GPG.


#Encrypt
gpg -c file

#Decrypt
gpg file.gpg
1 Comment »