Skip to content

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.

Notifications You must be signed in to change notification settings

YuzhouGuo/messageEncipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

messageEncipher

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages