- Security >
- Encryption >
- In-Use Encryption >
- Introduction >
- Reference >
- Compatibility
Compatibility¶
This page describes the MongoDB and driver versions with which is compatible.
MongoDB Edition, Topology, and Version Compatibility¶
Automatic encryption with is only available with MongoDB Enterprise Edition and MongoDB Atlas, version 6.0 or later. You can use on a MongoDB replica set or sharded cluster, but not a standalone instance.
Driver Compatibility Table¶
is only available the following official compatible driver
versions or later:
Driver | Encryption Library |
---|---|
:driver:`Node.js </node>` version 4.7.0 or later. |
mongodb-client-encryption version 2.2.0-alpha.3 or later |
:driver:`C# .NET </csharp>` version 2.16.0 or later. |
No additional dependency |
:driver:`Java (Synchronous) </java/sync>` version 4.7.0-beta0 or later. |
MongoCrypt version 1.5.0-rc2 or later |
:driver:`Pymongo </python>` version 4.1.1 or later. |
pymongocrypt version 1.2.0 or later |
:driver:`Go </go>` version 1.10.0-beta1 or later. |
No additional dependency |