CyberChef icon indicating copy to clipboard operation
CyberChef copied to clipboard

Bug report: ROT13 does not rotate numbers properly

Open AaronStiff opened this issue 6 months ago • 0 comments

The ROT13 operation does not seem to correctly rotate numbers.

To reproduce:

  1. Enter 1 as input
  2. Add the ROT13 operation to the recipe
  3. Set rotation amount to -1

Expected result is 0, but actual result is 6

Compare with the way this decoder handles number rotation.

AaronStiff avatar Aug 23 '24 22:08 AaronStiff