Generates a random password depending on chosen length and character type
https://smcheah.github.io/Password-Generator/
- Click the 'Generate Password' button
- Input your desired password length
- Choose your desired character types -> character types: lower case, upper case, numeric, special characters
- Mostly JavaScript
- Utilised the Math library to make the password very random