Skip to content

cordovamonica/javascript-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

03 JavaScript: Password Generator

Description

Passwords are important to protect sensitive information on websites that we use. Everyone needs a strong, random password to prevent unwanted access to sites used everyday. A password generator is one way to accomplish this. Strong passwords will include uppercase and lowercase letters, numbers, and special characters. They will also be between 8 and 128 characters long. Combining all of these elements together will result in a strong, random password that is less likely to be guessed by an unfamiliar user.

Usage

An example of the page:

Password Generator box

Choose Length popup Uppercase Selection Lowercase Selection Special Characters Selection Numbers Selection

Link to deployed application: Javascript Password Generator

About

A random password generator using Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published