Encrypt/Decrypt files using GPG
Encrypt/Decript files in linux
#Encypt...
gpg -c <Source File>
#Decrypt...
gpg <Encrypted File>
Encrypt/Decript files in linux
#Encypt...
gpg -c <Source File>
#Decrypt...
gpg <Encrypted File>
Encrypt/Decrypt a file with GNU Privacy Guard – GPG.
#Encrypt
gpg -c file
#Decrypt
gpg file.gpg