6 Free Password Strength Meter Scripts – For Secure Registrations
Posted on July 27, 2009, under JavaScript
Having a strong password is an essential thing in making accounts more secure. The following scripts can help your users to open an account with a powerful password in order to prevent malicious attacks.
Password Strength Meter is a JQuery plugin that uses a smart algorithm to determine the password strength. For instance, if the password matches the username it will be “bad”; if it is less then 4 characters is is “too short”; if it is long and contains letter, numbers and non-alphanumeric characters it is a “strong” password.

- Author: Firas I. Kassem
- Source: http://phiras.wordpress.com/2007/04/08/password-strength-meter-a-jquery-plugin/
- Demo: http://phiras.googlepages.com/PasswordStrengthMeter.html
- Download: http://phiras.googlepages.com/PasswordStrengthMeter.zip
- License: Creative Commons Attribution 3.0 Unported License
Ajax Password Strength Meter Script is a small JQuery Plugin that provides an easy way to show the strength of a user’s password. Some of the things can be adjusted inside this script such as: messages, length/height of the bar.

- Author: Digital Spaghetti
- Tested on: JavaScript enabled IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+
- Source & Demo: http://simplythebest.net/scripts/ajax/ajax_password_strength.html
- Download: http://simplythebest.net/scripts/ajax/ajax_files/jsquery_pstrength.zip
- License: Open Source MIT
How to Make a Password Strength Meter Like Google is a tutorial from Code and Coffee. The author chosen to base the code off of the kind folks over at Intelligent Web.
There theory is to calculate how many different combinations there are for the password you enter, then determine how many days it would take to crack your password. The algorithm returns a percentage that we then in turn convert to a nice GUI for the end user to see.

- Author: Matthew R. Miller
- Source: http://www.codeandcoffee.com/2007/06/how-to-make-a-password-strength-meter-like-google/
- Demo: http://www.codeandcoffee.com/wp-content/uploads/demo.html
- Download: http://www.codeandcoffee.com/wp-content/uploads/pwd_strength.js
- License: Free

- Source: http://www.passwordmeter.com/
- Download: http://www.passwordmeter.com/pwd_meter.zip
- License: GNU General Public License
How to make a password strength meter for your register form


Ext.ux.PasswordMeter Extension Class is an application developed by Eelco Wiersma, that uses an algorithm based on code of Tane and Steve Moitozo.
- Source & Demo: http://testcases.pagebakers.com/PasswordMeter/
- License: MIT
- July 27, 2009
- article by Gabriel C.
- 2 comments
Related Posts
-
HashMask: A Secure Experiment in Password Maskingat July 26, 2009
-
IPhone-like Password Fields: jQuery dPassword Pluginat July 10, 2009
-
Validate (input) passwordat August 30, 2008 with 2 comments
-
How to generate a random password in PHPat August 29, 2008 with 2 comments
-
Create a PHP Script that Logins in to a Password Protected Areaat December 17, 2008 with 14 comments

Comment via Facebook
2 Replies to "6 Free Password Strength Meter Scripts – For Secure Registrations"
November 23, 2009 at 10:41 PM
wonderfull. thank you very much
November 28, 2010 at 12:11 PM
Hello,
Another example of a password strength checker. This is a server side implementation
http://www.meosys.com/WEB/webdemo.iface