Password Generator - An application that an employee can use to generate a random password based on criteria they've selected.
This app will run in the browser, and will feature JavaScript code.
Users can easily randomly generate password when they want to access sensitive data using a combination of password length and character types specified.
The website can be found at the following address:
Password Generator Features added:
- Activate modal popup for criteria specification.
- Validation to ensure atleast 1 character type is selected.
- Activated 'Generate Password' Button
- Selected features added including length of password, lowercase, uppercase, numeric, and special characters.
- HTML5, CSS3, JavaScript used.
- Website is responsive for use on any device. Implementing codes, and prompting worked well and effectively.
Generated password with clipboard option.
Non Identifed at present. However, issues might surface during the course of using the platform.
I would be adding the capability to dynamically add dropdownlist options for character length rather than manually adding the long list numbers which makes the html file too long