Coder Social home page Coder Social logo

ceasercipher's Introduction

Ceaser Cipher.

This is a java program that encrypts or decrypts text depending on the users choice, the key and the text.

By Phil Kipkemboi

Description

Once the program runs, the user has two choices, whether to encrypt or to decrypt text. This is then followed by a prompt to enter the text and a prompt for the key. The user then gets the result back.

BDD

INPUT OUTPUT
Encrypt choice followed by the text to be encrypted and the key to be used The encrypted text
Decrypt choice followed by the text to be decrypted and the key to be used The decrypted text

User Stories

  • As a user I should be given a choice on whether to encrypt or decrypt text.
  • As a user I should be prompted for the text to be acted on.
  • As a user I should be able to give the key.
  • As a user I should get the decrypted or the encrypted text back.

Setup

  • To run the application, first install the java development kit from https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
  • Next clone the project using $ git clone https://github.com/verisence/ceaserCipher/ to your preferred folder.
  • In the command prompt, navigate to src/main/java/ and run the command $ javac App.java ; java App

Technologies used

  • Java.
  • Gradle(for unit testing).

License

LICENSE

ceasercipher's People

Contributors

verisence avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.