Crates.io | gen_passphrase |
lib.rs | gen_passphrase |
version | 0.1.1 |
source | src |
created_at | 2023-04-09 22:06:44.723104 |
updated_at | 2023-04-09 22:11:24.341431 |
description | A secure, simple yet customizable passphrase generator. Use provided dictionaries or bring your own! |
homepage | |
repository | https://github.com/x4m3/gen_passphrase |
max_upload_size | |
id | 834556 |
size | 187,134 |
A secure, simple yet customizable passphrase generator (in Rust). Use provided dictionaries or bring your own!
Some dictionaries are built-in, to make passphrase generation easy. They are hidden behind rust features, in order to keep the crate size small.
List of built-in dictionaries:
Dictionary | Rust Feature to enable |
---|---|
Eff Short Wordlist 2 | eff_short_2 |
Eff Short Wordlist 1 | eff_short_1 |
Eff Large Wordlist | eff_large |
A small program to generate dictionaries is provided.
cargo run --example create_dictionary_from_file -- --help
to get started.