Lazy Diary @ Hatena Blog

PowerShell / Java / miscellaneous things about software development, Tips & Gochas. CC BY-SA 4.0/Apache License 2.0

Equivalent of native2ascii and native2ascii -reverse in CyberChef

CyberChef Unescape string is equivalent to native2ascii -reverse. CyberChef Escape string is almost equivalent to native2ascii.

  • Escape level should be "Special chars".
  • native2ascii never escape Escape single quotes, double quotes, or backticks.
  • "Uppercase hex" should be checked.

Example: gchq.github.io