
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
create-ecdh
Advanced tools
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, to give it the same API as node. secp256k1, secp224r1 (aka p-224), prime256v1 (aka p-256, secp256r1), prime192v1 (aka p-192, secp192r1) curves all work in both this library and node (though only the highlighted name will work in node).
Elliptic is a package that provides a general implementation of elliptic curve cryptography, including ECDH. It offers more comprehensive functionality for elliptic curve operations compared to create-ecdh.
Node-forge is a package that includes a wide range of cryptographic operations, including ECDH. It is more extensive than create-ecdh, as it covers other cryptographic mechanisms like RSA, MD5, SHA, and more.
Crypto is a built-in Node.js module that provides cryptographic functionality, including ECDH. It is directly integrated into Node.js and does not require additional installation, unlike create-ecdh.
FAQs
createECDH but browserifiable
The npm package create-ecdh receives a total of 6,713,557 weekly downloads. As such, create-ecdh popularity was classified as popular.
We found that create-ecdh demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.