Docs HomeMongoDB Manual

Installation Requirements安装要求

Queryable Encryption with equality queries is generally available (GA) in MongoDB 7.0 and later. 具有相等查询的可查询加密在MongoDB 7.0及更高版本中通常可用(GA)。The Queryable Encryption Public Preview, released in version 6.0, is no longer supported. Data encrypted using the Public Preview is incompatible with the feature release. 不再支持6.0版本中发布的“可查询加密预览”。使用公共预览加密的数据与功能版本不兼容。For more information, see Compatibility Changes in MongoDB 7.0.有关更多信息,请参阅MongoDB 7.0中的兼容性更改

Overview概述

Learn about the applications and libraries you must install to use Queryable Encryption.了解要使用可查询加密必须安装的应用程序和库。

What You Need你需要什么

Before you can use Queryable Encryption, set up the following items in your development environment:在使用可查询加密之前,请在开发环境中设置以下项目:

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 Queryable Encryption, see Quick Start.要开始使用可查询加密,请参阅快速入门

To learn how to use Queryable Encryption with a remote Key Management Service provider, see Tutorials.要了解如何在远程键管理服务提供商中使用可查询加密,请参阅教程