Skip to content

Commit

Permalink
docs(key-manager): dates
Browse files Browse the repository at this point in the history
  • Loading branch information
nerda-codes committed Feb 6, 2025
1 parent 3fe09a6 commit ace5f0f
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion faq/key-manager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
content:
h1: Key Manager
dates:
validation: 2025-02-03
validation: 2025-02-06
category: identity-and-access-management
productIcon: KeyManagerProductIcon
---
Expand Down
4 changes: 2 additions & 2 deletions pages/key-manager/api-cli/create-dek-api-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ content:
paragraph: Learn how to generate a data encryption key (DEK) using the Scaleway CLI or API, leveraging Key Manager with AES encryption for secure data handling.
tags: key-management dek data-encryption-key cli sdk api encryption
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

<Macro id="requirements" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ content:
paragraph: Learn how to use Tink with Scaleway's Key Manager to securely encrypt and manage keys, including KEKs and DEKs, in Go applications.
tags: key-manager encryption decryption kms dek data-encryption-key go
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

This page shows you how to encrypt and decrypt data using your Key Manager [data encryption key](/key-manager/concepts/#data-encryption-key-dek) and [Tink](https://github.com/tink-crypto/tink/tree/master).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ h1: Encrypting and decrypting data streams with Streaming AEAD, Tink and Key Man
paragraph: Learn how to use Key Manager with Tink for secure encryption and decryption of large data streams using AEAD in Go.
tags: key sensitive-data tink aead streaming encryption decryption
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

This page shows you how to use Scaleway Key Manager with Tink to securely handle large data streams. Specifically, it uses AEAD, which ensures both encryption and authentication of data, along with associated data (like file paths) that is authenticated but not encrypted. This is important for handling large files efficiently, especially in cases where stream processing is necessary, such as video files or large logs.
Expand Down
4 changes: 2 additions & 2 deletions pages/key-manager/api-cli/manage-keys-with-tink.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ content:
paragraph: Learn how to use Tink with Scaleway's Key Manager to securely encrypt and manage keys, including KEKs and DEKs, in Go applications.
tags: key-manager encryption kms key-management-service cryptographic
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

This documentation page provides information on Key Manager Key Encryption Keys (KEKs) and Data Encryption Keys (DEKs), and how to use them with the Tink Go library.
Expand Down
4 changes: 2 additions & 2 deletions pages/key-manager/api-cli/rotate-keys-api-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ content:
paragraph: Learn why key rotation enhances security and how to configure automated or manual key rotation in Scaleway's Key Manager.
tags: key sensitive-data rotation versioning
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

[Key rotation](/key-manager/concepts/#key-rotation) is a critical security practice that ensures that encryption keys are not reused for extended periods of time. Regularly rotating keys helps limit the number of messages encrypted with the same key version.
Expand Down
2 changes: 1 addition & 1 deletion pages/key-manager/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Explore essential cryptographic concepts, including symmetric and asymmetric encryption, data encryption keys (DEKs), key encryption keys (KEKs), and Scaleway Key Manager's robust features for secure key management and encryption operations.
tags: key-manager key encryption-key
dates:
validation: 2025-02-03
validation: 2025-02-06
---

## Asymmetric encryption
Expand Down
4 changes: 2 additions & 2 deletions pages/key-manager/how-to/create-km-key.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ content:
paragraph: Discover how to create a key from the Scaleway console to decrypt your data using Scaleway's Key Manager.
tags: key-manager encryption data key
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

Scaleway's Key Manager allows you to create key encryption keys from the [Scaleway console](https://console.scaleway.com). Key encryption keys can then be used to encrypt and decrypt your encrypted data.
Expand Down
4 changes: 2 additions & 2 deletions pages/key-manager/how-to/create-manage-dek.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ content:
paragraph: Discover how to create a data encryption key from the Scaleway console to encrypt and decrypt your payloads using Scaleway's Key Manager.
tags: key-manager data-encryption-key data key payload encryption
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

Scaleway's key Manager allows you to create [data encryption keys (DEK)](/key-manager/concepts/#data-encryption-key-dek) to encrypt and decrypt your [payload](/key-manager/concepts/#payload).
Expand Down
4 changes: 2 additions & 2 deletions pages/key-manager/how-to/delete-km-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ content:
paragraph: Discover how to delete a Key Manager key from the Scaleway console.
tags: key-manager delete key
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

This page shows you how to delete a Key Manager key.
Expand Down
4 changes: 2 additions & 2 deletions pages/key-manager/how-to/disable-km-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ content:
paragraph: Discover how to disable a Key Manager key from the Scaleway console.
tags: key-manager disable key
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

This page shows you how to disable a Key Manager key which is enabled by default. Disabling a key renders it unusable for cryptographic operations by any user and application.
Expand Down
4 changes: 2 additions & 2 deletions pages/key-manager/how-to/rotate-kem-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ content:
paragraph: Discover how to rotate a key from the Scaleway console to decrypt your data using Scaleway's Key Manager.
tags: key-manager rotation key-version
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

Key rotation is a critical security practice that ensures that encryption keys are not reused for extended periods of time. Regularly rotating keys helps limit the number of messages encrypted with the same key version.
Expand Down
2 changes: 1 addition & 1 deletion pages/key-manager/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ meta:
label="Read more"
/>
<DefaultCard
title="Perform key rotation using the Scaleway CLI and API"
title="Rotate keys using the Scaleway CLI and API"
url="/key-manager/api-cli/rotate-keys-api-cli/"
label="Read more"
/>
Expand Down
4 changes: 2 additions & 2 deletions pages/key-manager/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ content:
h1: Quickstart
paragraph: Learn how to quickly set up and manage keys with Scaleway's Key Manager. Follow our step-by-step guide to create and manage keys.
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

Scaleway's Key Manager allows you to create key encryption keys from the [Scaleway console](https://console.scaleway.com). Key encryption keys can then be used to encrypt and decrypt your encrypted data.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ content:
paragraph: Discover the differences between Secret Manager and Key Manager, and learn which security tool best fits your data protection needs.
tags: key-manager secret-manager security
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

Secret Manager and Key Manager are both security-focused products aiming to help you protect your data and improve the security of your infrastructure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ content:
paragraph: Learn best practices for secure key storage, DEK usage, and cost-efficient encryption with Scaleway Key Manager to protect your data effectively.
tags: key-manager security-measures security encryption decryption
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

## Key storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ content:
paragraph: Learn how Scaleway Key Manager secures your data with encryption hierarchies, key lifecycle management, and support for advanced cryptographic operations.
tags: key-manager encryption data key
dates:
validation: 2025-02-03
posted: 2025-02-03
validation: 2025-02-06
posted: 2025-02-06
---

## How to use Key Manager?
Expand Down

0 comments on commit ace5f0f

Please sign in to comment.