/Python-Text-Encoder-and-Decoder

This project allows users to encode or decode messages. Users can choose which encoding and decoding processes to use. Through the use of a private key, the same message is encoded and decoded in a secure manner. Using the Python base64 library, binary data is encoded to ASCII characters and decoded back to binary data.

Primary LanguagePython

Python - Message Encoder & Decoder

This project allows users to encode or decode messages. The encoding and decoding processes must be selected by the user. Encoding and decoding of the same message are processed with the same key.

To run the project, execute the following command in the terminal:

    python3 python_encode_decode.py