check_password_strength
Evaluates password security by returning a strength score, crack time estimate, and specific feedback for improvement.
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 |