Skip to content

Commit 2009efd

Browse files
committed
docs(k-m): links fix
1 parent 2728dfb commit 2009efd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/key-manager/api-cli/create-dek-api-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you need to use your DEK, you can decrypt it using the [Decrypt data operatio
6868

6969
**Key Manager does not handle direct data encryption**. It is specifically designed to **encrypt and decrypt Data Encryption Keys (DEKs) and is limited to processing inputs up to 64 kB in size**.
7070

71-
However, you can use the DEK independently from Key Manager, for example with the [Tink extension](replace-with-link) or with [OpenSSL](replace-with-link).
71+
However, you can use the DEK independently from Key Manager, for example with the [Tink extension](/key-manager/api-cli/encrypt-decrypt-data-with-km-dek/) or with [OpenSSL](/key-manager/api-cli/encrypt-decrypt-data-with-km-dek/).
7272

7373
<Message type="important">
7474
The way the KEK is generated, its length, and the encryption algorithm used, **cannot be changed or customized after creation**. However, unlike the KEK, you have the flexibility to choose any encryption algorithm (cipher) you prefer for encrypting and decrypting your data with the DEK. You are not restricted to a specific encryption method for the data itself.

pages/key-manager/api-cli/encrypt-decrypt-data-with-km-dek.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Open a terminal and paste the following command to perform the actions described
171171
172172
### Encrypting a DEK manually
173173
174-
1. [Generate one data encryption key](replace-with-link) **for each plaintext you want to encrypt**.
174+
1. [Create one data encryption key](/key-manager/how-to/create-manage-dek/) **for each plaintext you want to encrypt**.
175175
176176
<Message type="tip">
177177
This ensures that each encryption operation uses a unique encryption key, enhancing security.

0 commit comments

Comments
 (0)