For Programmers: Free Programming Magazines  


Home > Archive > C# > May 2005 > RSA with public key for Decrypting?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author RSA with public key for Decrypting?
blesh

2005-05-06, 8:58 am

I need to create some security for an application I'm working on and
I'd like to do some sort of asynchronous encryption like RSA. What I
need is an ecryption that has a public key that is used to decrypt and
a private key that's used to encrypt. Unfortunately, Microsoft's RSA
built into System.Security.Cryptography is exactly the opposite of
that.

What I'm planning on being able to do is create a public key and attach
it to my assembly. and keep the private on my end. Then I'm going to
use the private to encrypt licensing information and use the public to
decrypt it and check it against whatever.

Any help?

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com