mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
C#: add hint regarding ECB to weak encryption QHelp
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user