You're viewing a demo portfolio

Join the waitlist
PRSM

password_entropy

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
password_entropy — WingmanProtocol Agent Gateway — PRSM MCP