Skip to content

DevMafee/secure-password-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published