Geoschu / password-generator

A simple JavaScript application that generates random passwords based on user preferences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Password Generator

Motivation

This project is a simple JavaScript application that generates random passwords based on user preferences. The user can specify the length of the password, and whether it should contain lowercase letters, uppercase letters, digits, and special characters.

Why this was built

This application was built to provide a simple and user-friendly way to generate secure passwords. It's important to have complex and unique passwords for each of your online accounts, and this tool makes it easy to create them.

What it solved

This application solves the problem of creating secure, complex passwords. It eliminates the need for the user to come up with a password on their own, which can often lead to using insecure or repetitive passwords.

What I learned

Through building this application, I learned about the importance of password security and how to use JavaScript to interact with the user through prompts and generate random strings.

Table of Contents

Installation

Open the index.html file in a web browser.

Usage

Click the "Generate Password" button.

A prompt will appear asking for the desired password length (between 8 and 128 characters). Enter the desired length and click "OK".

You will be asked whether you want your password to include lowercase letters, uppercase letters, digits, and special characters.

Choose your preferences by clicking "Yes" or "No" for each category.

After making your selections, a randomly generated password will be displayed in the text box below the "Generate Password" button.

alt text

Credits

I collaborated with Keegan Royal-Eisenberg, Aster Oliva, Meera GK and Aileen Nguyen

Tutorials and resources used

About

A simple JavaScript application that generates random passwords based on user preferences


Languages

Language:JavaScript 54.5%Language:CSS 31.3%Language:HTML 14.2%