password-creator-by-dudi

1.0.2 • Public • Published

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 😜

/password-creator-by-dudi/

    Package Sidebar

    Install

    npm i password-creator-by-dudi

    Weekly Downloads

    0

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    1.4 kB

    Total Files

    4

    Last publish

    Collaborators

    • dudi-matslawi1809