This commit is contained in:
2022-11-29 20:38:55 +08:00
parent a526a65f3e
commit b1422411a2
6 changed files with 83 additions and 7 deletions

View File

@@ -59,6 +59,7 @@ void LenheartThread()
LenheartBase::CBASE64 bb;
ippack += "nima";
std::string rsastring = bb.RsaPriEncrypt(ippack, Pri_key);
std::string enstring = bb.encode(rsastring);