Skip to content

ksdevinney/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This application uses Javascript in order to create a randomized password based on user criteria. Passwords can be any length between 8-128 characters, and can include special characters, numbers, uppercase letters, and lowercase letters.

preview of password generator

To Use

In order to generate a password, the user must select the desired character types and input a number for the password's length. The password will be generated when the "generate password" button is clicked. If the user selects no types, an error will display. Any selected types will be randomized to the desired length, guaranteeing a unique and secure password. If the user requests a password length less than 8, greater than 128, or inputs a non-numerical response, a password will not generate.

Deployed to GitHub Pages

Development

This application was developed using HTML, CSS, and JavaScript. While this applciation was originally much more basic, I wanted to refactor it to make it more user-friendly (and look nicer!). The original version included pop-ups for each character type, and I have since changed these to be form input instead.

About

Get a secure and unique password.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published