Browse Source

Update encryption section in reference documentation.

Updating links for CSFLE.

Closes: #4638
pull/4666/head
ashni 2 years ago committed by Christoph Strobl
parent
commit
46afd6f40d
No known key found for this signature in database
GPG Key ID: E6054036D0C37A4B
  1. 2
      src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc

2
src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc

@ -80,7 +80,7 @@ To only encrypt parts of the `Address`, like `Address#street` the `street` field @@ -80,7 +80,7 @@ To only encrypt parts of the `Address`, like `Address#street` the `street` field
<4> ``Map``-like fields are encrypted as single value and not as a key/value entry.
====
Depending on the encryption algorithm, MongoDB supports certain operations on an encrypted field using its https://www.mongodb.com/docs/manual/core/queryable-encryption/[Queryable Encryption] feature.
Client-Side Field Level Encryption allows you to choose between a deterministic and a randomized algorithm. Depending on the https://www.mongodb.com/docs/v5.0/reference/security-client-side-automatic-json-schema/#std-label-field-level-encryption-json-schema/[chosen algorithm], https://www.mongodb.com/docs/manual/core/csfle/reference/supported-operations/[different operations] may be supported.
To pick a certain algorithm use `@ExplicitEncrypted(algorithm)`, see `EncryptionAlgorithms` for algorithm constants.
Please read the https://www.mongodb.com/docs/manual/core/csfle/fundamentals/encryption-algorithms[Encryption Types] manual for more information on algorithms and their usage.

Loading…
Cancel
Save