You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, ``libmongocrypt`` must be installed from `source <https://github.com/mongodb/libmongocrypt/blob/master/bindings/python/README.rst#installing-from-source>`_.
372
+
You must have MongoDB 6.0 Enterprise to preview the capability.
357
373
358
374
Automatic encryption in Queryable Encryption is configured with an ``encrypted_fields`` mapping, as demonstrated by the following example::
359
375
@@ -412,20 +428,12 @@ automatically encrypted and decrypted.
412
428
Explicit Queryable Encryption (Beta)
413
429
````````````````````````````````````
414
430
415
-
PyMongo 4.2 brings beta support for Queryable Encryption with MongoDB 6.0.
431
+
PyMongo 4.2 brings beta support for Queryable Encryption with MongoDB >=6.0.
416
432
417
433
Queryable Encryption is the second version of Client-Side Field Level Encryption.
418
434
Data is encrypted client-side. Queryable Encryption supports indexed encrypted fields,
419
435
which are further processed server-side.
420
436
421
-
You must have MongoDB 6.0rc8+ to preview the capability.
422
-
423
-
Until PyMongo 4.2 release is finalized, it can be installed using::
Additionally, ``libmongocrypt`` must be installed from `source <https://github.com/mongodb/libmongocrypt/blob/master/bindings/python/README.rst#installing-from-source>`_.
428
-
429
437
Explicit encryption in Queryable Encryption is performed using the ``encrypt`` and ``decrypt``
430
438
methods. Automatic encryption (to allow the ``find_one`` to automatically decrypt) is configured
431
439
using an ``encrypted_fields`` mapping, as demonstrated by the following example::
0 commit comments