Security Tools

🔄 Multi Decoder

17 codecs, auto-chaining and brute force. Magic peels encoding layers until something meaningful (or a flag) appears; manual mode chains transforms like a recipe. For CTFs, WAF bypass and malware obfuscation.

Or apply a codec to the current text (they chain):

Samples:

Frequently asked questions

What is the Magic mode?
It tries and chains decodings (Base64, Hex, ROT13…) up to 12 layers, scoring each result by whether it looks like meaningful text or a flag, and shows you the chain that gets there.
Which formats does it support?
17 codecs: Base64/32/58, Hex, URL, HTML, Unicode, binary, decimal, ROT13/47, Atbash, Morse, JWT, gzip/zlib and reverse; plus ROT-n and single-byte XOR brute force.
Is it good for CTFs?
Yes, that is its purpose: it recognizes flag{...} patterns and automatically tries the most common combinations.