Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 495 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 495 Bytes

Crypter - Open Source ("Code - OSS")

Created a simple encrypter-decrypter GUI program to demonstrate the GUI with python tkinter, cryptography and object oriented programming with Python.


Dependencies

  • (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