- Security >
- Encryption >
- In-Use Encryption >
- Introduction >
- Reference >
- Compatibility
Compatibility¶
This page describes the MongoDB and driver versions with which is compatible.
MongoDB Edition and Version Compatibility¶
Automatic encryption with is only available with MongoDB Enterprise Edition, version 4.2 or later.
- Manual encryption with
- is available with MongoDB Community and Enterprise Edition,
version 4.2 or later.
Driver Compatibility Table¶
is only available the following official compatible driver
versions or later:
Driver | Supported Versions | Quickstarts / Tutorials |
---|---|---|
:driver:`Node </node>` | 3.4.0+ |
|
:driver:`Java </java/sync>` | 3.12.0+ |
|
Java Reactive Streams | 1.13.0+ |
Java RS Documentation |
:driver:`Python (PyMongo) </pymongo>` | 3.10.0+ |
|
:driver:`C#/.NET </csharp>` | 2.10.0+ |
.NET Driver Quickstart |
:driver:`C </c/>` | 1.17.5 |
C Driver Client-Side Field Level Encryption |
:driver:`Go </go>` | 1.2+ |
Go Driver Quickstart |
:driver:`Scala </scala>` | 2.8.0+ |
Scala Documentation |
:driver:`PHP </php>` | 1.6.0+ |
PHP Driver Quickstart |
Ruby | 2.12.1+ |
Ruby Driver Quickstart |
Please refer to the driver reference documentation for syntax and implementation examples.