Closed PazZaitGivon closed 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:
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:
These improvements are more of an above-and-beyond improvement to the program, as it depends on many current issues:
(350 total points)
proposed label: enchancement
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
I think Vince might have addressed this in his Issues for next year part form lab08, though correct me if I'm wrong!
Your right! but he left out a bit about making the exact amount if min and max are equal. Good job on this guys!
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