π RELEASE NOTES β base64_decoder.py
Version: 2.0.0
Release Date: 2025-06-17
π Overview
base64_decoder is a compact CLI tool that decodes Base64-encoded Bitcoin private keys and derives all related key material and addresses.
It enables fast offline transformation of raw Base64 input into WIF formats, Bitcoin addresses, and public/private key HEX representations β suitable for cryptographic testing, tool development, and educational use.
π§ Core Features
- π Decodes Base64-encoded private keys
- π Outputs WIF formats (compressed & uncompressed)
- π·οΈ Generates Bitcoin addresses (compressed & uncompressed)
- π Displays public and private keys in HEX
- π¨ Colored CLI output with
termcolor
- π₯οΈ Optional command-line argument or interactive prompt
- π Fully offline usage β no internet dependency
β Included in v2.0.0
- β
base64_decoder.py
β CLI decoding and key conversion tool - β
base64_decoder.bat
β Windows launcher for one-click execution - β WIF encoding and Bitcoin address derivation
- β
Interactive fallback if
--base64
argument is missing - β SHA-256 and RIPEMD160 hash logic
- β Robust Base64 decoding with error handling
- β
Clean terminal display using
clear()
andtermcolor
β οΈ Notes
- Accepts only valid Base64-encoded 32-byte private keys
- Uncompressed and compressed formats are both generated
- WIF outputs use Bitcoin mainnet prefix
- Use in air-gapped or isolated environments is recommended
- No actual blockchain interaction or validation is performed
π Related Files
- README.md β Main documentation
- base64_decoder.py β CLI decoder script
- base64_decoder.bat β Windows launcher
- ETHICS β Responsible usage statement
- RELEASE_v2.0.0.md β This file
- LICENSE β Apache 2.0 license
- NOTICE β Attributions and legal mentions
π License
Licensed under the Apache 2.0 License by BitMorphX
π± Support
β
Bitcoin (BTC)
1MorphXyhHpgmYSfvwUpWojphfLTjrNXc7
β
Monero (XMR)
86VAmEogaZF5WDwR3SKtEC6HSEUh6JPA1gVGcny68XmSJ1pYBbGLmdzEB1ZzGModLBXkG3WbRv12mSKv4KnD8i9w7VTg2uu
β
Dash (DASH)
XtNuNfgaEXFKhtfxAKuDkdysxUqaZm7TDX
We also value early privacy coins such as:
β
Bytecoin (BCN)
bcnZNMyrDrweQgoKH6zpWaE2kW1VZRsX3aDEqnxBVEQfjNnPK6vvNMNRPA4S7YxfhsStzyJeP16woK6G7cRBydZm2TvLFB2eeR
π Thank you for supporting independent research and ethical technology.
π€ Author & Contact
π GitHub: https://github.com/BitMorphX
βοΈ Email: BitMorphX@proton.me
π¬ Telegram: https://t.me/BitMorphX
βI morph bits, not to break, but to understand.β
β BitMorphX
Β© BitMorphX β All rights reserved.