password-creator-by-ofir

1.0.4 • Public • Published

Password Creator

Creates a random password

Installation:

npm i password-creator-by-ofir

Usage:

//Import password-creator-by-ofir:
const passwordCreator=require("./password-creator-by-ofir");

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

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

Happy Hacking😁

Package Sidebar

Install

npm i password-creator-by-ofir

Weekly Downloads

3

Version

1.0.4

License

ISC

Unpacked Size

1.27 kB

Total Files

4

Last publish

Collaborators

  • ofirhasson18