Skip to content

URL

3 operations. Call any of them with cyberchef_bake, or pre-load them with CYBERCHEF_TOOL_SURFACE=all.

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: stringstring
  • Arguments: none

Converts URI/URL percent-encoded characters back to their raw values.e.g. %3d becomes =

  • Tool name: cyberchef_url_decode
  • Input / output: stringstring
Argument Type Default
treat_as_space boolean true

Encodes problematic characters into percent-encoding, a format supported by URIs/URLs.e.g. = becomes %3d

  • Tool name: cyberchef_url_encode
  • Input / output: byteArraystring
Argument Type Default
encode_all_special_chars boolean false