password.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [password]

www.codever.land/bookmarks/t/password

Hashing in Action: Understanding bcrypt

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.


GitHub - dropbox/zxcvbn: Low-Budget Password Strength Estimation

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 ...