Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 469 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 469 Bytes

Note: By no means is this code secure or validated. Treat as unchecked copy archived due to no changes planned.

RSA

Cipher and decipher with RSA algorithm. Program written in C# for Data security basics classes.

Used libraries

  • System (Collections, Linq, Text, Threading and Numerics).

Ciphering

  • p & q - prime numbers between 1 000 and 100 000,
  • m - message to be ciphered.

Deciphering

  • d & n - RSA keys,
  • ciphered - message to be deciphered.