Installation Requirements
On this page
Queryable Encryption is generally available (GA) in MongoDB 7.0. To learn more, see Queryable Encryption.
Overview
Learn about the applications and libraries you must install to use Client-Side Field Level Encryption (CSFLE).
What You Need
Before you can use CSFLE, you must set up the following items in your development environment:
-
Install a MongoDB Driver Compatible with CSFLE.
-
Start a MongoDB instance or Atlas Cluster.
-
Grant file system permissions. The client application or a privileged user needs permissions to start the mongocryptd process on the host.
-
Install specific driver dependencies. To see the list of dependencies for your driver, select the tab corresponding to the language you would like to use to complete this guide:
Learn More
To start using CSFLE, see Quick Start.
To learn how to use CSFLE with a remote Key Management Service provider, see Tutorials.