Browse Source

#IQRV #comment: 初始化密钥

陈纪林80310970 9 months ago
parent
commit
b3187dc36a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Module/mod_accessauth/mod_AccessAuth.cpp

+ 1 - 1
Module/mod_accessauth/mod_AccessAuth.cpp

@@ -1014,7 +1014,7 @@ bool CAccessAuthEntity::SendInitMKReqACS(CInitlizerMKReq& initMKReq)
 	ErrorCodeEnum nRet = Error_Unexpect;
 
 	CBlob encInfo;
-	char* hexStr = "21009812312131213218F421D09CF123";
+	char* hexStr = "21009872C31CBC00D0C8F421D09CF707";
 	BYTE key[KEY_SIZE] = { 0 };
 	memcpy(key, ConvertHexStrToBytes(hexStr), KEY_SIZE);
 	//char key[KEY_SIZE] = { 0 };