A repository of over 1000 quality jQuery plugins

jQuery PGenerator

PGenerator is a jQuery Password plugin.

Created by M1Sh0u

Password Generator jQuery Plugin

Not what you're looking for? Click here to view more Password jQuery plugins

pGenerator

Feel free to use this plugin for your projects

Visit the official page for an working demo @ https://accountspassword.com/password-generator-jquery-plugin

How to

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,
    'onPasswordGenerated': function(generatedPassword) { }
});

License

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



You might also like these other Password jQuery Plugins

  • Strength.js

    The ultimate jQuery password input plugin. Featuring secure strength indicator and hide/show password

  • Ajax Login

    A nice and simple php based login system complete with ajax submission, email verification, password reset, and a config file. Root UI is...

  • jQuery Entropizer

    jQuery password meter plugin