Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 707 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 707 Bytes

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