mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
d3d4946212
Tech stack py
20 lines
639 B
Markdown
20 lines
639 B
Markdown
# 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> |