5 个版本
0.2.2 | 2023年7月8日 |
---|---|
0.2.1 | 2023年7月8日 |
0.2.0 | 2023年7月8日 |
0.1.1 | 2023年5月27日 |
0.1.0 | 2022年3月17日 |
#2720 在 命令行工具
每月51次下载
11KB
134 代码行
rspw (rust-password)
用于生成随机密码的命令行参数工具。
使用 cargo 安装
$ cargo install rspw
用法
长度可选择从 6-64
$ rspw -l 32
> 6Og8mOtGQyfwyA8SxfdasXX3gvGfiiaT
使用 -s
标志添加特殊字符
$ rspw -l=12 -s
> 7b%TfAn~qIdS
密码可在 30 秒内附加到剪贴板(Linux)
$ rspw -l=64 -s -c
> Password will be copied on the clipboard, clears in 30 seconds.
待办事项
请参阅 main,欢迎贡献。
依赖项
~2–13MB
~168K SLoC