bug(All Operations): '%' sign caused cyberchef to show browser unsupported page
- Dominant language
- JavaScript
- Stars
- 35.8k
- Forks
- 4.1k
- Avg merge
- 2d 26m
- Merged PRs (30d)
- 33
Description
Example by doing by example https://gchq.github.io/CyberChef/#recipe=To_Hex('%',0)&input=aGVsbG8 and even will work https://gchq.github.io/CyberChef/#recipe=To_Hex('\\x','%')&input=aGVsbG8 that applys to all operations, no exceptions, see my video, that misleads the '%' cause browser unsupported error
https://github.com/user-attachments/assets/3b374069-51a5-4c32-8de8-a40cca1d6ce7
Contributor guide
Research direction
Reproduce the two supplied CyberChef links and compare their behavior with recipes that do not contain a '%' sign. Trace the shared recipe URL or hash handling entry point used by all operations; done means '%' inputs no longer lead to the browser-unsupported page, while the reported recipes still work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100