password_entropy
Estimate password entropy in bits and identify strength label. Quick floor check of password robustness based on its character set.
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 | |||