CyberChef
CyberChef copied to clipboard
Bug report: ROT13 does not rotate numbers properly
The ROT13 operation does not seem to correctly rotate numbers.
To reproduce:
- Enter
1
as input - Add the
ROT13
operation to the recipe - Set rotation amount to
-1
Expected result is 0
, but actual result is 6
Compare with the way this decoder handles number rotation.