🧪

CyberChef

Free
Development Tools

GCHQ's open-source 'cyber Swiss army knife': chain hundreds of operations — base64, hex, compression, hashing, encryption, parsing — into recipes that transform data entirely client-side.

Catalogued January 1, 2026 · Curated by Web Apps Directory team
Online Only
Browser Only
Cross-Platform
Free
Tags
encodingcryptographyforensicsdata-transformationopen-sourceclient-side

Why we recommend CyberChef

CyberChef, released as open source by the UK's GCHQ, replaces a folder of sketchy single-purpose converter sites with one composable tool: drag operations (From Base64 → Gunzip → JSON Beautify) into a recipe and watch data transform live. Everything runs client-side, which is precisely what you want when the data being decoded is sensitive. The 'Magic' operation even guesses the encoding chain for you.

Best use cases

Best for: security analysts unwrapping layered obfuscation in phishing payloads, developers debugging encoding issues (double-encoded URLs, mixed charsets, gzip-in-base64), CTF players, and anyone doing repeatable data cleanup who can save the recipe URL and rerun it later.

Honest limitations

The interface is dense and utilitarian — first-time users face a wall of 400+ operations. Very large files can freeze the tab since everything runs in browser memory. It is a transformation tool, not an analysis suite: no case management or reporting.

Are you the maker of CyberChef? Claim this listing →

More in Development Tools