Created a simple encrypter-decrypter GUI program to demonstrate the GUI with python tkinter, cryptography and object oriented programming with Python.
- (Tkinter) pip3 install tk
- (Hashlib) pip3 install hashlib
- (Python Crypto Utilities) pip3 install pycrypto
- (ARC4 python) pip install arc4 OR https://github.com/manicmaniac/arc4