| Crates.io | PasswordGenerator |
| lib.rs | PasswordGenerator |
| version | 0.1.0 |
| created_at | 2024-12-31 22:40:09.621179+00 |
| updated_at | 2024-12-31 22:40:09.621179+00 |
| description | CLI password generator which uses argument parsing with clap |
| homepage | |
| repository | https://github.com/redScorpes/RustPasswordGenerator |
| max_upload_size | |
| id | 1500436 |
| size | 15,720 |
This is a simple CLI Password Generator App made in Rust which uses argument parsing via clap.
-l, --length
-a, --all Include all possible characters
-c, --lowercase letters Lowercase letters include: abcdefghijklmnopqrstuvwxyz
-u, --uppercase letters Uppercase letters include: ABCDEFGHIJKLMNOPQRSTUVWXYZ
-n, --numbers Numbers include: 0123456789
-s, --special characters Special characters include: !"#$%&'()*+,-./
-z, --separator
-p, --segment-length <SEGMENT_LENGTH> Length of each segment. 0 disabled the segment feature [default: 0]
-h, --help Print help
-V, --version Print version