How to implement the concept of RSA to secure the system. Can anyone give simple examples in C#.net?
Asked
Active
Viewed 129 times
-1
-
1Can you describe what 'securing the system' means to you? – H H Aug 09 '13 at 14:04
1 Answers
1
Take a look at this project: http://www.codeproject.com/Articles/10877/Public-Key-RSA-Encryption-in-C-NET (Public Key RSA Encryption in C# .NET)
There is a small tutorial as well a project example demonstrating the basics.

Leo Chapiro
- 13,678
- 8
- 61
- 92