best-password-creator

1.0.2 • Public • Published

Password Creator

Creates a random password

Installation:

npm i best-password-creator

Usage:

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

//creates a 10 character password
const password = passwordCreator.createPassword();

//creates a 5 character password
const password2 = passwordCreator.createPassword(5);

//creates and logs a 20 character password
console.log(passwordCreator.createPassword(20));

Happy Hacking 👌

Package Sidebar

Install

npm i best-password-creator

Weekly Downloads

3

Version

1.0.2

License

ISC

Unpacked Size

1.32 kB

Total Files

4

Last publish

Collaborators

  • ogadassi