What is the basic setup on the subject? Let say I have a QByteArray, and I need to encrypt it with simple password. And the application has to be portable to Linux, Windows and Mac. Do I have to include mcrypt.h and mcrypt.c in the QT project? And then decrypt it in another piece of code Just a very simple setup
A:
You might want to look at Qt Cryptographic Architecture (QCA)
Should do what you need, is QT based, and is cross-platform.
Brian Roach
2010-04-19 18:31:12
Thanks, is it compatible with PHP MCrypt?
Regof
2010-04-19 20:01:53