check_password_breach
Check if a password's SHA-1 prefix appears in the HIBP breach corpus using k-anonymity. No plaintext password is transmitted.
Instructions
Check whether a password hash prefix (SHA-1, first 5 chars) appears in the HIBP breach corpus. k-anonymity, no plaintext passwords sent. Priced at $0.005 USDC on Base (x402). Pass a signed x402 v2 authorization as the '_payment' argument to unlock the paid response. Without it, the tool returns the 402 accept-list for your wallet to sign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _payment | No | Optional. Signed x402 v2 X-PAYMENT header value (base64-encoded EIP-3009 authorization). If present, forwarded upstream; if absent, tool returns the 402 accept-list. | |
| sha1_prefix | Yes | First 5 uppercase hex characters of the SHA-1 hash of the password (e.g. '21BD1'). |