fast-pass-gen
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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/

Package Sidebar

Install

npm i fast-pass-gen

Weekly Downloads

7

Version

1.0.0

License

MIT

Unpacked Size

5.47 kB

Total Files

5

Last publish

Collaborators

  • cotenochek