Skip to content

net4u/pGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Password Generator jQuery Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%