A client-side, neon-maximalist decoder playground for quick CTF, web, and crypto puzzles. No data leaves your browser — everything runs locally in JavaScript.
Push to GitHub and enable GitHub Pages from the root of the default branch to use it instantly.
- Base64 — encode / decode
- URL — encode / decode / all components
- ROT — ROT-N cipher with shift selector
- Hex — hex ↔ text
- Binary — binary ↔ text
- Morse — text ↔ Morse code
- JWT — decode header & payload
- HTML Entities — encode / decode
- Auto-decode — tries common decoders and shows the best guess
- Brute-force ROT — lists all 25 shifts at once
- Neon maximalism theme with cyan, magenta, and lime glows
- Glassmorphic panels, animated title, scanline overlay
- Input/output swap, copy, clear, sample, and live stats
- 20-item history with one-click restore
Open index.html in any modern browser. No build step or server required.
- Create a new repository on GitHub.
- Upload
index.html,style.css,app.js, andREADME.md. - Go to Settings → Pages.
- Under Build and deployment, select Deploy from a branch and choose your branch (usually
main). - Save and wait a few seconds for the URL to appear.
MIT — free to use, modify, and deploy.