Skip to content

Commit 7a54731

Browse files
committed
Add release notes for v2.0.0
1 parent 5598bae commit 7a54731

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

RELEASE_v2.0.0.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
# 📎 RELEASE NOTES – base64_decoder.py
2+
**Version:** 2.0.0
3+
**Release Date:** 2025-06-17
4+
5+
---
6+
7+
## 🚀 Overview
8+
9+
**base64_decoder** is a compact CLI tool that decodes Base64-encoded Bitcoin private keys and derives all related key material and addresses.
10+
11+
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.
12+
13+
---
14+
15+
## 🔧 Core Features
16+
17+
- 🔓 Decodes Base64-encoded private keys
18+
- 🔑 Outputs WIF formats (compressed & uncompressed)
19+
- 🏷️ Generates Bitcoin addresses (compressed & uncompressed)
20+
- 🔍 Displays public and private keys in HEX
21+
- 🎨 Colored CLI output with `termcolor`
22+
- 🖥️ Optional command-line argument or interactive prompt
23+
- 🔒 Fully offline usage — no internet dependency
24+
25+
---
26+
27+
## ✅ Included in v2.0.0
28+
29+
-`base64_decoder.py` – CLI decoding and key conversion tool
30+
-`base64_decoder.bat` – Windows launcher for one-click execution
31+
- ✅ WIF encoding and Bitcoin address derivation
32+
- ✅ Interactive fallback if `--base64` argument is missing
33+
- ✅ SHA-256 and RIPEMD160 hash logic
34+
- ✅ Robust Base64 decoding with error handling
35+
- ✅ Clean terminal display using `clear()` and `termcolor`
36+
37+
---
38+
39+
## ⚠️ Notes
40+
41+
- Accepts only valid Base64-encoded 32-byte private keys
42+
- Uncompressed and compressed formats are both generated
43+
- WIF outputs use Bitcoin mainnet prefix
44+
- Use in air-gapped or isolated environments is recommended
45+
- No actual blockchain interaction or validation is performed
46+
47+
---
48+
49+
## 📌 Related Files
50+
51+
- [README.md](./README.md) – Main documentation
52+
- [base64_decoder.py](./base64_decoder.py) – CLI decoder script
53+
- [base64_decoder.bat](./base64_decoder.bat) – Windows launcher
54+
- [ETHICS](./ETHICS) – Responsible usage statement
55+
- [RELEASE_v2.0.0.md](./RELEASE_v2.0.0.md) – This file
56+
- [LICENSE](./LICENSE) – Apache 2.0 license
57+
- [NOTICE](./NOTICE) – Attributions and legal mentions
58+
59+
---
60+
61+
## 📜 License
62+
Licensed under the [Apache 2.0 License](./LICENSE) by **BitMorphX**
63+
64+
---
65+
66+
## 🍱 Support
67+
68+
**Bitcoin (BTC)**
69+
`1MorphXyhHpgmYSfvwUpWojphfLTjrNXc7`
70+
71+
**Monero (XMR)**
72+
`86VAmEogaZF5WDwR3SKtEC6HSEUh6JPA1gVGcny68XmSJ1pYBbGLmdzEB1ZzGModLBXkG3WbRv12mSKv4KnD8i9w7VTg2uu`
73+
74+
**Dash (DASH)**
75+
`XtNuNfgaEXFKhtfxAKuDkdysxUqaZm7TDX`
76+
77+
**We also value early privacy coins such as:**
78+
**Bytecoin (BCN)**
79+
`bcnZNMyrDrweQgoKH6zpWaE2kW1VZRsX3aDEqnxBVEQfjNnPK6vvNMNRPA4S7YxfhsStzyJeP16woK6G7cRBydZm2TvLFB2eeR`
80+
81+
🙏 *Thank you for supporting independent research and ethical technology.*
82+
83+
---
84+
85+
## 👤 Author & Contact
86+
87+
🔗 GitHub: https://github.com/BitMorphX
88+
✉️ Email: [email protected]
89+
💬 Telegram: https://t.me/BitMorphX
90+
91+
> _“I morph bits, not to break, but to understand.”_
92+
> **BitMorphX**
93+
94+
---
95+
96+
© BitMorphX – All rights reserved.

0 commit comments

Comments
 (0)