From 3f259bdc759baf8722869fc2cbaaabcbfcdf265a Mon Sep 17 00:00:00 2001 From: Jim Manico Date: Sat, 18 Nov 2023 10:03:16 -0800 Subject: [PATCH] Update cheatsheets/Password_Storage_Cheat_Sheet.md Co-authored-by: Shlomo Zalman Heigh --- cheatsheets/Password_Storage_Cheat_Sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/Password_Storage_Cheat_Sheet.md b/cheatsheets/Password_Storage_Cheat_Sheet.md index 2a8657c3ba..78466a56ed 100644 --- a/cheatsheets/Password_Storage_Cheat_Sheet.md +++ b/cheatsheets/Password_Storage_Cheat_Sheet.md @@ -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