I would like to implement a class as part of my application that would encrypt given string using AES. This application should run on Symbian 3 devices, so the targeted Qt framework would then be 4.6.4?
I have read somewhere that Qt doesn't have a cipher, but has anyone some experience on other open source C++ ciphers? (Like Crypto ++) can you compile those to Symbian platform?
Any suggestions on how to encrypt and decrypt String with AES would appreciated.
Thank you
Best Regards Tuomas



