oh so it looks like pgp signatures are just the message but encrypted
and theyre useful when sending things in unsecured ways, to verify the message hasnt been changed and is really from me
okay making a key pair is pretty easy looks like
successfully signed a test file, encrypted, decrypted, imported a key, were good to go
my public key is at http://ianmhines.com/public-key if any of you crypt nerds want it
wait a minute, is asymmetrical encryption actually symmetrical, just in a bit more of a roundabout way? like, either key can encrypt, but the other one is needed to decrypt
ah, so this lets me send a message, encrypted with both my private and your public, that is for sure...