
Security News
VulnCon 2025: NVD Scraps Industry Consortium Plan, Raising Questions About Reform
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
@andybry/crypto-testing
Advanced tools
Experimentation and research in cryptography.
Contains a number of experimental utilities for building cryptographic primitives and a few experimental implementations.
It is hoped that some of the items here will be useful for other people who are also studying cryptography in a JavaScript context.
In particular the implementations, computation algorithms and tests could be useful to help improve understanding.
npm install @andybry/crypto-testing
shared/big-int
: working with and converting to and from big intsshared/bit
: working with and converting to and from bitsshared/byte
: working with and converting to and from bytesshared/curve
: elliptic curve implementationshared/fp2
: implementation of field of order p squaredshared/random
: secure random generatorsshared/secp256k1
: parameters and associated elliptic curve implementationshared/string
: working with and converting to and from string representations of datashared/zn
: implementation of field of order p (or could be used for rings if n is not prime)npm run des
: implementation of the Data Encryption Standard (for 1 64-bit block)npm run des:node
: the same thing using nodes crypto
API for comparisonnpm run ecdsa
: demonstrates the implentation of ECDSA using secp256k1npm run ecdsa:vs-ethereum
: compares local signing and recovery with the Ethereum version (from web3.js)FAQs
Utilities for expermenting with cryptography
We found that @andybry/crypto-testing demonstrated a not healthy version release cadence and project activity because the last version was released 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
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.