The aim of this project is to create a fully random CLI Password Generator.
git clone https://github.com/paugarcia32/CLI-Password-Generator.git- Length:
-lor--length - Lowercase:
-wor--lowercase - Uppercase:
-uor--uppercase - Numbers:
-nor--numbers - Special Characters:
-sor--special - Avoid Ambiguous Characters:
-aor--ambiguous
Note
There is a input validation, inputs that are not between 12 and 40 characters are not available!
cargo r -- -l 30 -w -u -n -s -a