4个版本 (稳定)
1.0.2 | 2020年2月10日 |
---|---|
1.0.1 | 2020年2月9日 |
0.3.1 | 2020年2月9日 |
#974 在 身份验证
61KB
273 行
Rsdice
Rsdice是用Rust编写的diceware密码生成器
安装
Cargo
安装rsdice的推荐方法是使用cargo install
。假设你已经安装了cargo,这将编译rsdice并将其添加到你的路径。
可执行文件
你的平台上的可执行文件可能在最新版本中可用。请检查GitHub页面上的发行版标签(https://github.com/tidle/rsdice/)
源代码
只需执行cargo build --release
,即可在target/release/rsdice
找到rsdice
可执行文件。
使用
你可以不带参数运行rsdice,它将使用简短单词表生成包含六个单词的密码。有关密码自定义,请参阅帮助信息
USAGE:
rsdice [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-i, --internet get random numbers from an internet source (random.org) rather than using the built in random
number generation
-l, --long use the five dice word list instead of the four dice one
-m, --manual manually input dice rolls rather than using the computer
-V, --version Prints version information
OPTIONS:
-f, --file <FILE> manually specify a wordlist, rather than using the built in wordlists
-w, --words <WORD COUNT> length of password [default: 6]
依赖项
~3MB
~76K SLoC