AES Encrypter/Decrypter is a simple Python application built using the Tkinter library and the cryptography module. It allows users to encrypt and decrypt messages using the AES (Advanced Encryption Standard) encryption algorithm.
- Generate Key: Generate a secure encryption key.
- Encrypt Message: Enter your message and encrypt it with the generated key.
- Copy Ciphertext: Copy the encrypted message to the clipboard.
- Decrypt Message: Paste the key and the ciphertext to decrypt the message.
- Python 3.x installed on your system.
- Required Python libraries are installed (Tkinter, cryptography).
- Clone this repository to your local machine.
git clone https://github.com/your-username/aes-encrypter-decrypter.git