pswdgn
v1.0.4
Published
Generate passwords
Downloads
6
Readme
pswdgn
"pswdgn" makes password generation easier.
Install
To install pswdgn, type in your console
npm i pswdgnFunctions
To use password generation, use the following method
pswdgn.generate(length, specialChars)specialChars must be "true" or "false"
To check if a password is strong, use the following method
pswdgn.check(password)