https://github.com/chinnanj666/message-encryption-decryption
This Python-based application provides a graphical user interface (GUI) for encrypting and decrypting messages using AES encryption.
https://github.com/chinnanj666/message-encryption-decryption
aes algotithms cryptography python thinker
Last synced: 4 months ago
JSON representation
This Python-based application provides a graphical user interface (GUI) for encrypting and decrypting messages using AES encryption.
- Host: GitHub
- URL: https://github.com/chinnanj666/message-encryption-decryption
- Owner: chinnanj666
- Created: 2024-09-13T05:29:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-29T03:53:07.000Z (5 months ago)
- Last Synced: 2025-04-29T04:41:28.471Z (5 months ago)
- Topics: aes, algotithms, cryptography, python, thinker
- Language: Python
- Homepage:
- Size: 6.67 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Message Encryption and Decryption App
This project is a Python-based GUI application for encrypting and decrypting messages using AES encryption. It features a Tkinter-based interface for easy interaction and includes functionalities such as selecting key sizes, saving and loading encrypted messages, and displaying progress during encryption and decryption.
## Features- **AES Encryption and Decryption**: Securely encrypt and decrypt messages.
- **User-Friendly Interface**: Designed with Tkinter for easy interaction.
- **Key Size Selection**: Options for 16, 24, 32-byte keys.
- **Save and Load**: Save encrypted messages to a file and load them when needed.
- **Progress Indication**: Visual feedback during encryption and decryption.
- **Help Menu**: Instructions on how to use the application.