Cyber Chef#
CyberChef is a web app for analyzing and decoding data without the weight of dedicated tools or scripting. The operator chains recipes, encoding, decoding, crypto, parsing, all in the browser.
Example scenarios#
Decode a Base64-encoded string.
Convert a date and time to a different time zone.
Parse an IPv6 address.
Convert data from a hexdump, then decompress.
Decrypt and disassemble shellcode.
Display multiple timestamps as full dates.
Carry out different operations on data of different types.
Use parts of the input as arguments to operations.
Perform AES decryption, extracting the IV from the start of the cipher stream.
Automatically detect several layers of nested encoding.
Shortcuts#
Description |
Win / Linux |
Mac |
|---|---|---|
Place cursor in search field |
|
|
Place cursor in input box |
|
|
Place cursor in output box |
|
|
First argument of next operation |
|
|
First argument of nth operation |
|
|
Disable current operation |
|
|
Set / clear breakpoint |
|
|
Bake |
|
|
Step |
|
|
Clear recipe |
|
|
Save to file |
|
|
Load recipe |
|
|
Move output to input |
|
|
Create new tab |
|
|
Close current tab |
|
|
Next tab |
|
|
Previous tab |
|
|