Skip to content

Commit

Permalink
Update cryptography.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch authored Dec 14, 2023
1 parent 703c736 commit c2ccbdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/readme/cryptography.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ AES and ChaCha20, both with 256 bit keys:

¹⁾ Recommended by NIST

²⁾ AES256-CBC is regarded as a broken or risky cryptographic algorithm
(CWE-327, CWE-328). Use AES256-GCM in production!
²⁾ AES256-CBC is regarded as a broken or risky cryptographic algorithm. Use AES256-GCM in production!

³⁾ only available with Java 11+

Expand Down

0 comments on commit c2ccbdc

Please sign in to comment.