fix typo in qhelp

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Karim Ali
2022-09-27 19:28:53 +02:00
parent 2409ba2c05
commit a23e17a370

View File

@@ -11,7 +11,7 @@
</recommendation>
<example>
<p>The following example shows six cases of instantiating a cipher with various encryption keys and block modes. In the 'BAD' case, the mode of encrtyption is ECB, making the encryped data vulnerable to replay attacks. In the 'GOOD' cases, the encryption mode is CBC, pretecting the encrypted data against replay attacks.</p>
<p>The following example shows six cases of instantiating a cipher with various encryption keys and block modes. In the 'BAD' cases, the mode of encrtyption is ECB, making the encryped data vulnerable to replay attacks. In the 'GOOD' cases, the encryption mode is CBC, pretecting the encrypted data against replay attacks.</p>
<sample src="ECBEncryption.swift" />
</example>