We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e977791 + 7a023a6 commit ed2077bCopy full SHA for ed2077b
csharp/ql/src/Security Features/Encryption using ECB.qhelp
@@ -3,8 +3,8 @@
3
"qhelp.dtd">
4
<qhelp>
5
<overview>
6
-<p>ECB should not be used as a mode for encryption. It has a dangerous weaknesses. Data is encrypted the same way every time
7
-meaning the same plaintext input will always produce the same cyphertext. This makes encrypted messages very vulnerable
+<p>ECB should not be used as a mode for encryption. It has dangerous weaknesses. Data is encrypted the same way every time
+meaning the same plaintext input will always produce the same cyphertext. This makes encrypted messages vulnerable
8
to replay attacks.</p>
9
10
</overview>
0 commit comments