From 703773c0b5adf8ef363a75ca4102ea13208022e0 Mon Sep 17 00:00:00 2001 From: AKEevee <86937958+AKEevee@users.noreply.github.com> Date: Mon, 20 Dec 2021 19:42:36 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 609de21..5f375c1 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,8 @@ A few parts of the code (like decryption, encryption, server security, etc) has 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. + + I am using sha256 header files (that I modified slightly by excluding "#include ") from https://create.stephan-brumme.com/hash-library/ (and I would like to thank them) +under the zlib License. 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/))