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.
@iota/signing
Advanced tools
IOTA Signing Scheme
Install using npm:
npm install @iota/signing
or using yarn:
yarn add @iota/signing
Param | Type | Description |
---|---|---|
seed | Int8Array | Seed trits |
index | number | Private key index |
Returns: Int8Array
- subseed trits
Param | Type | Description |
---|---|---|
subseedTrits | Int8Array | Subseed trits |
length | number | Private key length |
Returns: Int8Array
- Private key trits
Param | Type | Description |
---|---|---|
key | Int8Array | Private key trits |
Param | Type | Description |
---|---|---|
digests | Int8Array | Digests trits |
Returns: Int8Array
- Address trits
Param | Type | Description |
---|---|---|
normalizedBundleFragment | array | Normalized bundle fragment |
signatureFragment | Int8Array | Signature fragment trits |
Returns: Int8Array
- Digest trits
Param | Type | Description |
---|---|---|
normalizeBundleFragment | array | normalized bundle fragment |
keyFragment | keyFragment | key fragment trits |
Returns: Int8Array
- Signature Fragment trits
Param | Type | Description |
---|---|---|
expectedAddress | string | Expected address trytes |
signatureFragments | array | Array of signatureFragments trytes |
bundleHash | string | Bundle hash trytes |
Param | Type | Description |
---|---|---|
bundlehash | Hash | Bundle hash trytes |
Normalizes the bundle hash, with resulting digits summing to zero.
Returns: Int8Array
- Normalized bundle hash
FAQs
IOTA Signing Scheme
The npm package @iota/signing receives a total of 9,601 weekly downloads. As such, @iota/signing popularity was classified as popular.
We found that @iota/signing demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
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.