From ff8fd6474e2b4e9b60fee086fe4fb7f292bc023a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9da?= <87707325+nerda-codes@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:27:36 +0100 Subject: [PATCH] Update pages/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx --- .../api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx b/pages/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx index a1721fe31d..3d955a72c7 100644 --- a/pages/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx +++ b/pages/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx @@ -187,7 +187,7 @@ Open a terminal and paste the following commands to export your environment vari } ``` - - The example above shows you how to use the Key Manager remote key encryption key to protect your data encryption key and AEAD stream, you can also protect the data encryption key using another non-remote key. + - The example above demonstrates how to use the Key Manager's remote encryption key to protect your data encryption key and AEAD stream. Alternatively, you can use a non-remote key to protect the data encryption key instead. - Associated data is authenticated but not encrypted.