This tool provides secure AES-256 encryption and decryption for text and files (.pdf and .txt) using CBC (Cipher Block Chaining) mode. It uses a secure, hardcoded 32-byte key and a random IV for every encryption operation.
You need to create a venv and install the following packages :pycryptodome, colorama