
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
awesome-crypto-nodejs
Advanced tools
directory structure:
├── test 单元测试文件
├── types typescript类型文件
├── lib
│ ├── cipher 封装了加密解密相关的方法类
│ ├── certificate 封装了证书相关的方法类
│ ├── diffieHellman 封装了Diffie-Hellman相关的方法类
│ ├── ecdh 封装了椭圆曲线Diffie-Hellman相关的方法类
│ ├── hash 封装了哈希相关的方法类
│ ├── hmac 封装了Hmac摘要相关的方法类
│ ├── sign 封装了签名相关的方法类
│ └── verify 封装了签名验证相关的方法类
yarn add awesome-crypto-nodejs
/ npm install awesome-crypto-nodejs
eg:
import { Hash } from 'awesome-crypto-nodejs';
const ret = new Hash().generateDigest('md5', 'test me', 'base64')
FAQs
util functions for nodejs crypto
The npm package awesome-crypto-nodejs receives a total of 15 weekly downloads. As such, awesome-crypto-nodejs popularity was classified as not popular.
We found that awesome-crypto-nodejs 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.