Random password generator.
You can use the cargo install
command:
$ cargo install rpwg
or a classic build and run:
bash
$ git clone https://github.com/n2kia4/rpwg.git
$ cd rpwg
$ cargo build --release && cargo run --release
You can check by typing rpwg -h
:
``` USAGE: rpwg [FLAGS] [OPTIONS]
FLAGS: -U Don't include uppercase letters -D Don't include digits -S Don't include symbols -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-l, --length