Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AKEevee authored Dec 20, 2021
1 parent e5afaf0 commit b516803
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/))

0 comments on commit b516803

Please sign in to comment.