Encrypt file:
$ gpg -c {file}
Decrypt file:
$ gpg -o {decrypted file} -d {encrypted file}
Tags linux command
Back