SkillAgentSearch skills...

RSA

A GUI Java app for encrypting/decrypting integers with RSA

Install / Use

/learn @johanbrook/RSA
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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)

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated4y ago
Forks18

Languages

Java

Security Score

60/100

Audited on Jan 12, 2022

No findings