Skip to content

adinair007/Password_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator

Deployed Application Link: https://adinair007.github.io/PasswordGenerator-Challenge3/pswdgenerator.html

Added and refactored code so when a NEW & SECURE password is needed:

  1. Clicking the button to generate a password presents user with a series of prompts for password criteria

  2. User is prompted for length of password, choosing a length between 8 & 128 characters

  3. User is asked for character types to include in the password and confirms whether or not to include lowercase, uppercase, numeric, and/or special characters

  4. User is prompted to select at least on character type.

  5. When all prompts are answered; a password is generated that matches the selected criteria

  6. Generated password is displayed on the webpage

Screenshot of deployed application:

Screenshot 2022-10-12 211914

Password generated

Screenshot 2022-10-12 212410

About

An application which generates a unique password based on user prompts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published