Home

Tue, Dec. 11th, 2007, 11:20 pm
Truecrypt for the Mac

Ugh, so truecrypt works for linux, and windows, but there's no truecrypt for the mac. :-\ Yeah, I know, you can use Disk Utility to create an AES encrypted imagefile, but I wanted something more portable... maybe it's a project idea?!
I haven't even written kernel code for linux, much less try my hand at one for the mac.

Wed, Aug. 8th, 2007, 09:03 am
Verifying Signatures

To import keys from a GnuPG keyserver:
gpg --keyserver wwwkeys.pgp.net --recv-keys 0x517D0F0E

Where 0x... is the key ID gen'd by
gpg --verify foo.sig

When foo.sig's signature isn't in your own DB.