Skip to content

Commit 8ee723d

Browse files
author
Arkadiy Tetelman
committedJul 20, 2016
Fix bcrypt checklist item
1 parent cf7db39 commit 8ee723d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎security-checklist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
##### AUTHENTICATION SYSTEMS (Signup/Signin/2 Factor/Password reset)
77
- [ ] Use HTTPS everywhere.
8-
- [ ] Store password hashes using `Bcrypt` with a random `salt`.
8+
- [ ] Store password hashes using `Bcrypt` (no salt necessary - `Bcrypt` does it for you).
99
- [ ] Destroy the session identifier after `logout`.
1010
- [ ] Destory all active sessions on reset password (or offer to).
1111
- [ ] Must have the `state` parameter in OAuth2

0 commit comments

Comments
 (0)
Please sign in to comment.