1.0.2 • Published 5 months ago

password-creator-by-dudi v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Password Creator

Create random password

Installation

npm i password-creator-by-dudi

Usage

// import
const passwordCreator = require("password-creator-by-dudi");

// display random password with 10 chars
console.log(passwordCreator.createPassword());

// display random password with 20 chars
console.log(passwordCreator.createPassword(20));

// display random password with 5 chars
console.log(passwordCreator.createPassword(5));

Happy Hacking 😜

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago