Skip to content

Teangelo1/Fun_with_Password_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator vs Javascript: Who will win? whispers " JavaScript of course "

The goal here was to create a secure random password generator using JavaScript.

Developer: Teangelo Burks

Creating this password generator was honestly challenging but very fun.

Steps used in JavaScript to create this project:

  • Multiple Varialbes with values assigned to use throughout our code.
  • While & For loops to have specific conditions met.
  • Setting up functions and Calling functions to perform specific task.
  • If & Else statements to perform different actions based on different conditons.

Criteria for a secure password:

  • Password length must be between 8 - 128 Characters.
  • Password must contain at least 1 capital letter, special character, and a number.

What exactly will the user experience look like?

Password Generator Interface

Next the user will then click on then click on the " Generate Password" button to get started wtih creating a secure password.

Generate Password Button Prompt

Once the users inputs a number between 8 - 128, they will then be prompted with question's for the criteria of their secure password such as: Adding a special character, captial letters and numbers.

Random Password that was generated

Here is the deployed URL: Secure Password Generator

Keep passwords secure at all times everyone!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published