Password Generator & Strength Checker API
Password Generator & Strength Checker API — create secure passwords and measure their strength. **What it does:** Generates cryptographically secure passwords and word-based passphrases, and scores existing passwords with entropy, character-class analysis and an estimated crack-time on a 0-100 scale. **Endpoints:** - GET /api/v1/generate — password with length/charset options - POST…
Password Generator & Strength Checker API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Generate | ||
| POST |
generateBulkPasswords /api/v1/bulk |
Generate up to 100 passwords in a single request using shared options. |
| GET |
generatePassphrase /api/v1/passphrase |
Generate a random passphrase from a Diceware word list. More memorable, equally secure. |
| GET |
generatePassword /api/v1/generate |
Generate a cryptographically secure random password with configurable length and character set options. |
| Check | ||
| POST |
checkPassword /api/v1/check |
Analyze a password for entropy, estimated crack time, and strength score (0–4). Does not store or log the submitted password. |
Password Generator & Strength Checker API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1.99 / month | — |
|
| ULTRA | $4.99 / month | — |
|
| MEGA | $9.99 / month | — |
|