Hacker News new | ask | show | jobs
by javajosh 4678 days ago
Would it be useful to check password hashes against well-known lists of passwords? If so, it sounds like a service would be doing pretty good if they:

1. Required >7 character passwords

2. That don't appear on (constantly updating) lists

3. Using a reasonable KDF (b/scrypt)

Sound right?

1 comments

That sounds fine to me.