Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 756 Bytes

File metadata and controls

40 lines (18 loc) · 756 Bytes

PasswordGenerator

This is a repository for the Vanderbilt Coding Bootcamp Homework 3

Purpose

This is a GitHub repository for a password generator application.

Screenshot of Completed Application

Password Generator Demo

GitHub Pages Link

Installation

With GitHub account, clone or download repository using link.

Usage

This will application will assist users with creating strong passwords quickly that meet a range of security requirements.

The user will be prompted to choose from the following password criteria:

  • Length (must be between 8 and 128 characters)

  • Character type:

    • Special characters

    • Numeric characters

    • Lowercase characters

    • Uppercase characters