createpassword

1.0.0 • Public • Published

Install

$ npm install --save createpassword

Usage

Default settings (easy 10 letters)

createPassword() // -> hjuikolpaq

WCustom length not easy

createPassword(12, false) // -> 87Ik98uREG1

Characters should match a pattern

createPassword(12, false, /\d/) // -> 435678987671

Customize the password prefix

createPassword(12, false, /\d/, 'pass-') // -> pass-6754329

Package Sidebar

Install

npm i createpassword

Weekly Downloads

4

Version

1.0.0

License

ISC

Last publish

Collaborators

  • arvind5588