[SOLVED] Qt simple AES128 encryption
-
wrote on 7 Feb 2015, 07:20 last edited by
Hi, I'd to ask about encryption in Qt. I found QCA and for example BOTAN, but both seems to me littelbit difficult to use.
The question is if does exist any other way how to do simples AES128 encryption/decryption?
Thank in advance. -
wrote on 7 Feb 2015, 09:00 last edited by
Did you have a look to "this post on QCA and AES128":http://qt-project.org/forums/viewthread/3564 already?
And here is a link to "QCA.":http://delta.affinix.com/qca/ -
wrote on 7 Feb 2015, 10:21 last edited by
Yes, as I wrote above I know about QCA, but I was not able to build it and therefore I am looking for any other way.
-
wrote on 7 Feb 2015, 10:55 last edited by
so what's wrong with this one (i didn't try it, just asking, it seems okay in terms of the "public functions" at the end of the file)? https://github.com/kokke/tiny-AES128-C/blob/master/aes.c
-
wrote on 7 Feb 2015, 14:00 last edited by
ok, thank you gyll, it works for me nicely. so this thread could be closed for me :D. thanks again
1/5