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.
- tags: hashing, password, bcrypt, redis, javascript
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 ...