You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple python script to encrypt and decrypt files.
For this script I have used AES 256-bit key encryption with CFB mode from PyCryptodome Python package.
Installation and Usage
git clone https://github.com/Meeraswamy/File-Encrypt.git
cd ./File-Encrypt/
python3 main.py