1 个稳定版本
1.1.0 | 2023年4月22日 |
---|---|
1.0.3 |
|
#883 在 身份验证
每月42次 下载
7KB
70 行
简单易读的密码生成器
此代码基于并从Christian Haensel创建的密码生成器移植到Rust,由Josh Hartman和Joseph Kreifels II修改,可以在https://www.warpconduit.net/password-generator/和这里https://jkdos.com/apps/php/passwd-gen/找到。
要求
安装
- 安装crate
cargo install pwdgen
- 运行程序
pwdgen
构建
- 克隆仓库
git clone https://github.com/eabz/pwdgen && cd pwdgen
- 构建程序
cargo build --release
- 运行生成器
./target/release/pwdgen
程序标志
标志 | 默认 | 目的 |
---|---|---|
-p, --passwords | 10 | 生成密码的数量。 |
-l, --length | 14 | 每个密码的字符数。 |
依赖项
~2–12MB
~94K SLoC