thatAPI - Password Analyzer
The Password Analyzer API combines strength analysis with breach detection in a single call. No other API on any marketplace offers this combination. Key Features: - Strength score (0-4) using the zxcvbn algorithm (same as Dropbox, 1Password) - Estimated crack time for offline attacks - Breach count via Have I Been Pwned (k-anonymity model, your password never leaves our server) - Character…
thatAPI - Password Analyzer endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Analyze Password /v1/password/analyze |
Analyze a password for strength, patterns, and breach history. Returns a score (0-4), estimated crack time, breach count from Have I Been Pwned, entropy, character composition,… |