# create-ecdh

> createECDH but browserifiable

Latest version **4.0.4** (published 2020-08-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-ecdh
pnpm add create-ecdh
yarn add create-ecdh
bun add create-ecdh
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.4 |
| Published | 2020-08-04 |
| First published | 2014-11-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 5.3 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 25 |
| Author | Calvin Metcalf |
| Maintainers | cwmma, dcousens, indutny, jprichardson |
| Keywords | diffie, hellman, diffiehellman, ECDH |

## Links

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

## Dependencies (2)

- [bn.js](https://npm.io/package/bn.js.md) ^4.1.0
- [elliptic](https://npm.io/package/elliptic.md) ^6.5.3

## Recent versions

- 4.0.4 (latest) — 2020-08-04
- 4.0.3 — 2018-05-07
- 4.0.2 — 2018-05-07
- 4.0.1 — 2018-04-11
- 4.0.0 — 2015-10-29
- 3.0.0 — 2015-10-27
- 2.0.2 — 2015-10-04
- 2.0.1 — 2015-05-21
- 2.0.0 — 2015-02-12
- 1.0.3 — 2015-01-06
- 1.0.2 — 2015-01-06
- 1.0.1 — 2015-01-03
- 1.0.0 — 2014-11-06

## 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/create-ecdh · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
