Skip to content

Lilliemefie/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password-generator

The propose of creating password generator's page is to help create a random password. The user can choose the criteria that the user like, following;

  • How many characters the user would like to have in the password
  • The user would like to include;
    • Lowercase letters
    • Uppercase letters
    • Numbers
    • Special characters

How to get the password generate

  1. The user will click on "Generate Password" button
  2. Then the window will prompt and ask the user to input the length of password that they want (between 8-128 characters). If the user input the alphabet or input the number less than 8 or more than 128, it will prompt to ask the user to input the password length within the range.
  3. Then the window will prompt and ask which criteria the user would like to include; lowercase letters, uppercase letters, numbers and special characters. If the user selcets non to all criteria, it will loop to the beginning again.
  4. When all question have been defined, the random generated password will appear within the password box.

You can get your random password here:

lilliemefie.github.io/password-generator/

Screenshot

Language used:

  • Javascript
  • HTML
  • CSS

References:

License

GitHub license

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published