estimate_hash_time
Estimate time to crack a password using brute force.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | Password to estimate crack time for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| crack_times | No | ||
| charset_size | No | ||
| password_length | No | ||
| total_combinations | No |