Skip to content

rame0033/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password generator

Live demo

Project courtesy of Scrimba - this is another practice for JavaScript with regards to learning loops, objects, arrays, Math.floor, Math.random()

The password generator is being initialized to randomize 15 characters to form a new set of password. Added a copy to clipboard functionality feature to easily copy the generated password and use it right away.

Password generator interface

Updated (August 10, 2024)

  • Add range selector for adjustable character length.

From the fixed length of 15 characters, the option of having an initial value of 8 and maximum of 30 characters been added to give flexibility to the user.


  • Character selection for passwords

Instead of the fixed randomizer, it is now allowed for users to select which types of characters they want to include in their password to enhance security and flexibility.


Updated password generator as of August 10

About

Project courtesy of Scrimba - JavaScript practice for loop and object arrays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published