/RSA-Encryption-Algorithm

A simple RSA Encryption Algorithm in C# that can encrypt ASCII printable characters (character code 32-126). Algorithm includes two classes: one for generating encryption and decryption keys using two prime numbers, and the second class use to encrypt and decrypt .txt file

Primary LanguageC#GNU Lesser General Public License v3.0LGPL-3.0

Stargazers