Skip to content

Mersant/PasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator Starter Code

The challenge for this module was to create a password generater which could:

  • Allow the user to dynamically select a pasword length between 8 and 128 inclusive
  • Allow the user to use lowercase characters, uppercase characters, numerical characters, special characters, and any combination thereof

Additional steps were taken to ensure values for password generation were as random as possible to increase security. Namely, using window.crypto.getRandomValues() rather than using Math.random(). Additionally, user input is sufficiently sanitized so as to prevent unexpected output given incorrect input.

Deployed project link: https://mersant.github.io/Module3Challenge/

image

About

Code for the module 3 challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published