Tagged Questions
3
votes
4answers
145 views
Best method of rating passwords
I'm creating a webpage which has user accounts and I'd like input on the best way of rating the user's password.
There are four ways to rate passwords which I have encountered:
Rate the password ...
6
votes
4answers
810 views
Any usability studies on password strength meters?
I put together a password strength meter for a signup form, and overall it works very well. It hooks into our DB for the "rules" (number of characters required, mix of letters and numbers, etc.), and ...