Security improvement and use UPX to compress master

This commit is contained in:
yuanyuanxiang
2025-05-03 17:23:01 +08:00
parent 9078f1eb10
commit 72ef443504
12 changed files with 229 additions and 22 deletions

View File

@@ -14,6 +14,10 @@ std::string GetPwdHash();
std::string GetMasterId();
bool IsPwdHashValid(const char* pwdHash = nullptr);
bool WritePwdHash(char* target, const std::string& pwdHash);
class CPasswordDlg : public CDialogEx
{
DECLARE_DYNAMIC(CPasswordDlg)