Merge pull request #3841 from gavinl/master

QHELP: Encryption using ECB.qhelp grammar
This commit is contained in:
Tom Hvitved
2020-07-01 08:45:35 +02:00
committed by GitHub

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>