Skip to content

BASE64 DECODER V2.0.0

Latest
Compare
Choose a tag to compare
@BitMorphX BitMorphX released this 17 Jun 17:27
· 2 commits to main since this release

πŸ“Ž 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() and termcolor

⚠️ 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


πŸ“œ 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.