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

-
1 stars 5 forks source link

Generate passwords with patterns. 250 pts #45

Open Tektonbuilds opened 7 years ago

Tektonbuilds commented 7 years ago

Often times, the passwords are not very easy to remember. To solve that, you can have sequences of letters, numbers, and special characters concatenated such that it's easier to remember but does not conflict with security purposes. For example FDsf2033GEKd#$@%. The amount of letters and numbers can vary and it can even be another GUI option that can be implemented. Estimated: 250 pts (based on complexity)

Tektonbuilds commented 7 years ago

F16 OK (250 pts)