/Message-Encrypter

A program to encrypt messages using a given keyword. Adding a GUI and random keyword functionality as well as other features soon.

Primary LanguageJava

Message Encrypter

This program allows the user to encrypt and decrypt phrases using a Caesarean Cipher. A Caesarean Cipher is one in which a given keyword is chosen, and is placed at the beginning of the alphabet. Every letter thereafter is shifted, creating a new array of characters by which a phrase can be translated.

Getting Started

Simply download and compile the Java files!

Prerequisites

Java JDK

Author

  • Frances O'Leary