A simple static password generator for rust
I just wanted to create a static password manager in Rust
By default, passwords are 38 characters long.
Obviously, static passwords of any length can be generated for other uses as well.
cargo install pust
Usage: pust [OPTIONS] <ACCOUNT_NAME>
Arguments:
<ACCOUNT_NAME>
Options:
--length <LENGTH> [default: 38]
--enable-digit
--enable-lower
--enable-special
--enable-upper
-h, --help
Got inspired by Jarusk's pass-rs