password
Generate secure credentials with configurable options, or check their strength via entropy and crack time estimation.
Instructions
Generate secure passwords with configurable options, or check password strength with entropy calculation and crack time estimation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of passwords to generate (max 100). Default: 1 | |
| action | Yes | Action: generate a password or check strength of an existing one | |
| digits | No | Include digits. Default: true | |
| length | No | Password length (for generate). Default: 16 | |
| symbols | No | Include symbols. Default: true | |
| password | No | Password to check (for check_strength action) | |
| lowercase | No | Include lowercase letters. Default: true | |
| uppercase | No | Include uppercase letters. Default: true | |
| exclude_ambiguous | No | Exclude ambiguous characters (0, O, l, I, 1). Default: false |