JSNH Password Strength
## What this does Score password strength using zxcvbn (the same algorithm Dropbox uses). Returns 0-4 score, estimated crack time, and human-readable suggestions for improvement. ## Use cases - **Signup forms**: Show real-time password strength meter. - **Password reset**: Block weak passwords before enforcement. - **Admin tools**: Audit user password hygiene at scale. ## Why JSNH -…
JSNH Password Strength endpoints
| Method | Endpoint | Description |
|---|---|---|
| Validation | ||
| POST |
password_strength /api/v1/password-strength |
**Category:** Validation | **Token cost:** 1 token per call Comprehensive security analysis for user credentials with entropy scoring. |
JSNH Password Strength pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $79 / month | — |
|