A Python tool using Tkinter for AES encryption & decryption. Securely encrypt sensitive data with ease.
- Generate encryption keys (128-bit or 256-bit) for added security.
- Encrypt hex files with AES encryption.
- Decrypt encrypted files using the corresponding key.
- User-friendly interface built with Tkinter.
- Python 3.x
- Tkinter library
- Crypto library (
pip install pycryptodome
)
-
Clone the repository:
git clone https://github.com/your-username/aes-encryption-tool.git
-
Install dependencies:
pip install pycryptodome
-
Run the
aes_encryption_tool.py
script:python aes_encryption_tool.py
-
Follow the on-screen instructions to encrypt or decrypt files.
Contributions are welcome! Please feel free to submit bug reports, feature requests, or pull requests to help improve this project.
This project is licensed under the MIT License.