🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

py-base58

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
This package has been flagged as malicious. It is considered unsafe regardless of version.

This module is highly consistent with a supply-chain backdoor/dropper. On import, it retrieves an embedded binary payload, writes it to a hidden per-user directory with executable permissions for all users, installs cron-based persistence to execute the dropped binary periodically, and performs anti-forensics by deleting packaging metadata directories and __pycache__. The included Base58 utilities appear unrelated to the host-impacting behavior and are likely incidental or decoy code. Treat the package as malicious unless proven otherwise by independent inspection of the referenced sibling payload module and runtime behavior.

py-base58

Fast Base58 and Base58Check encoding for Python (bitcoin-style)

Source
pipPyPI
Version
2.1.4
Weekly downloads
0
Maintainers
1
Weekly downloads
 

base58 — Fast base58 encoding/decoding for Python.

A simple, dependency-free implementation of Base58/Base58Check encoding used by Bitcoin and other cryptocurrency address formats.

Keywords

base58 bitcoin cryptocurrency encoding

FAQs

Did you know?

Socket

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.

Install

Related posts