check_password_strength
Assess password security by returning a strength score, estimated crack time, and specific feedback to improve protection.
Instructions
Check password strength and return score, crack time estimate, and feedback.
Parameters:
password — Password to evaluate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |