Skip to content

Commit 677946d

Browse files
update typos to address requested changes
1 parent dbc86b2 commit 677946d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/src/queries/Security/ECB-Encryption/ECBEncryption.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</recommendation>
1313

1414
<example>
15-
<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>
15+
<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 encryption is ECB, making the encrypted data vulnerable to replay attacks. In the 'GOOD' cases, the encryption mode is CBC, which protects the encrypted data against replay attacks.</p>
1616
<sample src="ECBEncryption.swift" />
1717
</example>
1818

0 commit comments

Comments
 (0)