Docs HomeMongoDB Manual

Installation Requirements安装要求

MongoDB's Queryable Encryption feature is available (GA) in MongoDB 7.0 and later. To learn more about Queryable Encryption and compare its benefits with Client-Side Field Level Encryption, see Queryable Encryption.MongoDB的Queryable Encryption功能在MongoDB 7.0及更高版本中可用(GA)。要了解有关可查询加密的更多信息,并将其与客户端字段级加密的优势进行比较,请参阅可查询加密

Overview概述

Learn about the applications and libraries you must install to use Client-Side Field Level Encryption (CSFLE).了解要使用客户端字段级加密(CSFLE)必须安装的应用程序和库。

What You Need你需要什么

Before you can use CSFLE, you must set up the following items in your development environment:在使用CSFLE之前,必须在开发环境中设置以下项目:

Dependency Name依赖项名称Description描述
mongodb-client-encryptionNodeJS wrapper for the libmongocrypt encryption library. The libmongocrypt library contains bindings to communicate with the native library that manages the encryption.libmongocrypt加密库的NodeJS包装器。libmongocrypt库包含用于与管理加密的本机库通信的绑定。

Learn More了解更多信息

To start using CSFLE, see Quick Start.要开始使用CSFLE,请参阅快速入门

To learn how to use CSFLE with a remote Key Management Service provider, see Tutorials.要了解如何将CSFLE与远程键管理服务提供商一起使用,请参阅教程