5 releases (stable)
Uses old Rust 2015
1.1.0 | Jul 7, 2015 |
---|---|
1.0.2 | Jul 5, 2015 |
1.0.1 | Jun 26, 2015 |
0.1.0 | Jun 25, 2015 |
#834 in Authentication
5KB
134 lines
pwrs
A pwgen'esque utility that generates passphrases instead of passwords.
Usage: pwrs [options]
Options:
-h --help Print this help
-m --min MIN Minimum number of characters in words
-M --max MAX Maximum number of characters in words
-c --count COUNT Count of passphrases to print
-n --number NUMBER Number of words to include in passphrases
Optionally, you can export PWRS_WORDLIST
, by default it will use /usr/share/dict/words
.
Installing
cargo build --release
cp target/release/pwrs /usr/local/bin
Dependencies
~1.5MB
~26K SLoC