You are viewing an offline version of MongoDB documentation. Some page features might be unavailable. To view the latest version of the page or use interactive features, visit the live page.
In-Use Encryption
MongoDB provides two approaches to In-Use Encryption:
Choosing an In-Use Encryption Approach
You can use both Queryable Encryption and Client-Side Field Level Encryption in the same deployment, but they are incompatible with each other in the same collection.
Queryable Encryption
To learn how Queryable Encryption and its components work and how to implement it in your application, see Queryable Encryption.
Client-Side Field Level Encryption
To learn how Client-Side Field Level Encryption and its components work and how to implement it in your application, see Client-Side Field Level Encryption.