1.1.0 • Published 3 years ago

secure-password-pro v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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