Password Policy Tester
Test a password against a configurable complexity policy — minimum/maximum length, required uppercase, lowercase, digit and symbol characters, a no-whitespace rule, and an optional forbidden-text check (e.g. ban a username or company name) — with a clear pass/fail report for every rule. Runs entirely in your browser; the password is never sent anywhere.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Password
Minimum length
1 <= x <= 64Maximum length
0 <= x <= 128Require an uppercase letter (A-Z)
Require a lowercase letter (a-z)
Require a digit (0-9)
Require a symbol (e.g. !@#$%^&*)
Disallow whitespace
Must not contain (optional)
Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.