Skip to content

Commit 307f0ba

Browse files
committed
Update Password_Storage_Cheat_Sheet.md
removing hard tabs
1 parent d1ace76 commit 307f0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cheatsheets/Password_Storage_Cheat_Sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
It is essential to store passwords in a way that prevents them from being obtained by an attacker even if the application or database is compromised. The majority of modern languages and frameworks provide built-in functionality to help store passwords safely.
66

7-
After an attacker retrieved stored password hashes, an attacker is always able to brute force hashes offline. As a defender, it is only possible to slow down offline attacks by selecting hash algorithms that are as resource intense as possible.
7+
After an attacker retrieved stored password hashes, an attacker is always able to brute force hashes offline. As a defender, it is only possible to slow down offline attacks by selecting hash algorithms that are as resource intense as possible.
88

99
This cheat sheet provides guidance on the various areas that need to be considered related to storing passwords. In short:
1010

0 commit comments

Comments
 (0)