Add encrypt and decrypt functions

This commit is contained in:
yuanyuanxiang
2025-07-10 04:29:40 +08:00
parent 522e083d97
commit e4a1692a39
3 changed files with 148 additions and 16 deletions

View File

@@ -146,7 +146,7 @@ void CBuildDlg::OnBnClickedOk()
return;
}
//////////<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ//////////////////////
CONNECT_ADDRESS g_ConnectAddress = { FLAG_FINDEN, "127.0.0.1", "", typ, false, DLL_VERSION, 0, startup, HeaderEncV1 };
CONNECT_ADDRESS g_ConnectAddress = { FLAG_FINDEN, "127.0.0.1", "", typ, false, DLL_VERSION, 0, startup, HeaderEncV0 };
g_ConnectAddress.SetServer(m_strIP, atoi(m_strPort));
g_ConnectAddress.runningType = m_ComboRunType.GetCurSel();
g_ConnectAddress.protoType = m_ComboProto.GetCurSel();