Command Line Argument Tool for generating random passwords.
Developed using Rust and crate rand.
Default generates a password with length 8: ```bash $ rspw gen
dK7VgAz9
Length can be chosen from 6-64:
bash $ rspw gen 32 kGk4z2oZ2RXkwrbY68Ru4TJtAk0Rz2nq ```
See main, feel free to contribute.