Skip to content

This is our repository for the Java Project for Second Semester at Bennett University

License

Notifications You must be signed in to change notification settings

InfectedMunshroom/Java-Project-Sem-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Project-Sem-2

This is our repository for the Java Project for Second Semester at Bennett University

RSA Encryption: Private key will be two very large prime numbers p and q Take two numbers N = p*q and E set E as 65537

Encryption y = x^E mod N Dencryption x = y^d mod N where x is plain text, y is cipher text

About

This is our repository for the Java Project for Second Semester at Bennett University

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages