5 个版本 (稳定版)
使用旧的 Rust 2015
1.1.0 | 2015年7月7日 |
---|---|
1.0.2 | 2015年7月5日 |
1.0.1 | 2015年6月26日 |
0.1.0 | 2015年6月25日 |
在 身份验证 中排名 #603
每月下载量 21 次
5KB
134 行
pwrs
类似于 pwgen 的工具,用于生成短语密码而不是密码。
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
可选地,您可以导出 PWRS_WORDLIST
,默认情况下将使用 /usr/share/dict/words
。
安装
cargo build --release
cp target/release/pwrs /usr/local/bin
依赖项
~750KB