Summary
Password Strength is an easy to use jQuery plugin.
You define the requirements of the password:
- Amount of digits
- Amount of upper case chars
- Amount of lower case chars
- Amount of special chars
- Amount of different chars
- Length of the password
- Custom hint text for: weak
- Custom hint text for: strong
- Custom hint text for: very strong
- Custom hint text for: success
Update 2016-02-23
- Prevents the “Worst Passwords 2015” to be entered
- You can add unsafe passwords to an array of strings
- Amount of different chars entered added as option
- Code optimized