Skip to content

Commit 0c5698d

Browse files
committed
password storage: updated post
1 parent a36b229 commit 0c5698d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-09-28-password_storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags: [hashing] # TAG names should always be lowercase
1313

1414
- If salt or randomness is not used, identical passwords will generate the same hash.
1515
- 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.
16+
- Building a rainbow table will be easy and fast to crack the password offline.
1717

1818
## Store a `salted` hash generated by `fast` hashing algorithm (insecure)
1919

0 commit comments

Comments
 (0)