pass-gen-belka
v1.0.4
Published
Password generator lib for Node.js by belkaboo
Downloads
19
Readme
Password Generator
A simple password generator library for Node.js.
Easily generate a secure password for all your needs.
Installation
npm install pass-gen-belka
Usage
const { getPassword } = require('pass-gen-belka');
const pass = getPassword(10; true, true); // The password will be 10 characters long and will contain letters, numbers and special characters.
console.log(pass); // output for example - 0T5Sky*Kra