#password-generator #diceware #install

app rsdice

用Rust编写的diceware密码生成器

4个版本 (稳定)

1.0.2 2020年2月10日
1.0.1 2020年2月9日
0.3.1 2020年2月9日

#974身份验证

MIT AND Apache-2.0

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