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