Database Manual / Security / Encryption / In-Use Encryption / Queryable Encryption / Tutorials

Overview: Enable Queryable Encryption

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

Install a Queryable Encryption compatible driver

Install libmongocrypt

2

Install and configure a Queryable Encryption library

Install and configure a Queryable Encryption library

3

Create a Customer Master Key

Create a Customer Master Key

4

Create your Queryable Encryption enabled application

Create a Queryable Encryption enabled application

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.