password_entropy
Estimate password strength by calculating entropy in bits over the used character set, returning length, charset size, entropy, and a strength label for a quick floor assessment.
Instructions
Estimate password strength as bits of entropy over the charset used.
Returns length, charset size, entropy in bits, and a strength label. This is a quick floor estimate, not a check of whether a specific password is on a breach list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||