Skip to content

AmikerB/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This webpage uses JavaScript to alllow the user to generate a random password. When the 'Generate Password' button is clicked, a prompt pops up asking the user how long they would like their passsword to be, if they'd like lowercase characters, uppercase characters, numbers and/or special characters included in their password. Based on the users input a random password is generated into the box.

Usage

Screenshot of wepage on a desktop:

alt text

Credits