Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 705 Bytes

Password-Generator

The web page was intended for the sole purpose of creating a random password.

Asks a series of question for generating a random password.

  • No. of characters in a password. Minimum of 8 characters and a max of 128.
  • Inclusion of CAPITAL letters?
  • Inclusion of LOWER CASE letters?
  • Inclusion of NUMBERS?
  • Inclusion of SPECIAL characters?

A corresponding random password will then be generated, with at least one character belonging to the "criteria" as chosen by the end-user.

Web page link --> Password Generator

Web page preview: alt text