Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/antojoseph/safescroll
####What is this?
Let's you ecdsa sign/ verify messages with their private/pub keys and run a self test!
go run . -op sign -priv private_key.pem -message hello
go run . -op verify -pub public_key.pem -message hello -signature a13bb19dfc4d1461e7b567f876f84a7bf302c87867340fcc9d874d28175cef4f181dd1e0e2b4e6b0c10c2b55b886c80b0cd5f8071382d42dcbf9b4247723a8b7
go run . -op verify -pub public_key.pem -message hellon -signature a13bb19dfc4d1461e7b567f876f84a7bf302c87867340fcc9d874d28175cef4f181dd1e0e2b4e6b0c10c2b55b886c80b0cd5f8071382d42dcbf9b4247723a8b7
##Generate public / private keys
openssl ecparam -name prime256v1 -genkey -noout -out private_key.pem
openssl ec -in private_key.pem -pubout -out public_key.pem
FAQs
Unknown package
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 malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.