up vote 3 down vote favorite
1
share [g+] share [fb]

Is there a jQuery project out there, that create on of these "Password-strength-meters" right by a password box and updates the strength-bar when something is typed into the field?

Do you know any good ones?

link|improve this question

80% accept rate
feedback

3 Answers

I don't know if exists an jQuery plugin for that, but you can use this google url: https://www.google.com/accounts/RatePassword?Passwd={0}

EDIT: here an example using jQuery.

link|improve this answer
woot for sending passwords over unencrypted GET! – geowa4 Oct 15 '09 at 20:00
2  
GET under https! – Zote Oct 15 '09 at 20:07
feedback

http://phiras.wordpress.com/2007/04/08/password-strength-meter-a-jquery-plugin/

Pretty simple implementation. What kind of functionality do you need?

link|improve this answer
hi, tried this, spelling errors and poor souce code... not impressed, after using this, I think its best just to write my own :-( disappointed – Dai Bok Nov 23 '10 at 14:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.