1.0.0 • Published 1 month ago

gen-pass-random-js v1.0.0

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

A password generator for Node.js

Install

npm install gen-pass-random-js

Usage

The module returns a function which can be called with the desired number of symbols.

const { generateRandomPassword } = require("gen-pass-random-js");
console.log(generateRandomPassword(8));   //m85GXLj) 
1.0.0

1 month ago