/Caesar

Caesar cipher

Primary LanguageJavaMIT LicenseMIT

Caesar

This program uses the caesar shift cipher to encode strings of data

To use:

  • The user enters the string
  • The user enters the key to which they want the string encoded
  • The program will output the encoded string, followed by the key that is needed to decode the string

This program can be run through command line, though the code is commented out.

The program does not run as intended. My aim was to have a user interface that would allow the user to encode and decode the strings from the same screen using the same key. However, due to a mishap, the keys must be seperate from each other. The decode() currently is not used butt its effect is still the same.