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?
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?
http://phiras.wordpress.com/2007/04/08/password-strength-meter-a-jquery-plugin/
Pretty simple implementation. What kind of functionality do you need?
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.