password
Generate cryptographically random passphrases with configurable length, count, and character sets. Exclude ambiguous characters for improved readability.
Instructions
Generate cryptographically random passwords using a CSPRNG. Configurable length, count, character classes and ambiguous-character exclusion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| digits | No | ||
| length | No | ||
| symbols | No | ||
| lowercase | No | ||
| uppercase | No | ||
| exclude_ambiguous | No |