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.
This tool is a command line interface to OpenSSL, written with Python3. It permits encrypting/decrypting files, as well as generating RSA keys, encrypting private RSA keys, signing files using an RSA key, and also verifying signatures using RSA.
Before running this tool, the following dependency must be installed, as well as being on the path:
Usually, this dependency exists by default in most of the supported platforms(see below). In case it doesn't, try consulting the official OpenSSL documentation; or consult your operating system' documentation on how to install new software.
To launch openssl-python tool, just download the source code, and run the following command:
python3 main.py
Or alternatively, if python is in the path, run the following commands:
chmod +x main.py
./main.py
This tool was initially developed and tested on Linux systems, so it does also support Unix-like systems: BSDs, Mac OS...
Windows support though is not guaranteed.
FAQs
Command line interface to OpenSSL with Python3
We found that openssl-python 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.
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.