1.0.2 • Published 1 year ago

password-creator-by-toulouse v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Password Creator

Create a random password

Installation:

...bash npm i password-creator-by-toulouse ...

Usage:

... Javascript

// Import the module:

const passwordCreator = require("password-creator-by-toulouse");

// Create a 10-character password:

const password1 = passwordCreator.createPassword();

// Create a 20-character password:

const password2 = passwordCreator.createPassword(20); ...

Happy Hacking 🐥

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago