fast-pass-gen

Fast password generator.

Usage no npm install needed!

<script type="module">
  import fastPassGen from 'https://cdn.skypack.dev/fast-pass-gen';
</script>

README

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/