
Research
/Security News
Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain Campaign
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.
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 8,357,899 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.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.

Product
Stay on top of alert changes with filtered subscriptions, batched summaries, and notification routing built for triage.