Skip to content

jsandev7/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PASSWORD GENERATOR IN JS.

Goals.

  • Built in from "scratch".
  • Generate two random password when the user clicks the button.
  • Each password should be 15 characters long.

Stretch Goals.

  • Ability to set password lenght.
  • Add "copy-on-click".
  • Toggle "symbols" and "numbers" on/off.

Code suggestions.

const characters = ["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9","~","`","!","@","#","$","%","^","&","*","(",")","_","-","+","=","{","[","}","]",",","|",":",";","<",">",".","?",
"/"];

About

A simply password generator in JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published