File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
source/core/queryable-encryption Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,9 @@ Encryption Algorithms
51
51
~~~~~~~~~~~~~~~~~~~~~
52
52
53
53
The new encryption algorithm for {+qe+} uses randomized encryption based on
54
- `structured encryption
55
- <https://dl.acm.org/doi/abs/10.1007/978-3-030-77883-5_13>`__, which
56
- produces different encrypted output values from the same input. This
57
- prevents attackers from reverse-engineering the encryption.
54
+ structured encryption, which produces different encrypted output values
55
+ from the same input. This prevents attackers from reverse-engineering
56
+ the encryption.
58
57
59
58
For detailed information on MongoDB's approach to {+qe+}, see the
60
59
`Overview of {+qe+}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ and only communicated to and from the server in encrypted form.
33
33
34
34
Unlike :ref:`Client-Side Field Level Encryption <manual-csfle-feature>`
35
35
that can use :ref:`Deterministic Encryption <csfle-deterministic-encryption>`,
36
- {+qe+} uses fast, searchable encryption schemes based on `Structured Encryption <https://dl.acm.org/doi/abs/10.1007/978-3-030-77883-5_13>`__ .
36
+ {+qe+} uses fast, searchable encryption schemes based on structured encryption .
37
37
These schemes produce different encrypted output values even when given
38
38
the same cleartext input.
39
39
You can’t perform that action at this time.
0 commit comments