From cbaf1932bcf980e3470a9f473b1ab43908f16a3a Mon Sep 17 00:00:00 2001 From: Alexandre Hamez Date: Fri, 28 Feb 2025 12:09:12 +0100 Subject: [PATCH] feat(key-manager): add a link to the Tink cryptography library --- pages/key-manager/api-cli/configuring-tink.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/key-manager/api-cli/configuring-tink.mdx b/pages/key-manager/api-cli/configuring-tink.mdx index fd261f349e..e922713ff5 100644 --- a/pages/key-manager/api-cli/configuring-tink.mdx +++ b/pages/key-manager/api-cli/configuring-tink.mdx @@ -11,7 +11,7 @@ dates: posted: 2025-02-03 --- -This page shows you how to set up and configure Tink for encrypting and decrypting data with Scaleway's Key Manager. +This page shows you how to set up and configure the [Tink cryptography library](https://github.com/tink-crypto) for encrypting and decrypting data with Scaleway's Key Manager. We recommend using Tink with Scaleway’s Key Manager, especially for Go-based applications. @@ -117,4 +117,4 @@ Scaleway supports the **Go Tink provider**. The `kekAEAD` object represents the key in Scaleway’s Key Manager. It allows you to encrypt payloads and decrypt ciphertexts. -Find out how to encrypt and decrypt data with Tink in the [dedicated documentation](/key-manager/api-cli/encrypt-decrypt-data-with-km-dek/). \ No newline at end of file +Find out how to encrypt and decrypt data with Tink in the [dedicated documentation](/key-manager/api-cli/encrypt-decrypt-data-with-km-dek/).