/password-generator

Application that can be used to generate secure passwords.

Primary LanguageJavaScript

Password Generator

The purpose of this project was to create an application that generates random, secure passwords based on user-selected criteria.

The live application is deployed here: https://stevtm.github.io/password-generator/

Password Criteria

The application is able to generate passwords with the following criteria:

  • Length: 8 - 128 characters
  • The following character types can be selected by the user:
    • Uppercase (A, B, C, etc.)
    • Lowercase (a, b, c, etc.)
    • Numeric (0, 1, 2, etc.)
    • Special (!, @, #, etc.)

Screenshot

This is a screenshot of the deployed site!

Screenshot of the deployed webiste

References