How to encrypt a file with a password

Encrypt. This will add an encrypted file called [filename].gpg.

gpg --cipher-algo AES -c [filename]

Decrypt. This will create the decrypted file called [filename].

gpg -o [filename] -d [filename].gpg

Also see How to archive and encrypt a directory with a password.

Last modified: 29/09/08 15:03:15
Go to top

Related Pages

No related pages or links.

Login/out

Login

Forgot Password?
Go to top
Go to top