cfoster121 / password-generator

Generates random password with specified length, upper case letters, lower case letters, special characters, and/or numbers. Created using HTML, CSS, and JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Generator

Client wants to be able to generate a random password for increased security. Password can be between 8-128 characters and may contain uppercase letters, lower case letters, special characters, and/or numbers.

Essential Code

*Gif1

Installing

  • Enter site
  • Click "Generate Password" button
  • User will be prompted to enter a number for their desired password character length
    • If not within 8-128 characters, user will receive alert saying "Try Again" and alert will close. User will have to click button again to start over.
    • If within 8-128 characters, user will receive next prompt
  • User prompted if they would like to use lower case letters, upper case letters, special characters, or numbers in their password
    • For each prompt "Ok" button includes character type, "Cancel" button excludes character type
  • After completing all prompts, new generated password containing all requested elements with the length of characters requested in first prompt will display inside of bordered box

Built With

Deployed Link

Authors

  • Courtney Foster

Acknowledgments

About

Generates random password with specified length, upper case letters, lower case letters, special characters, and/or numbers. Created using HTML, CSS, and JavaScript


Languages

Language:JavaScript 47.5%Language:CSS 36.1%Language:HTML 16.4%