January 18
2009

RSA Cryptography in C# Tutorial, Part 1

C# Tutorial Windows

I noticed when I wrote my RSA Crypto program that there was not that much on the internet about RSA in C#. Fortunately, .NET has a RSA algorithm, but it only accepts data in byte strings. This tutorial shows how to use RSA encryption in C# Programs. You will need: Visual C# 2008 express, Visual [...]