two simple cryptography algorithms in java.
The project was originally an assignment from our lecturer in computer system security at the University of Putra Malaysia (UPM) in Malaysia.
We decided to make this simple classes open-source for contribution.
This project is an implementation of two cryptographic algorithm in java.
- The first algorithm is an El-gamal encryption system.
- The second project is a custom-made algorithm provided in the subject of the assignment.
- I decided to include a version of Cryptorithm class in kotlin without any swing interface to use it in further project
- Of course all the classes in java in this project can be easily used in kotlin