Skip to content

Commit 5e189b8

Browse files
update qhelp
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
1 parent 677946d commit 5e189b8

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' 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>
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 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)