https://github.com/kharizzakaye/message-encoder-decoder
A Python program that encodes and decodes a message. Built with Tkinter and Python Base64.
https://github.com/kharizzakaye/message-encoder-decoder
base64 cryptography python3 tkinter
Last synced: over 1 year ago
JSON representation
A Python program that encodes and decodes a message. Built with Tkinter and Python Base64.
- Host: GitHub
- URL: https://github.com/kharizzakaye/message-encoder-decoder
- Owner: kharizzakaye
- Created: 2021-12-27T09:38:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T12:24:52.000Z (about 4 years ago)
- Last Synced: 2025-01-17T15:51:20.597Z (over 1 year ago)
- Topics: base64, cryptography, python3, tkinter
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Encoder-Decoder
A Python program that encodes and decodes a message. Built with Tkinter and Python Base64.
##
### How to use the program
- Run the program
- Clone or download the repo.
- Run
python3 main.py - Encode
- Type your message in the Message area
- Add the key that will be used to encode your message
- Type "e" in the Mode ("e" stands for encode).
- Click the Result button
- Decode
- Type the encoded message in the Message area
- Add the correct key to decode your message
- Type "d" in the Mode ("d" stands for decode).
- Click the Result button
##
### Screenshots

