PasswordGenerator

Crates.ioPasswordGenerator
lib.rsPasswordGenerator
version0.1.0
created_at2024-12-31 22:40:09.621179+00
updated_at2024-12-31 22:40:09.621179+00
descriptionCLI password generator which uses argument parsing with clap
homepage
repositoryhttps://github.com/redScorpes/RustPasswordGenerator
max_upload_size
id1500436
size15,720
redScorpe (redScorpes)

documentation

README

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

Commit count: 11

cargo fmt