secure-password-pro

1.1.0 • Public • Published

Secure Password Generator

You Can Generate Password By using this Package

Installation

npm i secure-password-pro

Usage

const { generatePassword } = require('secure-password-pro')
const length = 10; // Optional
const number = true; // Optional
const symbol = true; // Optional
const data = generatePassword(length, number, symbol)
console.log(data)

NOTE

Standard length is 8, If you provide length<8 then it will be 8 By default. Thanks.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i secure-password-pro

      Weekly Downloads

      3

      Version

      1.1.0

      License

      MIT

      Unpacked Size

      2.27 kB

      Total Files

      3

      Last publish

      Collaborators

      • salmansajibro