| Crates.io | pwwizard |
| lib.rs | pwwizard |
| version | 0.1.2 |
| created_at | 2022-07-07 21:33:45.731009+00 |
| updated_at | 2023-03-03 06:00:46.980002+00 |
| description | A CLI password generator |
| homepage | |
| repository | |
| max_upload_size | |
| id | 621495 |
| size | 14,457 |
A simple CLI password generator.
Dependency:
Rust Installation: git: clone, compile and move the binary to path Rust: cargo install pwwizard
Program not outputting the correct length!! (Division related) --> program tries to have an equal amount of capitalized and lowercase letters, numbers,and special characters
Flags: --length [number] | required, length of password. --special | optional, include special characters or not, including its means true.
Feel free to build upon this project.