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
As of version 6 of the mongodb driver, ClientEncryption all useful public APIs formerly exposed from mongodb-client-encryption have been moved into the driver and should now be imported directly from the driver.
Added keyAltNames as an example as it is useful for doing key lookups.
Copy file name to clipboardExpand all lines: docs/field-level-encryption.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ Keep in mind that the following example is a simple example to help you get star
39
39
The encryption key in the following example is insecure; MongoDB recommends using a [KMS](https://www.mongodb.com/docs/v5.0/core/security-client-side-encryption-key-management/).
0 commit comments