18 August 2007 11:45
Password Strength Meter (a jquery plugin) « Phiras’s Blog
by 1 otherPassword Strength Meter is a jQuery plug-in provide you smart algorithm to detect a password strength.
The Password strength procedure is working as the follow:
We have many cases to care about to know a password strength , so we will present a global variable score , and each case will add some points to score.
At the end of the algorithm we will decide the password strength according to the score value.
1
(1 marks)