python-scripts/scripts/Message Encoder and Decoder/README.md

20 lines
639 B
Markdown
Raw Normal View History

# Message Encoder and Decoder
A web application used to encrypt and decrypt text messages.
- For the encodings listed in RFC 4648, it offers encoding and decoding functions.
## Tech Stack 🛠
![Python](https://img.shields.io/badge/Python-3.9-yellowgreen)
![Streamlit](https://img.shields.io/badge/Streamlit-0.85.1-red)
![base64](https://img.shields.io/badge/-base64-lightgrey)
## Features ⚡
- Encoding and Decoding using Private Key
- Neat and Clean UI
## Demo 👀
[streamlit-app-encode-decode.webm](https://user-images.githubusercontent.com/81156510/183291295-e759eb45-0c1c-4d4e-9f5a-e2f3f95f8a72.webm)
<hr>