Generate passwords that are easy to remember. Inspired by the xkcd webcomic on passwords:
This project uses the word lists for random passphrases provided by EFF (Electronic Frontier Foundation). EFF's long word list is used by default, though all three of their word lists are available.
Use cargo
to install xkpass
:
bash
cargo install xkpass
Alternatively, build from source:
bash
cargo build --release
```bash USAGE: xkpass [OPTIONS]
OPTIONS:
-c, --case List of words to use for random password generation [default: long] [possible values:
long, short1, short2]
-n, --number
xkpass
is licensed under the terms of either the MIT license or the Apache License 2.0.