Will generate a unique password that fits a set of criteria that user specifies through input options. There is a text input box for the user to designate their desired length of password. This input will only accept numerical inputs between 8 and 20. There are checkbox options for what characters the password will be comprised of: a) special characters b) numbers c) letters (capital and lowercase
Users can check one, two, or all three boxes. If only special characters is selected, the password will be all special characters. If both special characters and numbers are selected, the password will be a combination of both. If all three are selected, the password will be a combination of special characters, numbers, and letters.