crypto_password_strength_bulk
Analyze multiple passwords at once with a bulk password strength checker. Returns individual scores, strength labels, entropy, crack time, and actionable feedback. Ideal for auditing password lists.
Instructions
Bulk Password Strength Checker. Score many passwords in one call — returns one analysis per input password, each with a 0-100 score, a strength label, Shannon entropy in bits, an estimated offline crack time, actionable feedback, and the character-class breakdown. Use it to audit a list at once; use crypto_password_strength for a single password (it also accepts a username and context words). Analysis is local, deterministic compute on the inputs you provide: read-only, non-destructive, never stored, and the passwords are never logged. Rate-limited (30 requests/min anonymous).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| passwords | Yes | The passwords to analyse, in order. Results are returned in the same order. An empty string scores 0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | Per-password analyses, aligned to the input order. |