okyanusoz / EasyCrypt-AES

AES-256 version of EasyCrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived

This project is no longer being maintained. I recommend using OpenSSL.

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

About

AES-256 version of EasyCrypt

License:MIT License


Languages

Language:Python 100.0%