
Security News
Risky Biz Podcast: AI Agents Are Raising the Stakes for Software Supply Chain Security
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.
hypercore-sign-lib
Advanced tools
Sign hypercore signing requests using public/private key cryptography, and verify the signatures.
The flow is:
npm i -g hypercore-sign-lib
const encryptedKey = await generate(password)Generate a keyPair and encrypt it using password. Returns a buffer.
const response = await sign(request, encryptedKey, password, [publicKey])Sign a request using the key and password combination. If password is not correct, signing will fail.
publicKey is only needed for legacy key support.
const valid = verify(response, signingRequest, publicKey)Veriy response is a valid signature over signingRequest by publicKey.
Apache-2.0
FAQs
Sign Hypercores
The npm package hypercore-sign-lib receives a total of 194 weekly downloads. As such, hypercore-sign-lib popularity was classified as not popular.
We found that hypercore-sign-lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.