Tag: encryption
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…
Encrypt/Decrypt File using OpenSSL in Linux
September 4, 2008
Works on OS X, Linux, anywhere with OpenSSL installed: To encrypt a file: openssl des3 -salt -in infile.txt -out encryptedfile.txt…
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