You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hex values prefixed with '%' are a special case known as 'URL encoding' or 'Percent-encoding'. CyberChef handles this using the 'URL encode' and 'URL decode' operations.
Using 'URL decode' is preferable to 'From Hex' in this situation because it helpfully ignores characters which are not encoded. 'From Hex' would try to treat everything as hex and mess things up.
I'll close this issue now, but may add the ability to specify custom delimiters for 'To Hex' and 'From Hex' in future.
JS unescape() decodes hex values prepended with "%". It would be nice to have.
The text was updated successfully, but these errors were encountered: