randkeyjs

1.0.1 • Public • Published

#randkeyjs

randkeyjs is a npm module for generating random keys of a given length.

First, you install it from npm.

Second, you import generator module like so import generator from 'randkeyjs'.

initialize it let keys = new generator()

use genkey function keys.genkey(wordlist, length).

Wordlist: the charactors that you allow the program to use.

Length: how long the key should be.

Readme

Keywords

none

Package Sidebar

Install

npm i randkeyjs

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.49 kB

Total Files

3

Last publish

Collaborators

  • jamcha123