views:

228

answers:

3

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?

A: 

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

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

Stefan Kendall
+2  A: 

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.

Zote
woot for sending passwords over unencrypted GET!
geowa4
GET under https!
Zote