Results 1 to 4 of 4

Thread: RSA Encryption

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Location
    Seattle, WA
    Posts
    17

    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

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    Here is some code I wrote a while back that uses the TripleDES encryption algorithm:

    http://www.vbforums.com/showthread.php?threadid=235478

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Location
    Seattle, WA
    Posts
    17
    Hrm, I dont think this is TrippleDES as theres only two keys (public + private) and this seems to want four or something...

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Location
    Seattle, WA
    Posts
    17
    Just incase anyone else stumbles across this post i found EXACTLY what i was looking for:
    http://www.devx.com/security/Article/17249

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width