Simple encryption program for short messages, includes logger and output history
Compile all 3 java files, main file is "Driver.java"
OPTIONS: Password: Enter a password to use for encrypting and decrypting. It is not saved to history. Encrypt: Encrypt a message with the current password, either from the user or from history Decrypt: Decrypt a message with the current password, either from the user or from history History: Check the history of inputs to and outputs from the program Quit: Exit the program