This project was part of a group project created for a class at Seattle Pacific University. It implements a symmetric encryption and decryption algorithm using a single key. The project was written in C++ and implemented a command line interface (CLI) for the user to interact with the program. The algorithm uses an XOR operation and a Vigenere cipher to encrypt and decrypt the user's input.