/EasyCrypt-AES

AES-256 version of EasyCrypt

Primary LanguagePythonMIT LicenseMIT

EasyCrypt-AES

AES-256 version of EasyCrypt
This is a stronger version of the old EasyCrypt tool.
Install Dependencies Before running this, run: pip install -r requirements.txt to install required dependencies.
To run it, first run generatekey.py to generate an AES-256 key. And then you can run easycrypt.py to encrypt and decrypt files :)
If you have issues running EasyCrypt, please let me know.
NOTE: You cannot only download easycrypt.py or any other files. You will need the classes.py file in the same directory for EasyCrypt to run correctly.
EasyCrypt AES Edition uses AES-256 in CBC mode