January 18
2009

RSA Cryptography in C# Tutorial

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 arrays. This tutorial shows how to use RSA encryption in C# Programs.

Tutorial Part 1

How to create the form

Tutorial Part 2

Generating Keys

Tutorial Part 3a

Tutorial Part3b

Encrypting the message

Tutorial Part 4a & b

Decoding the message

Please, post any ideas/thoughts/comments/results in the comments.

Leave a Reply