pGenerator

Password Generator jQuery Plugin


Install
bower install pGenerator

Documentation

pGenerator

Feel free to use this plugin for your projects

How to use

The pGenerator can be used as:

$('#password-generator-button').pGenerator({
    'bind': 'click',
    'passwordElement': '#password-input',
    'displayElement': '#display-password',
    'passwordLength': 16,
    'uppercase': true,
    'lowercase': true,
    'numbers':   true,
    'specialChars': true,
    'additionalSpecialChars': [],
    'onPasswordGenerated': function(generatedPassword) { }
});

License

Released under MIT license - Feel free to copy, modify and redistribute this plugin