/Command-Line-Caesar-Cipher

A Java program on the command line that can encode and decode messages using Caesar shift cipher.

Primary LanguageHTMLMIT LicenseMIT

Command-Line-Caesar-Cipher

By Michael-Mbaya

DESCRIPTION

A Java program on the command line that can encode and decode messages using Caesar shift cipher.

SETUP/INSTALLATION REQUIREMENTS

  • Clone or download this repository (link in the section below) to your local machine and run the file App.java.
  • Ensure you have the latest version of java, java runtime environment and a jdk installed.
  • Run the file in the jdk in use e.g IntellijIDEA, Eclipse or Netbeans.

BDD (Behavior Driven Development)

A User would be able to do the following on the Console/Terminal:
  • Encrypt a letter or word that they give.
  • Decrypt a letter or word that they give.
  • Quit if not interested

TECHNNOLOGIES USED

  • Java

BUGS

  • N/A at the current time.
  • If you come across any bugs, please reach out to the contact below

CONTACTS

LICENSE

  • MIT License

Copyright (c) 2020 Michael-Mbaya

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.