Skip to content

Commit

Permalink
docs(k-m): links fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nerda-codes committed Feb 4, 2025
1 parent 2728dfb commit 2009efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/key-manager/api-cli/create-dek-api-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you need to use your DEK, you can decrypt it using the [Decrypt data operatio

**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**.

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).
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/).

<Message type="important">
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Open a terminal and paste the following command to perform the actions described
### Encrypting a DEK manually
1. [Generate one data encryption key](replace-with-link) **for each plaintext you want to encrypt**.
1. [Create one data encryption key](/key-manager/how-to/create-manage-dek/) **for each plaintext you want to encrypt**.
<Message type="tip">
This ensures that each encryption operation uses a unique encryption key, enhancing security.
Expand Down

0 comments on commit 2009efd

Please sign in to comment.