05 2023 档案
摘要:```c++ #include QByteArray hash2 = QCryptographicHash::hash(password.toLocal8Bit(), QCryptographicHash::Md5); auto pwd = hash2.toHex().toStdString();
阅读全文
摘要:下面是gpt回答的 1.libarchive 使用密码压缩文件和解压缩文件 #include <archive.h> #include <archive_entry.h> #include <stdio.h> #include <string.h> int create_encrypted_arch
阅读全文