File Encryption - Decryption Tool is a cryptography project that encrypts and decrypts your files of all extensions (txt, js, png...) in AES-256 CBC Mode. This works with a password chosen by the user and with an initialization vector (IV) generated by the program.
git clone https://github.com/AkhilJain5/CipherGuard.git
cd CipherGuard
pip install -r requirements.txt
Windows :
python CipherGuard.py [-h] [-e] [-d] [-i] [-c]
Linux :
python3 CipherGuard.py [-h] [-e] [-d] [-i] [-c]