2 releases

0.1.1 Dec 24, 2023
0.1.0 Aug 15, 2023

#166 in Authentication

22 downloads per month

Custom license

5KB

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

Dependencies

~1.5–2.1MB
~40K SLoC