generate-keys
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

generate-keys

This repository contains a utility for generating random 16 or 40-digit keys. This tool is useful for creating random keys for passwords, tokens, or any other application that requires random numeric strings.

Example script

Features

  • Generate 16 or 40-digit random keys
  • Easy-to-use command-line interface
  • Fast and efficient random key generation

Installation

You can get it on npm.

npm i -g generate-keys

Usage

Run command from cli:

npx generate-keys

You will be shown to choose between 16 digits or 40 digits, then the keys will be generated.

Dependencies Usage

Used as dependency:

import { generateKeys } from "generate-keys"

(example of ES6 Module)

Package Sidebar

Install

npm i generate-keys

Weekly Downloads

123

Version

1.0.7

License

ISC

Unpacked Size

54.2 kB

Total Files

19

Last publish

Collaborators

  • rhyman18