ucsb-cs56-projects / cs56-utilities-password-generator

-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better control of password "recipe"

vincenicoara opened this issue · comments

Enable options to generate passwords that have the following:
-uppercase letters
-lowercase letters
-digits
-special characters (as well as the option of choosing which special characters to include)
-a min/max amount of each category of character (uppercase, lowercase, digits, etc.)

Proposed point value: 150 points