pgn

Crates.iopgn
lib.rspgn
version0.1.3
sourcesrc
created_at2021-11-22 17:13:17.420101
updated_at2021-11-23 23:16:32.866974
descriptioncommand line pass word generator in rust.
homepagehttps://github.com/xeenypl/pgn.git
repositoryhttps://github.com/xeenypl/pgn.git
max_upload_size
id485768
size13,087
xeeny (xeenypl)

documentation

https://github.com/xeenypl/pgn.git

README

pgn

crates.io

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
Commit count: 20

cargo fmt