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

-
1 stars 5 forks source link

More stringent password requierments #11

Closed PazZaitGivon closed 9 years ago

PazZaitGivon commented 9 years ago

Make it so that people can make categories of characters and require that something from each category appears a specified number of times in the password. This is often a requirement for passwords.

~Estimated 200 points

arda- commented 9 years ago

Vince (@vincenicoara) and I plan to implement the following enhancements to the current program that will create better control of the password generation recipe:

Imgur

New Features for superior password generation recipes

A check box for each of the following areas, so that the user may include or exclude any of the following types of characters, and text-box interfaces to set the range of characters they want in each type:

Depends on other issues

These improvements are more of an above-and-beyond improvement to the program, as it depends on many current issues:

Proposed points:

(350 total points)

proposed label: enchancement

PazZaitGivon commented 9 years ago

looks and works great but still buggy in that if min and max are the same or min is greater than max it just throws a bunch of exceptions and does nothing. 50 points proposed to fix this with appropriate error messages in the gui and for the 4 just make it exactly that ammount of said charachters

arda- commented 9 years ago

I think Vince might have addressed this in his Issues for next year part form lab08, though correct me if I'm wrong!

PazZaitGivon commented 9 years ago

Your right! but he left out a bit about making the exact amount if min and max are equal. Good job on this guys!