4个版本
0.1.3 | 2021年11月23日 |
---|---|
0.1.2 | 2021年11月23日 |
0.1.1 | 2021年11月22日 |
0.1.0 | 2021年11月22日 |
#973 in 身份验证
8KB
156 行
pgn
基于Rust的命令行密码生成器。
它是我的另一个项目 pass-gen 的重新实现。
安装
cargo install pgn
使用方法
pgn - Command line password generator 0.1.1
Piotr `xeeny` Dudziński
USAGE:
pgn [FLAGS] [OPTIONS]
FLAGS:
-A, --alfa All laters lower and upper case.
-a, --all All predefiend characters.
-h, --help Prints help information
-L, --lower All laters lower case.
-N, --numbers All of numbers
-S, --space Space charakter.
-s, --special Special charakters like `!`.
-u, --upper All laters upper case.
-V, --version Prints version information
OPTIONS:
-c, --chars <chars> Which addional chars should be in password.
-n, --count <count> How many posword generate. [default: 1]
-l, --length <length> How long posword generate. [default: 10]
示例
$ pgn -a -l 20
&Sp(Q8X*qu<.Ai4\%Mdj
依赖项
~1MB
~12K SLoC