Skip to content

This assignment will test my ability to code a password generator.

Notifications You must be signed in to change notification settings

plrobbins/password.hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This assignment involves creating a password generator that will generate a random password after a serious of responses are obtained.

The Purpose

This application will generate a random password based on selection made by the user. The password generator will accomplish the following:

  • Click the password generator button to begin the generator
  • Select a password length between 8-128 when prompted
  • Select whether to include lowercase, uppercase, numeric and/or special characters
  • The user must select at least one character type for the password generator
  • When all selection criteria has been answered, the password generator will display the password in the web browser

The Finished Product

Here is an image of what a generated password will look like once it is generated.

Password Generator Password Generator

About

This assignment will test my ability to code a password generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published