Security Toolkit API
Analyze password strength and SSL/TLS certificates in one API. Built for developers who need security checks without building them from scratch. Password Strength Scorer - Entropy calculation, keyboard walk detection, leetspeak pattern matching, sequential/repeated character detection, and breach checking against 700M+ compromised passwords via Have I Been Pwned (k-anonymity - your password…
Security Toolkit API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Password | ||
| POST |
password_score_api_v1_password_score_post /api/v1/password/score |
Analyze a password for strength, entropy, breach exposure, and common patterns. The password is never stored or logged. Breach checks use k-anonymity — the actual password never… |
| SSL/TLS | ||
| GET |
ssl_analyze_api_v1_ssl_analyze_get /api/v1/ssl/analyze |
Fetch and analyze the SSL/TLS certificate for a domain. Returns certificate details, chain validation, protocol info, and a security grade. |
| Health | ||
| GET |
root__get / |
|
| GET |
health_health_get /health |
|
Security Toolkit API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $50 / month | — |
|