1.0.2 • Published 1 year ago

password-creator-by-dudi v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago