Skip to content

Commit

Permalink
Merge pull request #16019 from p-/p--weak-enc-ecb-qhelp
Browse files Browse the repository at this point in the history
C#: add hint regarding ECB to weak encryption QHelp
  • Loading branch information
mbg authored Mar 22, 2024
2 parents 01475fd + d62d68a commit f48e295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/ql/src/Security Features/WeakEncryption.qhelp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

</overview>
<recommendation>
<p>You should switch to a more secure encryption algorithm, such as AES (Advanced Encryption Standard) and use a key length which is reasonable for the application for which it is being used.</p>
<p>You should switch to a more secure encryption algorithm, such as AES (Advanced Encryption Standard) and use a key length which is reasonable for the application for which it is being used. Do not use the ECB encryption mode since it is vulnerable to replay and other attacks.</p>

</recommendation>
<example>
Expand Down

0 comments on commit f48e295

Please sign in to comment.