Python program with UI to encrypt and decrypt a text file with AES128 algorithm.
How to run:
- $
git clone https://github.com/hoseinmrh/File-Encryption-and-Decryption - $
Set up venv$pip install virtualenv
$python -m venv python
$cd python
$cd Scripts
$Activate
Then go back to main directory - Install requirements
$pip install -r requirements.txt - Start using it