Skip to content

Commit

Permalink
Update cheatsheets/Password_Storage_Cheat_Sheet.md
Browse files Browse the repository at this point in the history
Co-authored-by: Shlomo Zalman Heigh <shlomo.heigh@cyberark.com>
  • Loading branch information
jmanico and szh authored Nov 18, 2023
1 parent 35b2c5b commit 3f259bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/Password_Storage_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Some modern hashing algorithms have been specifically designed to securely store

You do not need to hide which password hashing algorithm is used by an application. If you utilize a modern password hashing algorithm with proper configuration parameters, it should be safe to state in public which password hashing algorithms are in use and be listed [here](https://pulse.michalspacek.cz/passwords/storages).

Three hashing algorithms that should be considered (see below):
Three hashing algorithms that should be considered:

### Argon2id

Expand Down

0 comments on commit 3f259bd

Please sign in to comment.