RSA Algorithm - Not Decrypting! (C#)

Topics on common programming languages
User avatar
Saman
Lieutenant Colonel
Lieutenant Colonel
Posts: 828
Joined: Fri Jul 31, 2009 10:32 pm
Location: Mount Lavinia

Re: RSA Algorithm - Not Decrypting! (C#)

Post by Saman » Fri Feb 03, 2012 6:06 am

According to MSDN link, your method is called "Initializes a new instance of the RSACryptoServiceProvider class using the default key". So it sound like the default keys are used. I don' think the keys are also included in the message. I think those must be separately given to its readers. This RSA guid would help you to understand some parts.
User avatar
Trebor29
Lieutenant
Lieutenant
Posts: 75
Joined: Thu Apr 29, 2010 12:34 am

Re: RSA Algorithm - Not Decrypting! (C#)

Post by Trebor29 » Fri Feb 03, 2012 8:48 pm

Thats great... thank you for your time with this Saman

Thats made things a bit clearer now. Although I did notice at the top of the article that the RSACSP is unusable on a shared hosting environment, which is something I was considering for this asp.net payment system that have to build.

I think it might be better if I start to look into SSL instead.... :laughing:

Thanks again for your help!

Trebor.
Post Reply

Return to “.Net & Other Programming”