Release v1.1.4
This commit is contained in:
@@ -5,11 +5,9 @@
|
||||
#include "Resource.h"
|
||||
#include "common/commands.h"
|
||||
|
||||
// 密码的哈希值
|
||||
// 提示:请用hashSHA256函数获得密码的哈希值,你应该用自己的密码生成哈希值,并替换这个默认值.
|
||||
#define PWD_HASH256 "61f04dd637a74ee34493fc1025de2c131022536da751c29e3ff4e9024d8eec43"
|
||||
|
||||
// CPasswordDlg 对话框
|
||||
|
||||
// 获取密码哈希值
|
||||
std::string GetPwdHash();
|
||||
|
||||
const Validation* GetValidation(int offset=100);
|
||||
|
||||
Reference in New Issue
Block a user