This code is based on and ported to Rust from the password generator created by Christian Haensel and modified by Josh Hartman, which can be found at https://www.warpconduit.net/password-generator/.
cargo install pwdgen
pwdgen
git clone https://github.com/eabz/pwdgen && cd pwdgen
cargo build --release
./target/release/pwdgen
| Flag | Default | Purpose | | --------------- | :-----: | --------------------------------------- | | -p, --passwords | 10 | Amount of passwords to generate. | | -l, --length | 14 | Amount of characters for each password. |