Skip to content

Commit 765d726

Browse files
authored
feat(km): add available algorithms (#5412)
1 parent df5b0d8 commit 765d726

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pages/key-manager/how-to/create-km-key.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ Scaleway's Key Manager allows you to create key encryption keys from the [Scalew
2222
2. Click **+ Create key**.
2323
3. Choose the region in which you want to create your key.
2424
4. Enter a name, a description, and optional tags for your key.
25-
5. Select the [encryption method](/key-manager/concepts/#encryption-method) for your key.
26-
27-
<Message type="important">
28-
Key Manager currently only supports the `AES-256 GCM` [symmetric encryption](/key-manager/concepts/#symmetric-encryption) algorithm.
29-
</Message>
25+
5. Select the [encryption method](/key-manager/concepts/#encryption-method) for your key. Key Manager supports:
26+
* [Symmetric encryption](/key-manager/concepts/#symmetric-encryption) using the `AES-256 CGM` algorithm
27+
* [Asymmetric encryption](/key-manager/concepts/#asymmetric-encryption) using the `RSA_OAEP_2048_SHA256`, `RSA_OAEP_3072_SHA256` (recommended), or `RSA_OAEP_4096_SHA256` algorithms.
28+
* [Asymmetric signature](/key-manager/concepts/#signature) using the `EC_P256_SHA` (recommended), `EC_P384_SHA384`, `RSA_PKCS1_2048_SHA256`, `RSA_PCKS1_3073_SHA256`, `PSA_PKCS1_4096_SHA256`, `RSA_PSSS_2048_SHA256`, `RSA_PSS_3072_SHA256`, and `RSA_PSS_4096_SHA256` algorithms.
3029
6. Switch the <Icon name="toggle" /> icon to disable [key protection](/key-manager/concepts/#key-protection) or leave it enabled.
3130
<Message type="note">
3231
Key protection allows you to protect your key from accidental deletion.

0 commit comments

Comments
 (0)