🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A lightweight (2kb) and easy-to-use jQuery plugin used for randomly generate strong, complex password strings that match sets of rules you specify.

Password Password-Generator

Documentation

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.

You May Also Like