A modern browser-based universal decoder for developers, security researchers, and bug bounty hunters.
Decoed is a lightweight decoding toolkit that helps inspect and decode common encoding formats directly in your browser. It is designed to simplify the analysis of encoded data encountered during web development, API testing, and authorized security assessments. All processing happens locally in the browser, keeping your data private and eliminating the need for external services.
- 🔍 Automatic encoding detection
- 🌐 URL Encode & Decode
- 🔤 Base64 Encode & Decode
- 🔐 Base64URL Decode
- 📄 HTML Entity Decode
- 🌍 Unicode Escape Decode
- 🔢 Hexadecimal Decode
- 🪪 JWT Decoder
- 📋 JSON Formatter
- 📄 Copy decoded output
- 🧹 Clear input and output
- 🌙 Responsive dark interface
- 💻 Offline compatible
Security professionals frequently encounter encoded values in:
- URLs
- Query parameters
- API responses
- Cookies
- JWT tokens
- HTML source code
- JavaScript files
Decoed provides a single interface to decode and inspect these values quickly without switching between multiple online tools.
- HTML5
- CSS3
- Vanilla JavaScript (ES6)
No frameworks.
No backend.
No external APIs.
Everything runs locally in your browser.
Clone the repository:
git clone https://github.com/ethicalhacker-0101/Decoed.gitMove into the project:
cd DecoedOpen index.html in your browser.
- Open the project in Visual Studio Code.
- Install the Live Server extension.
- Right-click
index.html. - Select Open with Live Server.
- Paste encoded text into the input area.
- Click Decode.
- Decoed automatically detects the encoding type.
- Review the decoded output.
- Copy the result if needed.
Decoed/
├── index.html
├── css/
├── js/
├── assets/
└── README.md
| Format | Support |
|---|---|
| URL Encoding | ✅ |
| Base64 | ✅ |
| Base64URL | ✅ |
| HTML Entities | ✅ |
| Unicode Escapes | ✅ |
| Hexadecimal | ✅ |
| JWT | ✅ |
| JSON | ✅ |
- Local browser processing
- No user data collection
- No external requests for decoding
- Safe for inspecting sensitive encoded data
- Improved detection engine
- Multi-layer decoding
- Cookie Analyzer
- URL Parameter Parser
- Hash Identifier
- Browser Extension
- Additional encoding formats
- Performance optimizations
Contributions are welcome.
If you'd like to improve Decoed:
- Fork the repository.
- Create a feature branch.
- Commit your changes.
- Submit a Pull Request.
Bug reports, feature requests, and suggestions are always appreciated.
This project is licensed under the MIT License.
Hemnath
Cybersecurity Student
GitHub: https://github.com/ethicalhacker-0101
If you find this project useful:
- ⭐ Star the repository
- 🍴 Fork the project
- 🐞 Report issues
- 💡 Suggest new features
- 🤝 Contribute improvements
Your support helps make Decoed better for the developer and cybersecurity communities.
Built with curiosity, designed for learning, and created for developers and security researchers.