
Security News
Federal Audit Finds NIST Wasted Funds With No Plan to Clear NVD Backlog
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.
@aioha/tx-digest
Advanced tools
Hive transaction serializer and digest. Useful for generating ID for a transaction. Serializers extracted from hive-tx and adapted for HF26 serialization. Intended for browser use as it uses window.crypto for sha256.
import { transactionDigest } from '@aioha/tx-digest'
// https://hafscan.techcoderx.com/tx/543058b4465cd93132b2843b751d5dcdd8efd341
const recurrent_transfer = {
ref_block_num: 23679,
ref_block_prefix: 291568045,
expiration: '2025-11-20T07:59:08',
operations: [
{
type: 'recurrent_transfer_operation',
value: {
to: 'techcoderx.vsc',
from: 'techcoderx',
memo: '',
amount: {
nai: '@@000000021',
amount: '2',
precision: 3
},
executions: 5,
extensions: [
{
type: 'recurrent_transfer_pair_id',
value: {
pair_id: 1
}
}
],
recurrence: 48
}
}
],
signatures: [
'1f3f2ddfc755936e0b998c78a1aec35a9663d1d9011cd4a83be84c6340f1b8689826fbd0e32c918afca38ab1e6ec44eac85a0e281c39bf1400f5e53c8b810a3bf5'
],
extensions: []
}
const serialized = await transactionDigest(recurrent_transfer)
console.log(serialized.txId) // 85db372428a47aba8aeb154df8650a900c612fa5
FAQs
Hive transaction serializer and digest
We found that @aioha/tx-digest 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
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.