1.0.0 • Published 3 years ago

fast-pass-gen v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

fast-pass-gen NPM version

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 - vladimirvsevolodovi@yandex.ru

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/