4 releases
0.1.3 | Nov 23, 2021 |
---|---|
0.1.2 | Nov 23, 2021 |
0.1.1 | Nov 22, 2021 |
0.1.0 | Nov 22, 2021 |
#973 in Authentication
8KB
156 lines
pgn
command line pass word generator in rust.
It's reimplementaito of my other project pass-gen
instalation
cargo install pgn
usage
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]
example
$ pgn -a -l 20
&Sp(Q8X*qu<.Ai4\%Mdj
Dependencies
~1MB
~12K SLoC