/passwordgenerator

application for creating randomly generated passwords based on user inputs

Primary LanguageCSS

Password Generator

This is an application that generates a random password based on user-selected criteria.

Deployed to GitHubPages: https://setocourtney.github.io/passwordgenerator/

User Story

AS AN employee with access to sensitive data
I WANT to randomly generate a password that meets certain criteria
SO THAT I can create a strong password that provides greater security

Features

  • The user select the following password criteria:

    • Length (must be between 8 and 128 characters)

    • Character type:

      • Special characters

      • Numeric characters

      • Lowercase characters

      • Uppercase characters

  • Click "Generate Password" to generate password based on the criteria and password will be displayed in the text box.

  • Option to click a button to copy the password to their clipboard.

Technologies

FrontEnd

  • HTML
  • CSS
  • JavaScript

License

MIT License

Copyright (c) 2020 Courtney J. Seto