URL
3 operations. Call any of them with cyberchef_bake, or pre-load them
with CYBERCHEF_TOOL_SURFACE=all.
Parse URI
Section titled “Parse URI”Pretty prints complicated Uniform Resource Identifier (URI) strings for ease of reading. Particularly useful for Uniform Resource Locators (URLs) with a lot of arguments.
- Tool name:
cyberchef_parse_uri - Input / output:
string→string - Arguments: none
URL Decode
Section titled “URL Decode”Converts URI/URL percent-encoded characters back to their raw values.e.g. %3d becomes =
- Tool name:
cyberchef_url_decode - Input / output:
string→string
| Argument | Type | Default |
|---|---|---|
treat_as_space |
boolean | true |
URL Encode
Section titled “URL Encode”Encodes problematic characters into percent-encoding, a format supported by URIs/URLs.e.g. = becomes %3d
- Tool name:
cyberchef_url_encode - Input / output:
byteArray→string
| Argument | Type | Default |
|---|---|---|
encode_all_special_chars |
boolean | false |