Password Strength
GET /check/passwordParameters
Parameter
Required
Description
Example
curl "https://api.uwuapps.org/check/password?password=MyP%40ssw0rd"Response
{
"success": true,
"password": "MyP@ssw0rd",
"strength": "strong",
"score": 5,
"checks": {
"minLength": true,
"hasNumber": true,
"hasLowercase": true,
"hasUppercase": true,
"hasSpecial": true
}
}Strength levels
Score
Strength
Checks
Check
Requirement
Last updated
Was this helpful?
