cool-password-creator

1.0.2 • Public • Published

Password Creator

Creates a random password

Installation:

npm i cool-password-creator

Usage:

// Import cool-password-creator:
const passwordCreator = require("cool-password-creator");

// Create a 10 characters password:
const password1 = passwordCreator.createPassword();

// Create a 20 characters password:
const password2 = passwordCreator.createPassword(20);

Happy Hacking 😁

Package Sidebar

Install

npm i cool-password-creator

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

1.41 kB

Total Files

4

Last publish

Collaborators

  • garbage4testing