Note: By no means is this code secure or validated. Treat as unchecked copy archived due to no changes planned.
Cipher and decipher with RSA algorithm. Program written in C# for Data security basics classes.
- System (Collections, Linq, Text, Threading and Numerics).
- p & q - prime numbers between 1 000 and 100 000,
- m - message to be ciphered.
- d & n - RSA keys,
- ciphered - message to be deciphered.