You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Java program with miscellaneous cipher algorythms implementation - Book, Cezar, Modulus gamma, Slogan, Table, Vertical Permutation and Vigenere.
A simple Java program with miscellaneous cipher algorythms implementation.
Book Cipher
Cezar Cipher
Modulus gamma Cipher
Slogan Cipher
Table Cipher
Vertical Permutation Cipher
Vigenere Cipher
Includes a simple JavaFX GUI.
To change it to english alphabet you only have to update ALPHABET constant in CypherHelper class.
About
A simple Java program with miscellaneous cipher algorythms implementation - Book, Cezar, Modulus gamma, Slogan, Table, Vertical Permutation and Vigenere.