Skip to content

echoava/RSA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple RSA encryption/decryption with Java (GUI)

Since we're studying discrete mathematics in school, and currently reading about modular mathematics and RSA encryption, I thought it would be a nice exercise to whip something up in Java. I didn't want to take advantage of the various built in keypair generators in the JDK, but used a couple of handy methods in the BigInteger class instead.

Nothing fancy. Works only with integers, for the time being.

More about RSA: http://en.wikipedia.org/wiki/RSA_(algorithm)

About

A GUI Java app for encrypting/decrypting integers with RSA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%