New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-api-key

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-api-key

A simple CLI tool to generate secure random API keys.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

create-api-key

A simple, zero-dependency CLI tool to generate secure random API keys using Node.js crypto module.

Make generating API keys as simple as npx create-api-key.

Features

  • Fast and lightweight
  • Uses cryptographically secure random bytes
  • Zero dependencies

Usage

You can run it directly using npx:

npx create-api-key

Or install it globally:

npm install -g create-api-key
create-api-key

License

MIT

Author

Syam Farijal

Keywords

api-key

FAQs

Package last updated on 13 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts