Skip to content

Commit 43ce94b

Browse files
Fix the supported key length for AES-CBC
Co-authored-by: Dimitar Mirchev <dimitar.mirchev@sap.com>
1 parent e8bb8cc commit 43ce94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/en/docs/tasks/administer-cluster/encrypt-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ The following table describes each available provider.
241241
<td>AES-CBC with <a href="https://datatracker.ietf.org/doc/html/rfc2315">PKCS#7</a> padding</td>
242242
<td>Weak</td>
243243
<td>Fast</td>
244-
<td>32-byte</td>
244+
<td>16, 24, or 32-byte</td>
245245
</tr>
246246
<tr>
247247
<td colspan="4">Not recommended due to CBC's vulnerability to padding oracle attacks. Key material accessible from control plane host.</td>

0 commit comments

Comments
 (0)