Friday, August 7, 2015

RSA Encryption/Decryption Example Implementation for C#

Link to source code

Here is a very simple example implementation of RSA in C# using Private and Public key Encryption/Decryption. I also added an interface to be able to quickly switch between storage/loading of public/private keys  either to/from memory or XML files.

No comments:

Post a Comment