simpliest-password-generator

2.0.0 • Public • Published

Welcome to simpliest-password-generator 👋

Version License: ISC

function for password generation

Install

npm install simpliest-password-generator

Usage

const genereatePassword = require('simpliest-password-generator');

// 1: simple usage
console.log(genereatePassword()) // E?r8H,,4>Tqy

// 2: with length and specials controls
const eightWithUppercase = genereatePassword(8, {
  uppercase: true,
  numbers: false,
  specials: false
})

console.log(eightWithUppercase) // PGgLajec

Author

👤 d.igoschin.igoshin@gmail.com

Show your support

Give a ⭐️ if this project helped you!

Package Sidebar

Install

npm i simpliest-password-generator

Weekly Downloads

18

Version

2.0.0

License

ISC

Unpacked Size

3.65 kB

Total Files

3

Last publish

Collaborators

  • digos