Skip to content

MarkAAmaro/JavaScript-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript-Password-Generator

Password Generator

I created a password generator that allows the user to select the length of the password (between 8 and 128 characters) and the types of characters to include (uppercase letters, lowercase letters, numbers, and symbols).

The Password that is generated shows up inside the box frame that uses the selected characters that defines the outcome

How it works

Click the "Generate Password" button to start the generator. img1

Enter the desired length of your password (between 8 and 128 characters) in the prompt that appears.

img

Choose whether to include uppercase letters, lowercase letters, numbers, and symbols by answering the corresponding prompts.

img

If you did not select at least one character type, an alert will appear asking you to select at least one character type.

img

The generated password will be displayed in the #password input box.

img

Site Link https://markaamaro.github.io/JavaScript-Password-Generator/

About

Application that an employee can use to generate a random password based on criteria they've selected

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors