4 个版本

0.1.3 2022 年 9 月 8 日
0.1.2 2022 年 5 月 3 日
0.1.1 2022 年 5 月 3 日
0.1.0 2022 年 4 月 26 日
0.0.0 2021 年 11 月 5 日

#71#password-generator

每月 23 次下载

MIT 许可证

10KB
88

Rust docs.rs GitHub top language GitHub code size in bytes Crates.io Crates.io GitHub last commit

pwgen

Generate passwords from the command line

USAGE:
    pwgen [FLAGS] [OPTIONS]

FLAGS:
        --no-copy    Do not not copy the password to the clipboard
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -l, --length <length>    Set password length [max: 255] [default: 16]
    -t, --type <type>        Set type of password: `pin`, `alpha` or `full` [default: alpha]

lib.rs:

辅助函数以生成密码。

依赖项

~1.9–8.5MB
~52K SLoC