Tag: gpg
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 GPG
March 21, 2008
Encrypt/Decrypt a file with GNU Privacy Guard – GPG. #Encrypt gpg -c file #Decrypt gpg file.gpg
Recent Comments