From 43ce94b77f23fec89c066c13cff6cb76e55800a6 Mon Sep 17 00:00:00 2001 From: Alidzhikov <9372594+ialidzhikov@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:57:07 +0200 Subject: [PATCH] Fix the supported key length for AES-CBC Co-authored-by: Dimitar Mirchev --- content/en/docs/tasks/administer-cluster/encrypt-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/encrypt-data.md b/content/en/docs/tasks/administer-cluster/encrypt-data.md index 497e6f0343..80212a5a98 100644 --- a/content/en/docs/tasks/administer-cluster/encrypt-data.md +++ b/content/en/docs/tasks/administer-cluster/encrypt-data.md @@ -241,7 +241,7 @@ The following table describes each available provider. AES-CBC with PKCS#7 padding Weak Fast - 32-byte + 16, 24, or 32-byte Not recommended due to CBC's vulnerability to padding oracle attacks. Key material accessible from control plane host.