标签:ogr cpp bytearray ati return tom array turn include
#include <QCryptographicHash>
QString strToMd5(QString str)
{
QByteArray qba = QCryptographicHash::hash(str.toLatin1(), QCryptographicHash::Md5);
return qba.toHex();
}
标签:ogr cpp bytearray ati return tom array turn include
原文地址:https://www.cnblogs.com/Doyoung/p/14962538.html