You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python library for the implementation of Bitcoin Improvement Proposal - 0038 / (BIP38) protocol.
21
11
This library supports both [No EC-multiply](https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki#encryption-when-ec-multiply-flag-is-not-used) and [EC-multiply](https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki#encryption-when-ec-multiply-mode-is-used) modes and is compatible with over 150+ cryptocurrencies.
22
12
It's specifically tailored for Pay-to-PubKey-Hash (P2PKH) address types.
23
13
24
-

25
-
26
14
For more info see the [Passphrase-protected private key - BIP38](https://en.bitcoin.it/wiki/BIP_0038) spec.
27
15
28
16
## Installation
@@ -36,7 +24,7 @@ pip install bip38
36
24
If you want to run the latest version of the code, you can install from the git:
A Python library for the implementation of Bitcoin Improvement Proposal - 0038 / (BIP38) protocol.
26
26
This library supports both `No EC-multiply <https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki#encryption-when-ec-multiply-flag-is-not-used>`_ and `EC-multiply <https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki#encryption-when-ec-multiply-mode-is-used>`_ modes and is compatible with over 150+ cryptocurrencies.
@@ -42,10 +42,10 @@ If you want to run the latest version of the code, you can install from git:
0 commit comments