Generates a 3-word password joined by -
. A simple diceware password. Doesn't
generate a super secure password.
After downloading, run cargo install
to have it on your PATH.
$ cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.45s
Running `target\debug\random_password.exe`
gobbled-womeras-ashy
- Configurable separator
- Configurable number of words
- Configurable dictionary
- Optionally copy to clipboard
- Windows
- Mac
- Linux
- Windows