Skip to content

Commit b7a533f

Browse files
committed
Swift: Update .qhelp for Swift.
1 parent 0ff84b4 commit b7a533f

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

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

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ul>
3131

3232
<p>
33-
All of MD5, SHA-1, SHA-2 and SHA-3 are weak against offline brute forcing, since they are not computationally hard.
33+
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.
3434
</p>
3535

3636
<p>
@@ -51,7 +51,9 @@
5151
<li>
5252
scrypt
5353
</li>
54+
<li>
5455
bcrypt
56+
</li>
5557
<li>
5658
PBKDF2
5759
</li>
@@ -80,20 +82,11 @@
8082
Cheat Sheet
8183
</a>
8284
</li>
83-
<li>
84-
nuget: <a href="https://www.nuget.org/packages/Konscious.Security.Cryptography.Argon2/">Konscious.Security.Cryptography.Argon2</a>
85-
</li>
86-
<li>
87-
nuget: <a href="https://www.nuget.org/packages/Isopoh.Cryptography.Argon2">Isopoh.Cryptography.Argon</a>
88-
</li>
8985
<li>
9086
libsodium: <a href="https://doc.libsodium.org/bindings_for_other_languages#bindings-programming-languages">libsodium bindings for other languages</a>
9187
</li>
9288
<li>
93-
nuget: <a href="https://www.nuget.org/packages/BCrypt.Net-Core/">BCrypt.Net-Core</a>
94-
</li>
95-
<li>
96-
nuget: <a href="https://www.nuget.org/packages/CryptSharpOfficial/">Scrypt and PBKDF2</a>
89+
GitHub: <a href="https://github.com/tmthecoder/Argon2Swift">Argon2Swift</a>
9790
</li>
9891
</references>
9992

0 commit comments

Comments
 (0)