A simple Python-based tool for secure message encryption and decryption using AES-128 (CBC mode). This project allows users to input any message and get an encrypted output in Base64 format, which can later be decrypted using the same AES key.
h
- π AES-128 symmetric encryption in CBC mode
- π₯ Accepts user input for encryption and decryption
- π¦ Base64 encoding for encrypted data and key sharing
- π Random IV generation for every encryption
- π‘οΈ Secure key handling for temporary usage
- Language: Python 3
- Library: PyCryptodome (for AES encryption)
- Clone the repository
git clone https://github.com/https://github.com/aniket200/EncryptDecrypt/aes-encryption-tool.git
cd aes-encryption-tool