Skip to content

A password generator that generates passwords with options of character types to customize the password format. Utilized HTML, CSS, and Javascript.

Notifications You must be signed in to change notification settings

saikitjk/PasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UWBootCampWork03

Objective

The objective of this assignement is to create a password generator that has the following features:

  1. allow users to generate random password by clicking the generate password button.
  2. allow users to select password length.
  3. allow users to select any from the 4 character type(upper, lower, numeric, special characters) to include in the password.
  4. validation to ensure password length is 8 to 128 characters
  5. validation to ensure users at least picked one character type.
  6. Textbox to display the random password.
  7. allow users to copy the password to clipboard by clicking the copy to clipboard button
  8. prompt users password is on their clipboard.

URLs

https://github.com/saikitjk/PasswordGenerator

https://saikitjk.github.io/PasswordGenerator/PWGenerator.html

Screenshots

Screen Shot 2020-06-26 at 11 29 37 PM

Screen Shot 2020-06-26 at 11 29 30 PM

Screen Shot 2020-06-26 at 11 29 11 PM

Screen Shot 2020-06-26 at 11 29 04 PM

Screen Shot 2020-06-26 at 11 28 59 PM

Screen Shot 2020-06-26 at 11 28 53 PM

Screen Shot 2020-06-26 at 11 28 23 PM

Credits

https://www.w3schools.com

https://stackoverflow.com

https://getbootstrap.com

http://www.pythontutor.com/visualize.html (Code visualizor for debugging)

About

A password generator that generates passwords with options of character types to customize the password format. Utilized HTML, CSS, and Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published