C#: add hint regarding ECB to weak encryption QHelp

This commit is contained in:
Peter Stöckli
2024-03-22 12:08:30 +01:00
committed by GitHub
parent 69f6e1e263
commit d62d68a40b

View File

@@ -7,7 +7,7 @@
</overview> </overview>
<recommendation> <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> </recommendation>
<example> <example>