kelliekumasaka / password-generator

Website that allows user to create a new random password depending on the letters, symbols, and amount of characters that they desire.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

password-generator

This assignment was to create a working password randomizer that would generate a string of characters based on the parameters that the user sets. In addition, this should be able to continue to loop, no matter how many times you wanted to generate a password, as well as break out of the loop if so desired.

Deployment

My deployed version of the generator can be found here.

Contents

The CSS is untouched, so the website itself should look the same as when received. When the "Generate" button is clicked, the following window pops up.

Password generator window with the question "How many characters in password? Enter a number between 8 and 128"

If you decide that you do not want a password, your window will show the following:

Pop up that says "Goodbye!!"

When you do want to have a password generated, after going through all of the prompts, your password will be generated!

Password generator page with random password in box

If you decide that you want another password made for you, your old password will stay, but will be replaced after going through all of the prompts.

Password generator page with old password and pop up asking whether or not user wants uppercase letters

Summary

This page is a successful deployment of a version of a random password generator.

About

Website that allows user to create a new random password depending on the letters, symbols, and amount of characters that they desire.


Languages

Language:JavaScript 48.1%Language:CSS 35.7%Language:HTML 16.2%