PassGen

PassGen is a simple command line tool to generate pseudo-random passwords matching a desired set of (simple constraints)

Usage

``` PassGen is a tool that lets you generate pseudo-random passwords from the command line

USAGE: passgen [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -a, --alpha [default: *] -d, --digit [default: *] -l, --length [default: 20] -s, --special [default: *] ```