Expand description
Configuration structures for password and passphrase generation, This module defines the configuration structures for password and passphrase generation.
It provides flexible options for customizing the generation process, including length specifications, character set inclusions, word counts, and more.
Structs§
- Passphrase
Config - Represents the configuration options for passphrase generation.
- Passphrase
Config Builder - A builder for creating
PassphraseConfiginstances. - Password
Config - Represents the configuration options for password generation.
- Password
Config Builder - A builder for creating
PasswordConfiginstances.
Enums§
- Config
Preset - Represents preset configurations for quick setup.
- Length
- Specifies the length of a password, either as a single value or a range.
- Word
List - Specifies the word list to use for passphrase generation.