8 releases
0.2.6 | Feb 7, 2023 |
---|---|
0.2.5 | Feb 5, 2023 |
0.2.3 | Jan 30, 2023 |
0.2.1 | Nov 28, 2022 |
0.1.0 | Aug 27, 2021 |
#8 in #cli-password
83KB
86 lines
A password generator CLI written in Rust.
This password generator has sets variability and security as first order priorities. rust-passmaker chooses and indeterminate amount of each character type to add to the final password. This increases the variability of the password and presents users with the ability to regenerate the password immediately if it does not fulfill their criteria. (If the password doesn't meet your needs hit 'Y' to regenerate!)
Prerequisites
Rust 2018 editiion +
Installation
Run
cargo install rust-passmaker
Make sure the ~/.cargo/bin
directory has been added to your environment.
Run
rust-passmaker
Dependencies
~6.5MB
~111K SLoC