Skip to content

BusangM/Python-Text-Encoder-and-Decoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%