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: -0 Don't include numbers -A Don't include capital letters -S Include special symbols -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-l, --length