CIS-7 Final Project Vigenere Cipher
Contributors: Anooj Patel and Bruce Palmer
Function: Take a string either encrypt or decrypt it with a given key. This done using the Vigenere cipher algorithm. For encryption the key may either be provided or randomly generated.
Uses: Uses may encrpyt messages for an intended audience so that communications may have an element of security.
To use: Load source code into a C++ IDE and compile. Upon compilaiton execute and follow instructions.