Check if a password is breached
dp_check_password_pwnedCheck whether a password has appeared in known breaches using HIBP k-anonymity. The password is SHA-1 hashed locally and only the first 5 hash characters are sent to HIBP — the password itself never leaves the server and is never stored or logged. Returns whether it was found and how many times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | Password to check. Handled via k-anonymity; never transmitted in full or stored. |