-
Notifications
You must be signed in to change notification settings - Fork 187
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
QAESEncryption Level is not working #63
Comments
Hi, it's possible one of the recently merged changes broke the code, can you try with an older commit? |
I want to thank you for your fast response.
} The output with AES_256: decodedString: "Ataturk dealt with the translation of scientific terminology into Turkish.He wanted the Turkish language reform to be methodologically based.Any attempt to cleansethe Turkish language of foreign influence withoutmodelling the integral structure of the language was inherently wrong to him" The following code giving not any output: `
} decodedString: "" |
I'll look into it |
I tried to AES_256, AES_192, AES_128 encryption levels with ECB, CBC, CFB, OFB modes.
AES_128 is not working
AES_192 is not working
AES_256 working
The output is empty byte array.
`
`
What should I change in this code for properly working AES_128 and AES_192 ?
The text was updated successfully, but these errors were encountered: