mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
fix typo in qhelp
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user