
About CyberChef
CyberChef is a browser-based tool for analyzing and transforming data. Users build a recipe by dragging operations such as base64 decoding, AES decryption, regex extraction, or hex-to-text into a pipeline, and the tool runs them top to bottom on the input as it is typed.
It is widely used by security analysts, incident responders, CTF players, and developers who need to quickly try sequences of decodings, encodings, and parsing steps. The library includes hundreds of operations covering encryption, hashing, compression, networking formats, dates and times, and many file formats.
CyberChef runs entirely in the browser, so data is never uploaded to a server. The project is open source under Apache 2.0 and can be downloaded and run locally, which is the recommended option for sensitive data.
Key features
Recipe pipeline
Chain operations into a recipe that runs in order, so each step transforms the previous step's output.
Hundreds of operations
Encoding, hashing, encryption, compression, parsing, networking, and date operations are all built in.
Runs in the browser
All processing happens client-side, so input data never leaves your machine.
File and binary support
Drag in files to operate on binary data, including images, archives, and packet captures.
Shareable recipes
Recipes can be saved, exported, or shared via URL so colleagues reproduce the same pipeline.
Common use cases
- Decoding suspicious URLs or payloads during incident response
- Solving capture-the-flag challenges that involve nested encodings
- Inspecting and converting between text encodings and file formats
- Hashing, signing, or verifying small pieces of data without writing code
Install CyberChef:
1. Make sure to choose the right OS and Browser in the config section above.
2. and don't hesitate to check it's content.
3. Paste the code in your termial of choice.
4. You can now find and use CyberChef just like any other app on your OS! 🎉
App Configuration:
| Key | Value |
|---|---|
| Name | CyberChef |
| Website | https://gchq.github.io/CyberChef |
| Developer | GCHQ |
| Category | SecurityApplication |
| Pricing | Open source / free |
| Platforms | Web |
| Tags | security, tool |
Frequently asked questions
Is CyberChef free?
Yes, CyberChef is open source under Apache 2.0 and free to use both online and self-hosted.
Is my data uploaded to a server?
No, all processing happens in the browser, so input data stays on your machine.
Can I run CyberChef offline?
Yes, you can download a release from GitHub and open the static HTML file locally.
Who maintains CyberChef?
CyberChef was created and is maintained by GCHQ, the UK's signals intelligence agency, with contributions from the open-source community.