Pet project. Simple app to play with, creating encrypted text and also decrypting
- prompt user for text
- add a flag for file (-f) or text (-t)
- encrypt or decrypt text
- write output to text file or return output to terminal
- lay ground work to maintain additional ciphers
- add extra questions for prompt like, chosing the type of cipher to use (caeser, Vigenere, and more advance)