
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
aelf-command
Advanced tools
项目本地安装
# 项目路径下本地安装
npm i aelf-command --save
可在Node.js REPL中或者js文件中使用
// 安装完成后
const keyStoreFunctions = require('aelf-command');
// 生成一个新的钱包和对应的keyStore,keyStore并写入文件,文件名为<{生成的钱包地址}_keyStore.json>
const result = keyStoreFunctions.generateKeyStore('password', '/Users/yangmutong/Documents/test/');
console.log(result.wallet);
console.log(result.keyStore);
const extractedKeyStore = keyStoreFunctions.extractFromKeyStore(`/Users/yangmutong/Documents/test/${result.wallet.address}_keyStore.json`, 'password');
console.log(extractedKeyStore);
0.1.0 (2019-08-16)
FAQs
A CLI tools for AElf
We found that aelf-command demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.