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 AES Non-Latin input content cannot be restored after being reversed.
To Reproduce
https://gchq.github.io/CyberChef/#recipe=AES_Encrypt(%7B'option':'Hex','string':'0000000000000000000000000000000'%7D,%7B'option':'Hex','string':'0000000000000000000000000000000'%7D,'CBC','Raw','Raw',%7B'option':'Hex','string':''%7D)To_Base64('A-Za-z0-9%2B/%3D')From_Base64('A-Za-z0-9%2B/%3D',true,false)AES_Decrypt(%7B'option':'Hex','string':'0000000000000000000000000000000'%7D,%7B'option':'Hex','string':'0000000000000000000000000000000'%7D,'CBC','Raw','Raw',%7B'option':'Hex','string':''%7D,%7B'option':'Hex','string':''%7D)&input=YWJjLeW%2BiOajkmRlZg&ienc=65001&oenc=65001
Expected behaviour Output content should equal to the input content
Screenshots
Desktop (if relevant, please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
AES Non-Latin input content cannot be restored after being reversed.
To Reproduce
https://gchq.github.io/CyberChef/#recipe=AES_Encrypt(%7B'option':'Hex','string':'0000000000000000000000000000000'%7D,%7B'option':'Hex','string':'0000000000000000000000000000000'%7D,'CBC','Raw','Raw',%7B'option':'Hex','string':''%7D)To_Base64('A-Za-z0-9%2B/%3D')From_Base64('A-Za-z0-9%2B/%3D',true,false)AES_Decrypt(%7B'option':'Hex','string':'0000000000000000000000000000000'%7D,%7B'option':'Hex','string':'0000000000000000000000000000000'%7D,'CBC','Raw','Raw',%7B'option':'Hex','string':''%7D,%7B'option':'Hex','string':''%7D)&input=YWJjLeW%2BiOajkmRlZg&ienc=65001&oenc=65001
Expected behaviour
Output content should equal to the input content
Screenshots
Desktop (if relevant, please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: