From b516803c4be4ee6fcd67449513aa4bb767ed62a1 Mon Sep 17 00:00:00 2001 From: AKEevee <86937958+AKEevee@users.noreply.github.com> Date: Mon, 20 Dec 2021 11:43:43 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4811c91..609de21 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Monster_Melancholy_v2.0.0 -A big portion of the Source Code for Monster Melancholy v2.0.0 -A few parts of the code (like decryption, encryption, server security, etc) has been obfuscated due to security reasons -Some examples: the int encrypt and int decrypt functions; -in MHGdataHandle.h, line 87, please key in your own mongodb uri connection string for the code to work +A big portion of the Source Code for Monster Melancholy v2.0.0 +A few parts of the code (like decryption, encryption, server security, etc) has been obfuscated due to security reasons +Examples: +- The int encrypt and int decrypt functions; +- In File "MHGdataHandle.h", line 87, please key in your own mongodb uri connection string for the code to work. + +Please also note that mongo-c-driver was used for the C++ code for mongodb connections (see [mongo-c-driver-download-link](http://mongoc.org/))