base64_decoder is a fast and reliable tool for decoding Base64-encoded private keys and generating Bitcoin address data.
It takes a Base64-encoded private key and outputs:
- Bitcoin address (compressed & uncompressed)
- WIF format (compressed & uncompressed)
- Public key (HEX)
- Private key (HEX)
- π Decodes Base64 private keys
- π¬ Outputs Bitcoin address (compressed & uncompressed)
- π Shows WIF formats
- π Public + private key in HEX
- π₯οΈ Terminal color output
base64_decoder.pyβ Main decoding and key derivation scriptbase64_decoder.batβ Windows launcher for quick use.vscode/settings.jsonβ Editor preferenceslaunch.jsonβ Debugging configurationtasks.jsonβ Task runner integrationextensions.jsonβ Recommended VS Code extensions
assets/banner.pngβ Project bannerdemo.gifβ Demo preview
README.mdβ This documentationLICENSEβ Apache 2.0 LicenseNOTICEβ Attribution and noticesETHICSβ Responsible use noticerequirements.txtβ Python dependencies
ecdsa
pycryptodome
base58
termcolor
Install with:
pip install -r requirements.txtPython 3.8+ is recommended.
python base64_decoder.pybase64_decoder.batBitcoin Address (Uncompressed): 1...
Bitcoin Address (Compressed): 1...
WIF (Uncompressed): 5...
WIF (Compressed): K...
Public Key (Uncompressed HEX): 04...
Public Key (Compressed HEX): 02...
Private Key (HEX): a3...
base64_decoder/
βββ assets/
β βββ banner.png
β βββ demo.gif
βββ .vscode/
β βββ settings.json
β βββ launch.json
β βββ tasks.json
β βββ extensions.json
βββ base64_decoder.py
βββ base64_decoder.bat
βββ LICENSE
βββ NOTICE
βββ ETHICS
βββ README.md
βββ requirements.txt
This software is provided strictly for educational, analytical, and research purposes only.
The author does not promote or condone any unethical behavior, unauthorized access, or abuse of blockchain systems or cryptographic tools.
This project does not include or generate any real private keys linked to actual cryptocurrency holdings. It is designed to operate in offline environments or for simulation/testing purposes.
The author accepts no liability for any damages, losses, or illegal use resulting from this software. All responsibility lies solely with the end user.
Use responsibly. Learn ethically. Contribute honestly.
This tool is created strictly for research and educational purposes.
See ETHICS for the full statement.
Licensed under the Apache 2.0 License
See NOTICE for important information about attribution, DMCA protection, and reuse permissions.
β
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.
π GitHub: https://github.com/BitMorphX
βοΈ Email: [email protected]
π¬ Telegram: https://t.me/BitMorphX
βI morph bits, not to break, but to understand.β
β BitMorphX
Β© BitMorphX β All rights reserved.

