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
Several classic ciphers implementation, which includes Caesar cipher, Vigenere cipher and Transposition cipher.
The program is able to do both encryption and decryption work for all these three kinds of ciphers by receiving an input from the user.
The "Message.java" file is the source code.
The file named "Tester.java" works as a checker, which explains one more time what is the mathematical logic behind these encryptions and what is expected to output.
About
Several classic ciphers implementation, which includes Caesar cipher, Vigenere cipher and Transposition cipher. The program is able to do both encryption and decryption work for all these three kinds of ciphers by receiving an input from the user.