pwwizard 0.1.0

A CLI password generator
Documentation

A simple CLI password generator.

Dependency:

  • Rust

Installation: git:

  • clone, compile and move binary to path Rust:
  • cargo install pwwizard

Program not outputting the correct length!! (Division related) --> program tries to have equal amount of capitalized and lowercase letters,numbers,and special characters

Flags: --length [number] | required, length of password. --pecial | optional, include special characters or not, including it means true.

Feel free to build upon this project.