Skip to content

Releases: meherett/python-bip38

bip38-desktop v0.1.0

01 Nov 12:11
Compare
Choose a tag to compare

New - Desktop App

  • Desktop app with cross-platform support on multiple operating systems and a user-friendly, intuitive interface for easy encryption and decryption. @axiom90, @meherett
  • Implement Linux build script @itsm3abena

Hash validation

To ensure the binaries you download match the originals, you can verify them against the following SHA-256 hashes:

SHA256 Hash File Name
edba5570ef2800b1c1935e2e64ecfb39abc7d05e0c6ecabec5e0b25218bed1e3 bip38-desktop-0.1.0-amd64.deb
554ca547d65f09c0fee5eb82b8e4a6363a88eaaae66e4584e17a135578822289 bip38-desktop-0.1.0-win64-portable.zip
4c7937fccc84556e14b2dc09198bd98073f6ed5e5bfb5761e3f864c5ac49499b bip38-desktop-0.1.0-win64.msi
09de09d8ecd06317a24de3df8abdf292418a9da2f93fcfe0259bd7afc1908da3 bip38-desktop-0.1.0-x86_64.AppImage

bip38 v1.2.0

24 Aug 17:29
Compare
Choose a tag to compare

Improvements

  • Updated the create_new_encrypted_wif function by changing the public_key_type parameter to align with the wif_type naming convention.
  • Added and enhanced the handling of exceptions related to BIP38 for improved error management.

Bug Fixes

  • Resolved the logic issue related to the handling of lot and sequence values.

bip38 v1.1.0

17 Aug 10:59
00d0be1
Compare
Choose a tag to compare

New

  • Add network param on BIP38 methods
  • Add custom exception

bip38 v1.0.1

13 Aug 18:14
Compare
Choose a tag to compare

New

  • Add Point, PubicKey & PrivateKey secp256k1 implementation.
  • Add Pay to Public Key Hash (P2PKH) address implementation.

New Cryptocurrencies

Now, this module supports more than 150+ cryptocurrencies, including the following:

Supported Cryptocurrencies
Name
Network
WIF Prefix
Address Prefix
Adcoinmainnet0xb00x17
Anonmainnet0x800x582
Argoneummainnet0xbf0x32
Artaxmainnet0x970x17
Aryacoinmainnet0x970x17
Asiacoinmainnet0x970x17
Auroracoinmainnet0x970x17
Avianmainnet0x800x3c
Axemainnet0xcc0x37
Batamainnet0xa40x19
BeetleCoinmainnet0x990x1a
BelaCoinmainnet0x990x19
BitCloudmainnet0x990x19
BitSendmainnet0xcc0x66
Bitcoinmainnet0x800x00
testnet0xef0x6f
regtest0xef0x6f
BitcoinAtommainnet0x800x17
BitcoinGoldmainnet0x800x26
BitcoinGreenmainnet0x2e0x26
BitcoinPlusmainnet0x990x19
BitcoinPrivatemainnet0x800x1325
testnet0xef0x1957
BitcoinSVmainnet0x800x00
BitcoinZmainnet0x800x1cb8
Bitcoremainnet0x800x03
Blackcoinmainnet0x990x19
BlockStampmainnet0x800x00
Blocknodemainnet0x4b0x19
testnet0x890x55
Bolivarcoinmainnet0xd50x55
BritCoinmainnet0x990x19
CPUChainmainnet0x800x1c
CanadaeCoinmainnet0x9c0x1c
Cannacoinmainnet0x9c0x1c
Clamsmainnet0x850x89
ClubCoinmainnet0x990x1c
Compcoinmainnet0x9c0x1c
CranePaymainnet0x7b0x1c
Cravemainnet0x990x46
Dashmainnet0xcc0x4c
testnet0xef0x8c
DeepOnionmainnet0x9f0x1f
Defcoinmainnet0x9e0x1e
Denariusmainnet0x9e0x1e
Diamondmainnet0xda0x5a
DigiBytemainnet0x800x1e
Digitalcoinmainnet0x9e0x1e
Divimainnet0xd40x1e
testnet0xd40x1e
Dogecoinmainnet0xf10x1e
testnet0xf10x71
EDRCoinmainnet0xdd0x5d
Ecoinmainnet0xdc0x5c
Einsteiniummainnet0xa1<...
Read more

bip38 v0.3.0

25 Oct 08:21
Compare
Choose a tag to compare

Support WIF (Wallet Import Format) testnet network

bip38 v0.2.1

14 Oct 22:53
Compare
Choose a tag to compare

Fix: Some typo error

bip38 v0.2.0

12 Oct 17:51
Compare
Choose a tag to compare

Now, It supports both Bitcoin mainnet and testnet network addresses.

bip38 v0.1.1

07 Sep 12:03
Compare
Choose a tag to compare

Fix bugs

bip38 v0.1.0

07 Sep 07:55
Compare
Choose a tag to compare

It supports both No EC-multiply and EC-multiply modes.