Skip to content

A password generator is a tool that automatically generates a password based on guidelines that you set to create strong and unpredictable passwords

Notifications You must be signed in to change notification settings

rohitpandey49/Password-Generator-Using-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password-Generator-Using-JavaScript

A password generator is a tool that automatically generates a password based on guidelines that you set to create strong and unpredictable passwords

Output Screen: The output screen is where generated password will be displayed. User inputs are typed/selected and results are calculated based on that input.

Operations: This Password Generator can generate passwords using:

uppercase letters ( e.g. ABCDEFGH )
lowercase letters ( e.g. abcdefgh )
numbers ( e.g. 123456 )
Include symbols ( e.g. @#$% )

File Structure

index.html
style.css
script.js
images

Prerequisites:

  • Basic knowledge of HTML, CSS and JavaScript needed.

The project contains HTML, CSS, and JavaScript files. The HTML file adds structure, followed by styling using CSS and JavaScript adds functionality to it and for making validations to certain parts of the project.

Output:

At First -

UI

Result -

Result

About

A password generator is a tool that automatically generates a password based on guidelines that you set to create strong and unpredictable passwords

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published