This is a html, CSS and Javascript combination to make password generator tool
The character set used to generate password is : ABCDEFGHIJKLMNOPQRSTUVWZYZ, abcdefghijklmnopqrstuvwxyz, 1234567890, !@#$%^&*()_+
There are two buttons -
Click this button to generate password based on selected options. This gives an option to enter the length of the password which will be validated between 8 to 128 numbers.
Copies the generated password to clipboard so it can be pasted anywhere you need it to