Skip to content

zsyed91/password-restrictor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

password-restrictor

Javascript Password Strength Tool

Features

  • 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

How to call

$(".password-input-field").passwordRestrictor();

About

Javascript Password Strength Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published