breachPassword
Check if a password has been exposed in known data breaches. Uses Pwned Passwords k-anonymity API, sending only the first 5 characters of the SHA-1 hash to protect privacy.
Instructions
Check if a password has appeared in known data breaches using the Pwned Passwords k-anonymity API. Only the first 5 characters of the SHA-1 hash are sent to the server. Free, no API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | The password to check |