password_entropy
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Password Entropy Calculator — Entropy bits and strength from password length and character pool.
Parameters schema
{
"type": "object",
"required": [
"length"
],
"properties": {
"digits": {
"type": "boolean",
"description": "Include digits 0-9 (10)"
},
"length": {
"type": "integer",
"description": "Password length in characters"
},
"symbols": {
"type": "boolean",
"description": "Include symbols (~32)"
},
"lowercase": {
"type": "boolean",
"description": "Include lowercase a-z (26)"
},
"uppercase": {
"type": "boolean",
"description": "Include uppercase A-Z (26)"
},
"charset_size": {
"type": "integer",
"description": "Explicit character pool size (overrides flags below)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries