Skip to content

amughrabi/pwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pwd

Simple password strength checker.

Example:

// minimum password length is 8 characters.
pwd.check('ahmad123456789') == pwd.Rank.STRONG

Or you can modify the length of password as the following:

pwd.check('ahmad123456789', {minLength : 16}) == pwd.Rank.STRONG

About

Simple password strength checker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published