/command-line-caesar-cipher

A Java application that implements a caesar cipher which is a type of substitution in which each letter is shifted a certain number of places also known as a key, down the alphabet(A-Z). It includes encoding and decoding.

Primary LanguageJavaMIT LicenseMIT

Watchers