...from me, and can only be read by you
hmm hmm HMM
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
okay so you have a function f(m,k)->e, where m is the message, k is the key, and e is the encrypted message
they are all integers because computer
furthermore, the public key and private keys are inverses for f: f(a,b)=1, f(f(m,a),b)=m, f(f(m,b),a)=m
right?