http://cat.i2p/2024.html
Update: Forgot to mention how to encrypt a text file: $ gpg --armor -r $FOO --encrypt $
BAR $FOO is the recipient, e.g.
[email protected] (this is a fake address), and $
BAR is the text file you want to encrypt. This command will output the file $BAR.asc which you can open with a text editor.