fast-pass-gen
v1.0.0
Published
Fast password generator
Downloads
37
Maintainers
Readme
fast-pass-gen
Fast password generator.
Description
This module will help you generate passwords with a specific length and alphabet.
Table of Contents
Install
$ npm install fast-pass-gen
Usage
const passGen = require("fast-pass-gen");
console.log(passGen(), passGen(20), passGen(10, "num"), passGen(15, ["num", "eng"]));
ЛD[пEo4эДК$hТоЫ)-dд, hHrWN8$AqF[ёТея.%ж&д 7815893489 7zf3tw5y6ii1v3g
API
Types: HERE!
passGen(length?: number, ownAlphabet?: ownAlphabet) => string
The main function.
Contacts
Yandex Mail - [email protected]
Github - https://github.com/StormExecute/
Platforms
Github - https://github.com/StormExecute/fast-pass-gen/
NPM - https://www.npmjs.com/package/fast-pass-gen/
License
MIT - https://mit-license.org/