Crate passgen

Source
Expand description

§Passphrase generator with a regular-expression-like syntax

This crate is an implementation of Passgen, which can generate secure, random passphrases from a pattern string that has a syntax similar to regular expressions.

§Syntax

§Examples

Modules§

markov
Markov-Chain based pronounceable word generation from wordlists
pattern
Data structure representing a parsed Passgen pattern.
random
Randomness generation
wordlist
Wordlist handling

Structs§

Config
DataStore

Traits§

Data