Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
Database Manual
/ / / / /

Overview: Use Queryable Encryption

This page summarizes the tasks required to create a Queryable Encryption-enabled collection, insert a document with encrypted fields, and query encrypted data.

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.

1

Create an encrypted collection and insert documents

2

Query a document with encrypted fields

Back

Create an Application

On this page