passgenerator

Crates.iopassgenerator
lib.rspassgenerator
version0.1.1
sourcesrc
created_at2023-08-15 22:58:30.855305
updated_at2023-12-24 09:49:29.913765
descriptionA simple password generator
homepage
repository
max_upload_size
id945371
size12,809
roaringcow (RoaringCow)

documentation

https://github.com/RoaringCow/passgen

README

passgen

Customizable password generator with rust

Compiling and Running

Compiling the code:

cargo build -r

Run the code:

cd target/release
./passgen

or just

cargo run

Giving the arguments:

After running the program you will see

Enter password lenght(max i16):

Type in the password lenght as long as itsin i16 boundires (32,767) Example:

10

After setting the lenght you will see

Customize the password.
Type 1 to include lowercase letters
Type 2 to include uppercase letters
Type 3 to include numbers
Type 4 to include special characters
Usage: 124 includes everything except numbers

In this part you specify what characters to include. Example:

124

Example output:

ujA)?XVD+k
Commit count: 0

cargo fmt