Skip to content

svenbw/passwordCheck.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

passwordCheck.js

This is a password strength measuring JavaScript originally made by Steve Moitozo here. I took and refactored the script.

Usage

passwordCheck("hell0th3re!", function(result) {
	alert(result.verdict);
});

TODO

  • Cut down the number of regex searches

About

Password strength evaluator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%