¡@

Home 

javascript Programming Glossary: password.match

How do I measure the strength of a password?

http://stackoverflow.com/questions/1614811/how-do-i-measure-the-strength-of-a-password

.length password.length 1 password has 3 numbers if password.match . 0 9 . 0 9 . 0 9 score 5 password has 2 symbols if password.match.. . 0 9 . 0 9 . 0 9 score 5 password has 2 symbols if password.match . @ # ^ _ ~ . @ # ^ _ ~ score 5 password has Upper and Lower.. . @ # ^ _ ~ score 5 password has Upper and Lower chars if password.match a z . A Z A Z . a z score 10 password has number and chars if..