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!

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.02latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.02
1.1.61
1.1.51
1.1.41
1.1.31
1.1.21
1.1.11
1.1.01
1.0.81
1.0.71
1.0.61
1.0.51
1.0.41
1.0.31
1.0.21
1.0.11
1.0.01

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