Overview: Enable Queryable Encryption
On this page
Queryable Encryption with equality queries is generally available (GA) in MongoDB 7.0 and later. 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. For more information, see Compatibility Changes in MongoDB 7.0.
This page summarizes the tasks required to set up your MongoDB deployment and your development environment for Queryable Encryption.
Enable Queryable Encryption
1
Install a compatible MongoDB driver and dependencies
Use Queryable Encryption
After you install a Queryable Encryption driver and libraries, create a Customer Master Key, and create your application, you can start encrypting and querying data. See Overview: Use Queryable Encryption for instructions.