Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report: ROT13 does not rotate numbers properly #1886

Open
AaronStiff opened this issue Aug 23, 2024 · 0 comments · May be fixed by #1903
Open

Bug report: ROT13 does not rotate numbers properly #1886

AaronStiff opened this issue Aug 23, 2024 · 0 comments · May be fixed by #1903
Labels

Comments

@AaronStiff
Copy link

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 AaronStiff added the bug label Aug 23, 2024
FranciscoPombal added a commit to FranciscoPombal/CyberChef that referenced this issue Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant