-
RSA Encryption
Hey,
Im trying to perform what should be the extremely simple task of encryping something using an *existing* rsa public key, and decrypting something using an *existing* rsa private key.
Anyone have the code to do this? As long as its a .NET assembly (and as long as it works..), i dont really mind which language its written in.
Thanks in advance,
Eric
-
Here is some code I wrote a while back that uses the TripleDES encryption algorithm:
http://www.vbforums.com/showthread.php?threadid=235478
-
Hrm, I dont think this is TrippleDES as theres only two keys (public + private) and this seems to want four or something...
-
Just incase anyone else stumbles across this post i found EXACTLY what i was looking for:
http://www.devx.com/security/Article/17249