Overview: Use 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 create a Queryable Encryption-enabled collection, insert a document with encrypted fields, and query encrypted data.
Enable Queryable Encryption
Before encrypting and querying data, you must install a Queryable Encryption-enabled driver and libraries, create a Customer Master Key, and create your application. See Overview: Enable Queryable Encryption for instructions.