We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36b229 commit 0c5698dCopy full SHA for 0c5698d
_posts/2024-09-28-password_storage.md
@@ -13,7 +13,7 @@ tags: [hashing] # TAG names should always be lowercase
13
14
- If salt or randomness is not used, identical passwords will generate the same hash.
15
- As a result, an attacker can deduce that two users have the same password simply by comparing their matching hashes.
16
-- Building a rainbow table will be easy and fast.
+- Building a rainbow table will be easy and fast to crack the password offline.
17
18
## Store a `salted` hash generated by `fast` hashing algorithm (insecure)
19
0 commit comments