Hi All,
Recently we tried to Implement CSFLE for our Mongo DB Data . I tried following the steps mentioned in the Mongo DB documentation.
We have hosted the MongoDB Atlas in GCP and now I am trying to use CSFLE from my local windows machine
I tries to use crypt_shared lib by setting bellow parametes in extraOptions
extraOptions.put(“cryptSharedLibRequired”, true);
extraOptions.put(“cryptSharedLibPath”, credentials.get(“SHARED_LIB_PATH”));
The Shared Lib I downloaded for windows mongo_crypt_shared_v1-windows-x86_64-enterprise-7.0.0
where I did not find the lib folder for mongo_crypt_v1.so.
Could you please help me where to get Mongo_crypt_v1.so file and which path to specify for
SHARED_LIB_PATH