We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b372f3 commit 88408fbCopy full SHA for 88408fb
1 file changed
csharp/ql/src/Security Features/Encryption using ECB.qhelp
@@ -4,7 +4,7 @@
4
<qhelp>
5
<overview>
6
<p>ECB should not be used as a mode for encryption. It has 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 vulnerable
+meaning the same plaintext input will always produce the same ciphertext. This makes encrypted messages vulnerable
8
to replay attacks.</p>
9
10
</overview>
0 commit comments