Skip to content

Commit 5c19c1e

Browse files
DOCSP-38148 Removed link (#7056)
* Removed link * removed link
1 parent 050a4e1 commit 5c19c1e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

source/core/queryable-encryption/about-qe-csfle.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ Encryption Algorithms
5151
~~~~~~~~~~~~~~~~~~~~~
5252

5353
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.
5857

5958
For detailed information on MongoDB's approach to {+qe+}, see the
6059
`Overview of {+qe+}

source/core/queryable-encryption/features.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ and only communicated to and from the server in encrypted form.
3333

3434
Unlike :ref:`Client-Side Field Level Encryption <manual-csfle-feature>`
3535
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.
3737
These schemes produce different encrypted output values even when given
3838
the same cleartext input.
3939

0 commit comments

Comments
 (0)