Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
x25519-key-agreement-2020-context
Advanced tools
JSON-LD Context for the X25519 2020 Crypto suite.
JSON-LD Context for the X25519 2020 Crypto suite.
See also (related specs):
proofValue
and publicKeyMultibase
encoding)Requires Node.js 12+
To install via NPM:
npm install x25519-key-agreement-2020-context
const {
contexts, constants, appContextMap, documentLoader
} = require('x25519-key-agreement-2020-context');
// use URL in a JSON-LD context
const obj = {
"@context": [
constants.CONTEXT_URL,
// ...
],
// ...
};
// Codec term map value for CBOR-LD
constants.CBORLD_CODEC_VALUE
// 0x17
// get context data for a specific context
const data = contexts.get('https://w3id.org/security/suites/x25519-2020/v1');
// ...
This package can be used with bundlers, such as [webpack][], in browser applications.
The library exports the following properties:
constants
: A Object that maps constants to well-known context URLs. The
main constant CONTEXT_URL
may be updated from time to time to the
latest context location.contexts
: A Map
that maps URLs to full context data.appContextMap
: For use with cborld
library.documentLoader
Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com
1.0.0 - 2021-03-29
Initial version.
FAQs
JSON-LD Context for the X25519 2020 Crypto suite.
The npm package x25519-key-agreement-2020-context receives a total of 390 weekly downloads. As such, x25519-key-agreement-2020-context popularity was classified as not popular.
We found that x25519-key-agreement-2020-context 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.