This project is made for Simple cipher algorithm implementation.
There is "Ciphers" directory. Open it and go "src" dir.
There are several java files. "CipherTest.java" is runnning file and the others are Class files.
Try TEST and look at the Class files to figure out Simple Cipher Algorithms.
- Included Cipher-Algorithm
- Ceasar's Cipher
- Keyword Cipher
- DoubleMap Cipher
- Column Cipher
- Column&Keyword Cipher
[Of caurse, you can simply run the "Ciphers" project by using "eclipse" or "IntelliJ" or etc.]