Skip to content

thilo-behnke/java8-rsa-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-RSA-Implementation

Implementation of the RSA algorithm (https://en.wikipedia.org/wiki/RSA_(cryptosystem)) in Java. Architecture separates model from control and provides flexible interfaces for swapping algorithm implementations.

Features:

  • Encrypt and decrypt messages provided by user through input scanner
  • JUnit test coverage

Current issues:

  • Encrypting and decrypting methods can cause crashes due to BigInteger implementation

Releases

No releases published

Packages

No packages published

Languages