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

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

Notifications You must be signed in to change notification settings

MateuszGrabuszynski/dsb-rsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages