hashirshoaeb/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
C#LGPL-3.0