# @meteorjs/create-ecdh

> createECDH but browserifiable

Latest version **4.0.5** (published 2025-05-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install @meteorjs/create-ecdh
pnpm add @meteorjs/create-ecdh
yarn add @meteorjs/create-ecdh
bun add @meteorjs/create-ecdh
```

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.5 |
| Published | 2025-05-22 |
| First published | 2025-04-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 3.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 25 |
| Author | Calvin Metcalf |
| Maintainers | mdg, denyhs, fredmaiaarantes, gywem, hschmaiske, leonardoventurini |
| Keywords | diffie, hellman, diffiehellman, ECDH |

## Links

- npm: https://www.npmjs.com/package/@meteorjs/create-ecdh
- Repository: https://github.com/crypto-browserify/createECDH
- Issues: https://github.com/crypto-browserify/createECDH/issues
- npm.io page: https://npm.io/package/@meteorjs/create-ecdh

## Dependencies (7)

- [bn.js](https://npm.io/package/bn.js.md) ^4.11.9
- [brorand](https://npm.io/package/brorand.md) ^1.1.0
- [hash.js](https://npm.io/package/hash.js.md) ^1.0.0
- [inherits](https://npm.io/package/inherits.md) ^2.0.4
- [hmac-drbg](https://npm.io/package/hmac-drbg.md) ^1.0.1
- [minimalistic-assert](https://npm.io/package/minimalistic-assert.md) ^1.0.1
- [minimalistic-crypto-utils](https://npm.io/package/minimalistic-crypto-utils.md) ^1.0.1

## Recent versions

- 4.0.5 (latest) — 2025-05-22
- 4.0.4 — 2025-04-09

## README

createECDH [![Build Status](https://travis-ci.org/crypto-browserify/createECDH.svg)](https://travis-ci.org/crypto-browserify/createECDH)
====

In io.js or node >= 0.11 this module is just a shortcut to crypto.createECDH.  In node <= 0.11 or the browser this is a pure JavaScript implimentation, more specifically a wrapper around [elliptic](https://github.com/indutny/elliptic), to give it the same API as node. `secp256k1`, `secp224r1` (aka p224), `prime256v1` (aka p256, secp256r1), `prime192v1` (aka p192, secp192r1), `secp384r1` (aka p384), `secp521r1` (aka p521)  curves all work in both this library and node (though only the highlighted name will work in node).

---
_Source: https://npm.io/package/@meteorjs/create-ecdh · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
