How to Install and Uninstall python3-bip32utils Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-bip32utils" package

Please follow the step by step instructions below to install python3-bip32utils on Kali Linux

$ sudo apt update $ sudo apt install python3-bip32utils

2. Uninstall "python3-bip32utils" package

Please follow the steps below to uninstall python3-bip32utils on Kali Linux:

$ sudo apt remove python3-bip32utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-bip32utils package on Kali Linux

Package: python3-bip32utils
Source: python-bip32utils
Version: 0.0~git20170118.dd9c541-2
Installed-Size: 51
Maintainer: Josue Ortega
Architecture: all
Depends: python3:any, python3-ecdsa
Size: 11548
SHA256: d513ef0e071bb84aab8a5506040113d4e1e3896154c0e657fb07b699efca0855
SHA1: 32cb92f162e36d09700305f5e76438f2b3edad64
MD5sum: 620f444e652afc02e768c24538a01f3f
Description: Python implementation of Bitcoin hierarchical deterministic wallet
The bip32utils library is a pure Python implementation of Bitcoin hierarchical
deterministic wallet ("HD Wallet") ECDSA key generation as specified in
BIP0032 (Bitcoin Improvement Proposal #0032).
.
Deterministic ECDSA key generation allows creating a sequence of Bitcoin
private and public ECDSA keys from an initial seed and a hierarchical set of
indices. A number of benefits follow:
- An entire wallet can be backed up once by storing the wallet seed or master
extended private key, and all future addresses in the wallet can be restored
from it.
- The creation of public and private ECDSA keys may be separated from each
other. That is, it is possible to create only the public ECDSA key half
(and receiving address) of an ECDSA key pair, without the ability to create
the private half. Thus, one can create receiving addresses on a public
facing system that if compromised would not give the attacker the ability to
spend bitcoin received at those addresses. A separate, offline machine can
generate the corresponding private ECDSA keys and sign transactions.
- Public and private ECDSA keys may be created in a hierarchy, and control
over or visibility of portions of the hierarchy may be delegated to third
parties.
This has uses for auditing, for separating ECDSA key sequences into
different logical groups or accounts, and for giving 3rd parties the ability
to create spending transactions without first getting a receiving address
in advance.
Description-md5:
Homepage: https://github.com/prusnak/bip32utils
Section: python
Priority: optional
Filename: pool/main/p/python-bip32utils/python3-bip32utils_0.0~git20170118.dd9c541-2_all.deb