Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 608 Bytes

About Password generator

A javascript bassed Password Generator that must utilize at least one of the following character types:

  • uppercase
  • lowercase
  • special
  • numeric

The generator will prompt for the length you want your password to be. Must be between 8 -128 characters.

If an incorrect character length value is selected two times the following default values will be used:

  • Any value under 8 will be set to 8 characters by default

  • Any value over 128 will be set to 128 characters by default

  • Any non numeric value entered will be set to 12 characters by default