Structs§
- CharSet π
- A set of characters used to generate a password. This set is backed by a BTreeSet
to have consistent ordering between runs. This is not important during normal execution,
but itβs necessary for the tests to be repeatable.
To create an instance, use
CharSet::default()
- Password
Generator πOptions - Represents a set of valid options to generate a password with.
To get an instance of it, use
PasswordGeneratorRequest::validate_options
- Password
Generator Request - Password generator request options.
Enums§
Constants§
- DEFAULT_
PASSWORD_ πLENGTH - LOWER_
CHARS_ πAMBIGUOUS - NUMBER_
CHARS_ πAMBIGUOUS - SPECIAL_
CHARS π - UNIFFI_
META_ πCONST_ BITWARDEN_ GENERATORS_ RECORD_ PASSWORDGENERATORREQUEST - UPPER_
CHARS_ πAMBIGUOUS
Functions§
- password π
- Implementation of the random password generator.
- password_
with_ πrng