Skip to content

A javascript based random password generator with strong indicator

License

Notifications You must be signed in to change notification settings

enricobez/javascript-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Password Generator

Hi, this project is based on the Project Nayuki - Random password generator (JavaScript) 👏

What I've done with the original Nayuki password generator is:

  • add better graphic layout and made it responsive 📱
  • separate out the logic and stylesheets from HTML 🔀
  • added strong password checker 💪 --> zxcvbn
  • added tooltip over "generate" and "copy" button ❓ --> tooltipster
  • more to come 🔥

Usage

See the example index.html

Character set

Options Default Description
number true Include number [0-9]
lowercase true Include lower case alphabet [a-z]
uppercase true Include uppercase alphabet [A-Z]
symbol true Include these symbols (!"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~)
space false Include <space>
custom false If you want to add some other characters other than above, specify here. E.g. '你好'

Length or strong set

Options Default Description
lengthType 'length' Accept 'length' (number of characters) & 'entropy' (in bit)
length 12 Depends on lengthType, either in length or bit. Accept integer only

Contact

Email: info@enricobez.it

Website: enricobez.it

About

A javascript based random password generator with strong indicator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published