Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

Overview: Enable Queryable Encryption

On this page

  • Enable Queryable Encryption
  • Install a compatible MongoDB driver and dependencies
  • Install and configure a Queryable Encryption library
  • Create a Customer Master Key
  • Create your Queryable Encryption enabled application
  • Use Queryable Encryption

This page summarizes the tasks required to set up your MongoDB deployment and your development environment for Queryable Encryption.

1

Install a Queryable Encryption compatible driver

Install libmongocrypt

2

Install and configure a Queryable Encryption library

3

Create a Customer Master Key

4

Create a Queryable Encryption enabled application

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.

← Tutorials