Skip to content

msowers72/Random-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Random-Password-Generator

Table of Contents

GitHub Username

Mike Sowers

Email

msowers72@yahoo.com

Description:

The client frquently has to access sensitive data and would like to ensure high level of security. They would like an application that randomly generates a password based on defined criteria ensuring strong security.

Usage

User will click the button to generate a password

After clicking the user will be prompted with questions regarding a. criteria & b. options for password:

Criteria:

  • Must be between 8 and 128 characters long
  • Must choose at least 1 of the character options:
  • numbers
  • lower case letter
  • upper case letter
  • and/or special character

Options:

  • User chooses length of PW within the criteria
  • User can choose which/some/or all of the PW character choices: (must include at least 1 option per criteria above)
  • numbers
  • lower case letter
  • upper case letter
  • special character

Upon answering the prompts the password will generate and appear in the box.

Licenses

License: MIT

Deployed

Password-Generator Link

03-javascript-homework-demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors