rust_password_generator
Rust Password Generator

rust_password_generator

Rust Password Generator

This is a remake of a Rust password generator I made, to teach myself the Rust programming language. I remember making this like more than a year ago, but I haven't touched Rust since until recently.

Probably don't use this in any serious security projects.

Get/View the source code here.

Usage

Generate a password on the command line

Usage: rust_password_generator [OPTIONS]

Options:
  -l, --lowercase        Use lowercase characters
  -u, --uppercase        Use uppercase characters
  -n, --numeric          Use numeric characters
  -s, --special          Use special characters
  -a, --amount <AMOUNT>  The amount of characters [default: 32]
  -h, --help             Print help

Examples

$ ./target/debug/rust_password_generator
Please pass in at least one character flag. (-l, -u, -n, -s)

$ ./target/debug/rust_password_generator -lu
uvXeTfSoMaihkiPpTpjisaUAYDWlFASu

$ ./target/debug/rust_password_generator -ns
8[49]^9_`9_0(\[:>5<04[]$=539805[

$ ./target/debug/rust_password_generator -ln
9asij6945r5xn7wdq6tk810a3pb7828x

$ ./target/debug/rust_password_generator -us
!RY^RG]>SO[\R*UECB=RDP^:<?%?;@FS