A simple Python tool to encode text into ASCII codes and decode ASCII codes back to text, with a GUI and CLI version.
Useful for text obfuscation, learning ASCII encoding, or just fun projects.
-
GUI tool (Tkinter)
- Input box + Output box
- Encode & Decode buttons
- Copy & Save output
- Unlimited lines
- Colorful, user-friendly interface
-
CLI tool
- Encode / decode files or direct string input
- Supports large text files
- Works on any Python 3.9+ environment
- Clone the repo:
git clone https://github.com/mdalfaz/JSO-Encoder-Decoder.git
cd JSO-Encoder-Decoder
pip install -r requirements.txt
python jso.pyThis tool is built for educational and pentesting purposes only.
Use it responsibly and only on systems you are authorized to test.
(Replace the link above with your actual .exe file URL)
- Download the EXE file.
- Run it on Windows (double click or from CMD).
- Follow on-screen instructions.
This project is for educational purposes only.
I am not responsible for any misuse or damage caused by this program.
Always test in a legal scope (your own systems or authorized bug bounty targets).