Skip to main content

Module config

Module config 

Source
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§

PassphraseConfig
Represents the configuration options for passphrase generation.
PassphraseConfigBuilder
A builder for creating PassphraseConfig instances.
PasswordConfig
Represents the configuration options for password generation.
PasswordConfigBuilder
A builder for creating PasswordConfig instances.

Enums§

ConfigPreset
Represents preset configurations for quick setup.
Length
Specifies the length of a password, either as a single value or a range.
WordList
Specifies the word list to use for passphrase generation.