Assignment 3 JavaScript-Password Generator
Visit Password Generator at: https://tlillysib.github.io/JavaScript-Password-Generator/
For companies that handle large amounts of sensitive data, weak passwords can pose a real security threat. An application that can generate strong passwords quickly and effortlessly saves employees time and ensures secure access to data.
Create an application that generates a random password based on user-selected criteria. This app will run in the browser and feature dynamically updated HTML and CSS powered by your JavaScript code. The alert will prompt the user to choose from the following password criteria:
- Length (must be between 8 and 128 characters)
- Character types:
- Special characters (symbols)
- Numeric characters
- Lowercase characters
- Uppercase characters
This project was designed as a homework assignment for John Hopkin's Coding Bootcamp. This project emphasizes the use of Javascript to generate a random, secure password for the user and has been deployed to GitHub Pages. To launch this project-follow the deployment link.
This will send the user a series of prompts and confirms After user data is collected, a random password will be generated using Javascript. The text area will display the user's password once it is generated.Tomeeka Lilly-Sibley
JHU Bootcamp Designs