Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.13 KB

password.md

File metadata and controls

16 lines (13 loc) · 1.13 KB

Bookmarks tagged [password]

https://auth0.com/blog/hashing-in-action-understanding-bcrypt/

bcrypt allows us to build a password security platform that can scale with computation power and provides us with hashing and salting mechanisms.


https://github.com/dropbox/zxcvbn

zxcvbn is a password strength estimator inspired by password crackers. Through pattern matching and conservative estimation, it recognizes and weighs 30k common passwords, common names and surnames ...