#cli-password #password #random #security #cli #cli-tool

bin+lib genpass3

一个用于快速创建安全密码的命令行工具

3 个稳定版本

1.1.0 2022 年 11 月 20 日
1.0.1 2022 年 11 月 20 日

#19#cli-password

MIT 许可证

9KB
75

CLI 密码生成器 3

Commits since last release Crates version License Tests

该程序可以读取 /dev/urandom,在 Linux 中快速生成随机密码。

这是我对密码生成器故事的延续。其中包括 genpass2Genpass4WinPassword-Magician。(不是 Rust 项目)

安装

要安装此应用程序,您需要拥有 Rust 语言的 cargo。如果您没有,可以参考这里的安装说明。

然后在您的终端中运行以下命令

$ cargo install genpass3

用法

$ genpass3
*rGV<QPYe>5"Eag&

您也可以指定您想要的密码长度

$ genpass3 50
hr#7dE_DpMM)K0(y>) 5'`0 BI|3.?*6;+5OF/SHhJX.rip\W_

还有一个 --帮助 菜单

$ genpass3 --help
Usage:
    genpass3 <LENGTH>

The LENGTH is an optional parameter specifying the desired length of the password.

Version: 1.1.0, MIT License

关于

此程序和此存储库均可在 MIT 许可证 下获得。

无运行时依赖项