
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A lightweight CLI for generating cold wallets, managing keys, and signing cryptocurrency transactions offline across multiple blockchains.
Cry0 is an open-source, lightweight command-line tool designed for easy management of cold wallets and offline transaction signing. It currently supports Bitcoin (BTC) and Ethereum (ETH) and will gradually expand to include more blockchains in the future.
git clone git@github.com:Drincann/cry0.git
cd cry0
npm i
npx tsc
npm link
Create a new wallet
cry0 wallet create --alias my-wallet
Import a wallet using mnemonic with passphrase(optional)
cry0 wallet create --alias my-wallet --mnemonic "word1 word2 word3 ..." --passphrase "passphrase"
Create a temporary wallet(only display in console)
cry0 wallet create --ephemeral
List all wallets
cry0 wallet list
Show account details with private key
cry0 wallet show my-wallet --private
Rename wallet
cry0 wallet rename my-wallet new-wallet
Delete wallet
cry0 wallet remove my-wallet
Create and sign a transaction:
cry0 tx sign --from my-wallet@default --to tb1qamc6hlgvd5e9j8x6dfkl78m6jc3g6xq732hzxk \
--amount 1500 --fee 500 \
--utxo c5fa5d71deaa6731fb906622ac431b0acd88e26c81272ef26bd8bd35fb3082f2:0:1000 \
--utxo 8ab61a6dc59637de8bdd9d04a4b9fd134d3261c77f3c5ae696e26d3538d64241:0:500 \
--utxo f58a8230110604ffc28c46ff7a2e616514526f4a436831a9063325f9056e9d4a:0:500
Broadcast a transaction:
cry0 tx broadcast --tx <tx-content> --provider mempool-testnet4
Create sign and broadcast with --broadcast <provider-name-or-url> directly:
cry0 tx sign --from my-wallet@default --to tb1qamc6hlgvd5e9j8x6dfkl78m6jc3g6xq732hzxk \
--amount 859 --fee 141 \
--utxo c5fa5d71deaa6731fb906622ac431b0acd88e26c81272ef26bd8bd35fb3082f2:0:1000 \
--broadcast mempool-testnet4
CRYO_GLOBAL_PASSPHRASE: Set the passphrase for the CLICRYO_GLOBAL_BITCOIN_NETWORK: Set the Bitcoin network: 'mainnet' (or 'bitcoin'), 'regtest', 'testnet'DEBUG: Show debug logs if set.FAQs
A lightweight CLI for generating cold wallets, managing keys, and signing cryptocurrency transactions offline across multiple blockchains.
The npm package cry0 receives a total of 3 weekly downloads. As such, cry0 popularity was classified as not popular.
We found that cry0 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.