Grammatical issues in Encryption using ECB.qhelp

This commit is contained in:
Gavin Lang
2020-06-30 15:33:05 +10:00
committed by GitHub
parent d297ce2279
commit 7a023a65b0

View File

@@ -3,8 +3,8 @@
"qhelp.dtd">
<qhelp>
<overview>
<p>ECB should not be used as a mode for encryption. It has a 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 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
to replay attacks.</p>
</overview>