摘要: ```c++ #include QByteArray hash2 = QCryptographicHash::hash(password.toLocal8Bit(), QCryptographicHash::Md5); auto pwd = hash2.toHex().toStdString(); 阅读全文
posted @ 2023-05-22 20:04 simp00 阅读(330) 评论(0) 推荐(0) 编辑