update qhelp to adjust for US spelling + improved readability

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Karim Ali
2022-09-27 19:32:10 +02:00
parent a23e17a370
commit dbc86b2cd8

View File

@@ -3,7 +3,8 @@
"qhelp.dtd">
<qhelp>
<overview>
<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 ciphertext. This behaviour makes encrypted messages vulnerable to replay attacks.</p>
<p>ECB should not be used as a mode for encryption as it has dangerous weaknesses. Data is encrypted the same way every time, which means that the same plaintext input will always produce the same ciphertext. This behavior makes messages encrypted with ECB
more vulnerable to replay attacks.</p>
</overview>
<recommendation>