Is there any library in Qt for Symbian, with encryption algorithm like 3DES?
Thanks
Is there any library in Qt for Symbian, with encryption algorithm like 3DES?
Thanks
Hi erespia,
Qt can also use native C++ code.
So, what I suggest would be for you to go and look for a reference implementation of 3DES or DES in C++ and go from there!
The lines above are the best I have to offer.If anyone of you is of more advanced knowledge, I ask for your patience and understanding! - unknown arab poet
http://www.tamoggemon.com - Symbian blog - Windows Phone blog
My other blogs:
webOS blog iPhone blog BlackBerry blog Samsung bada blog Android blog
First of all Qt is C++ code and second there is a library implementing Triple-DES:
http://www.openssl.org/docs/crypto/des.html#
The same way you add any other library to qmake project. Search the forum, it was replied more than once.
If you're in the US, and possibly one of several other countries, you should use the embedded Symbian encryption facilities, to avoid problems with export rules.