Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

A javascript password generator with easy to define rules

License

Notifications You must be signed in to change notification settings

Cookizza/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

A javascript password generator with easy to define rules to suit any business case. The default rules will generate a 16 character password of 12 characters/numbers and 4 special characters.

DEMO - https://kekoapp.github.io/Password-Generator/index.html

Adding rules to the generation

  • Clone the repo / download the zip
  • Open the password.js inside the /js/ folder
  • Edit the 'rules' array by adding another object, by default there is 2 rules setup as examples
  • If a callback function is set within the rule, the resulting string will be passed to the callback for further processing. As in the example rules, this is a good place to do any custom operations to the password, such as shuffling the final password string.

About

A javascript password generator with easy to define rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published