1.0.4 • Published 2 years ago

pswdgn v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

pswdgn

"pswdgn" makes password generation easier.

Install

To install pswdgn, type in your console

npm i pswdgn

Functions

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)
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago