Javascript Password Strength Tool
- Default list of weak passwords that are blacklisted
- This list is a json file and can be customized
- Optional strength meter with different strength settings
- Custom hook for when user enters a blacklisted password or an invalid one
- Custom hook for when user enters a proper password
- Only a single file to load on the client (aside from JQuery)
- Very customizable widget
$(".password-input-field").passwordRestrictor();