Hi
I have encrypted string in this way.string1 is encrypted.now i want to decrypt this string.How can i.Is there any one help?
QByteArray string="Nokia";
QCryptographicHash *hash=new QCryptographicHash(QCryptographicHash::Md4);
hash->addData(string);
QByteArray string1=hash->result();
With Regards
jobayer



ecryptL(const TDesC8 &aInput, TDes8 &aOutput)

