Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to implement rsa algorithm usig c# so please give me step by step instunction how to ceate it??
Posted
Comments
Sergey Alexandrovich Kryukov 26-Sep-12 12:46pm    
What do you mean "how"? It's all in FCL, just see MSDN help. Do you know who encryption works in principal? The open-key thing?
--SA

This is all you need to know and understand well:
http://en.wikipedia.org/wiki/Public-key_cryptography[^],
http://en.wikipedia.org/wiki/RSA[^].

If you did not have clear understanding how it works, expect yourself to shout "Eureka!".

And this is how to do it in .NET:
http://msdn.microsoft.com/en-us/library/system.security.cryptography.rsa.aspx[^].

That's all.

—SA
 
Share this answer
 
This is an article on CodeProject about RSA encryption/decryption using C#:
Public Key RSA Encryption in C# .NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900