password-creator-by-yonch

1.0.2 • Public • Published

Password Creator

Create a random password

Installation:

npm i password-creator-by-yonch

Usage

// Import password-creator-by-yonch
const passwordCreator = require("password-creator-by-yonch");

console.log(passwordCreator.createPassword()); // => 10 characters password
console.log(passwordCreator.createPassword(24)); // => 24 characters password

Have fun! 😀

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i password-creator-by-yonch

      Weekly Downloads

      0

      Version

      1.0.2

      License

      ISC

      Unpacked Size

      1.35 kB

      Total Files

      4

      Last publish

      Collaborators

      • yonch-ribak