Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /