Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 646 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 646 Bytes

rust_password

rust password generator

Usage

./password_generator -h
password_generator 0.0.1
Jérémie Bellavance <[email protected]>

USAGE:
    password_generator [OPTIONS]

OPTIONS:
    -h, --help               Print help information
    -l, --lenght <LENGHT>    lenght of the password [default: 10]
    -n, --numbers            activates numbers
    -s, --special-char       activates special characthers
    -V, --version            Print version information
  

build release

cargo build --release

Exemple run

./password_generator -l 20 -n 
Generated password: "h0uiwn9gthyer8y5172z"