An open API service indexing awesome lists of open source software.

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.

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
![Screenshot 2022-05-01 194508](https://user-images.githubusercontent.com/29513236/166144402-fc1f040a-55c6-4c57-be30-abbaedc1a342.png)

![Screenshot 2022-05-01 194542](https://user-images.githubusercontent.com/29513236/166144404-58f0dfc8-3e97-41fc-891e-10f5ee08409e.png)