Skip to main content

Crate ciranda

Crate ciranda 

Source
Expand description

Apache2.0/MIT GitHub

Deterministic password generation.

Ciranda derives the same password from the same seed, context, password settings, and Argon2 settings.

Start with enhance for the main API.

Structs§

Argon2Settings
CharacterSets
Character groups available to the deterministic password-construction stage.
PasswordSettings
Password construction settings.

Enums§

Argon2Profile
Named Argon2id presets for common use cases.
CharacterSet
A single selectable password character group.

Constants§

MAX_PASSWORD_LENGTH
MIN_PASSWORD_LENGTH

Functions§

enhance
Derives a password from a seed and context using Argon2id KDF and BLAKE3 hashing.