Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 478 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 478 Bytes

RSA-Algorithm

This repository is supposed to be an example of how RSA Algorithm work. In this project there is the RSA.java class that contains all the interesting things, and then there is the Main.java class in which I make 2 examples of RSA.java class usages ( with encryption and decryption ). This project is just an example ,so p and q are low numbers in between 50 and 100.

RSA Algorithm documentation