1 unstable release
0.1.0 | Dec 31, 2024 |
---|
#804 in Command line utilities
6KB
69 lines
RustPasswordGenerator
This is a simple CLI Password Generator App made in Rust which uses argument parsing via clap.
Options:
-l, --length Length of the password
-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 Separator between segments [default: -]
-p, --segment-length <SEGMENT_LENGTH> Length of each segment. 0 disabled the segment feature [default: 0]
-h, --help Print help
-V, --version Print version
Dependencies
~1.4–2MB
~38K SLoC