This is a password strength measuring JavaScript originally made by Steve Moitozo here. I took and refactored the script.
passwordCheck("hell0th3re!", function(result) {
alert(result.verdict);
});
- Cut down the number of regex searches
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a password strength measuring JavaScript originally made by Steve Moitozo here. I took and refactored the script.
passwordCheck("hell0th3re!", function(result) {
alert(result.verdict);
});