94Cooper94 / passwordGen

Random password generator that accepts user inputted criteria and outputs a password based on the user's specifications. Designed & maintained by Cooper Ahearn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passwordGen

Your ex still have access to your Netflix password months after breaking up? Tired of re-using different iterations of the same password for every account you create? Look no further, as Cooper's passwordGen is here to spice up your life. Sneak-a-peek at the full program up above, but feel free to continue reading to learn about the logical processes involved.

Upon clicking "Generate Password", the site will prompt the user inquiring how long they would like their ideal password to be. The password must be between 8 and 128 characters.

Initial Prompt

After the user has selected an eligible password length, the password generator will prompt the user upon which the user will decide whether they want numbers, special characters, lower case and/or upper case letters in their password.

One Example of a Prompt

Enjoy creating rng passwords to your heart's content!

Final Product!

Technologies Used

  • GitHub & GitHub Pages
  • HTML & CSS
  • JavaScript

About

Random password generator that accepts user inputted criteria and outputs a password based on the user's specifications. Designed & maintained by Cooper Ahearn.


Languages

Language:JavaScript 56.7%Language:CSS 29.7%Language:HTML 13.6%