Releases: BitMorphX/base64_decoder
BASE64 DECODER V2.0.0
📎 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.
BASE64 DECODER V1.0.0
📎 RELEASE NOTES – base64_decoder.py
Version: 1.0.0
Release Date: 2025-05-07
🔧 Improvements over v1.0.0
- ✅ Full functionality for Base64 key decoding, WIF format generation, and Bitcoin address creation
- 🧠 Outputs:
- Bitcoin addresses (compressed + uncompressed)
- WIF formats (compressed + uncompressed)
- Public keys (HEX)
- Private key (HEX)
- 🧼 Terminal screen is cleared at runtime for a clean user experience
- 🌈 Improved color visibility — removed unreadable colors like dark blue
- 🧾 Output follows a strict, readable, consistent order
🎯 Why this version?
This version marks full functional stability and a complete set of features for Base64 key decoding, WIF generation, and Bitcoin address derivation.
🍱 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.