Thursday, May 23, 2024
 Popular · Latest · Hot · Upcoming
42
rated 0 times [  47] [ 5]  / answers: 1 / hits: 118321  / 15 Years ago, thu, june 4, 2009, 12:00:00

I have a situation where I would like to be able to rate a users password in the web interface to my system, so that before they hit submit they know if they have a bad password.



Key Requirements:




  • Must be able to rate the password, not just pass/fail.

  • Should disable the form if the password is below a threshhold, so the user can't submit it.

  • Look nice. :)

  • Not use jQuery - we're currently using Mochikit and Y!UI in this system.



I've found many password meters written in jQuery, and things like http://www.passwordmeter.com/ that are too verbose.



Can anyone suggest a good drop in javascript password rater I can use, or give an example of how to write one?


More From » passwords

 Answers
46

Here's a collection of scripts:
http://webtecker.com/2008/03/26/collection-of-password-strength-scripts/
(archived link)


I think both of them rate the password and don't use jQuery... but I don't know if they have native support for disabling the form?


[#99391] Saturday, May 30, 2009, 15 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rebekahalysah

Total Points: 304
Total Questions: 96
Total Answers: 102

Location: Taiwan
Member since Mon, May 2, 2022
2 Years ago
;