Skip to content

alfazhossain/JSO-Encoder-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSO Encoder / Decoder

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.


Screenshot 2025-08-21 205812

Features

  • 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

Installation

  1. Clone the repo:
git clone https://github.com/mdalfaz/JSO-Encoder-Decoder.git
cd JSO-Encoder-Decoder
pip install -r requirements.txt
python jso.py

🚀 My Security Tool

This tool is built for educational and pentesting purposes only.
Use it responsibly and only on systems you are authorized to test.


📥 Download

👉 Download Windows EXE

(Replace the link above with your actual .exe file URL)


⚙️ Usage

  1. Download the EXE file.
  2. Run it on Windows (double click or from CMD).
  3. Follow on-screen instructions.

🛡️ Disclaimer

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).

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages