Skip to content

Commit 7a023a6

Browse files
author
Gavin Lang
authored
Grammatical issues in Encryption using ECB.qhelp
1 parent d297ce2 commit 7a023a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/src/Security Features/Encryption using ECB.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"qhelp.dtd">
44
<qhelp>
55
<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
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
88
to replay attacks.</p>
99

1010
</overview>

0 commit comments

Comments
 (0)