This is a password generator that I coded to create a secure password using any combination of numbers, symbols, uppercase letters, and lowercase letters up 128 characters. This was a challenging assignment for me since I am only now learning about javascript. I had a tough time preventing my page from refreshing with every click of the "generate" button, but overcame that challenge with research and help from my classmates. I was even able to add on a "copy" button to the page that will copy the generated password onto the user's clipboard to paste wherever they would like and clear the generated password text box.
Visual Studio Code.
Create a randomized password.
Nick Golston Dillan Mansor
N/A
N/A
Generates a randomized password with 8-128 characters using uppercase letters, lowercase letters, numbers, and symbols. User can copy the generated password using the "copy" button next to the "generate" button to copy it to their clipboard.
N/A
N/A