Skip to content

deadbaed/gen_passphrase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gen_passphrase

CI status crates.io version docs.rs

A secure, simple yet customizable passphrase generator (in Rust). Use provided dictionaries or bring your own!

Built-in dictionaries

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

Add new built-in dictionary

A small program to generate dictionaries is provided.

  1. Provide a list of words in a file, one word per line.
  2. Run cargo run --example create_dictionary_from_file -- --help to get started.

About

A secure, simple yet customiziable passphrase generator. Use provided dictionaries or bring your own!

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
license-apache
MIT
license-mit

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages