We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When using substitution, cyberchef is unable to produce the following decrypted ciphertext.
.-_ should become, _.- but instead becomes _-_ and warns that the ciphertext and plaintext are different.
.-_
_.-
_-_
To Reproduce Steps to reproduce the behaviour or a link to the recipe / input used to cause the bug:
https://gchq.github.io/CyberChef/#recipe=Substitute('.-_','_.-',true)&input=Li1f
Expected behaviour
I expect the output _.-
Screenshots
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using substitution, cyberchef is unable to produce the following decrypted ciphertext.
.-_
should become,_.-
but instead becomes_-_
and warns that the ciphertext and plaintext are different.To Reproduce
Steps to reproduce the behaviour or a link to the recipe / input used to cause the bug:
https://gchq.github.io/CyberChef/#recipe=Substitute('.-_','_.-',true)&input=Li1f
Expected behaviour
I expect the output
_.-
Screenshots
The text was updated successfully, but these errors were encountered: