Skip to content

M1Sh0u/pGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Password Generator jQuery Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published