Command Line Argument Tool for generating random passwords.
bash
$ cargo install rspw
Length can be chosen from 6-64: ```bash $ rspw -l 32
6Og8mOtGQyfwyA8SxfdasXX3gvGfiiaT
Special characters with `-s` flag:
bash $ rspw -l=12 -s 7b%TfAn~qIdS ```
See main, feel free to contribute.