Skip to content

Commit 0aec2b1

Browse files
committed
Swift: Improve consistency of phrasing arouaround 'computationally hard'.
1 parent a0ea714 commit 0aec2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/ql/src/queries/Security/CWE-328/WeakPasswordHashing.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ul>
3030

3131
<p>
32-
All of MD5, SHA-1, SHA-2 and SHA-3 are weak against offline brute forcing, since they are not computationally hard. This includes SHA-224, SHA-256, SHA-384 and SHA-512, which are in the SHA-2 family.
32+
All of MD5, SHA-1, SHA-2 and SHA-3 are weak against offline brute forcing, since they are not sufficiently computationally hard. This includes SHA-224, SHA-256, SHA-384 and SHA-512, which are in the SHA-2 family.
3333
</p>
3434

3535
<p>
@@ -40,7 +40,7 @@
4040
<recommendation>
4141

4242
<p>
43-
For password storage, you should use a computationally hard cryptographic hash function, such as one of the following:
43+
For password storage, you should use a sufficiently computationally hard cryptographic hash function, such as one of the following:
4444
</p>
4545

4646
<ul>

0 commit comments

Comments
 (0)