-
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
AES Encryptation Length short in my Qt App. #31
Comments
Hello, can you provide a sample? |
I wonder if converting from QString to QByteArray you lose the terminating char that is at the end of the QString? So maybe something gets lost somewhere in those conversions? |
it could be, but in this case sometimes work and sometimes doesn't work. Maybe another solution or suggestion please. |
My suggestion would be to remove all QStrings and only use QByteArrays, something is happening between conversions, trims and removal of padding. |
ok, thanks for your suggestions, maybe you know any library to AES 256 instead of your example more trusty for a production environment please. |
openssl |
Please I have a problem in Qt-AES library, when I encrypt text multiple times in the same app, I get a text encrypted with less characters, and when I desencrypt in other app not desencrypt it.
The text was updated successfully, but these errors were encountered: