CTF & dev tools

Encode / decode recipe

Chain operations like CyberChef: Base64, hex, URL, ROT13, XOR, Morse and more, in any order, with live output. Everything runs in your browser.

Encode
Decode
Cipher
Text

Add operations above to build your recipe — they run top to bottom.

Output
Every operation is plain JavaScript in your browser — nothing is uploaded.
Runs on your device — nothing is uploaded.

Frequently asked

Is this like CyberChef?

Same idea, smaller and private: you stack operations into a recipe and data flows through them. It covers the encodings and classic ciphers that come up most in CTF and day-to-day dev work, and it runs entirely on your device.

Can I reverse a transformation?

Yes — most operations come in encode/decode pairs (To Base64 / From Base64, To Hex / From Hex…). XOR is its own inverse with the same key. Chain the opposite steps in reverse order to undo a recipe.