- Install gpg, e.g.,
sudo port install gnupg
- Create a public/private key for yourself, e.g.,
gpg --gen-key
(you will have to answer some questions, I used 'knoto' as my comment - Encrypt a file, e.g.,
gpg -e -r knoto myfile.foo
(createsmyfile.foo.gpg
that can only be decrypted by knoto).
A repository of notes; by noto, for noto. Made public so noto can read it from anywhere. It won't make any sense to you.
Wednesday, May 9, 2012
Using GnuPG (gpg) for simple file encryption
How to use GnuPG for simple cases.
Subscribe to:
Posts (Atom)