Skip to content

πŸš€ Decode Base64-encoded ECDSA private keys and generate Bitcoin addresses, WIFs, and public keys via CLI.

License

Notifications You must be signed in to change notification settings

BitMorphX/base64_decoder

Repository files navigation

base64_decoder banner

πŸ” BASE64 DECODER

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)

βš™οΈ Features

  • πŸ” Decodes Base64 private keys
  • πŸ“¬ Outputs Bitcoin address (compressed & uncompressed)
  • πŸ”‘ Shows WIF formats
  • πŸ”Ž Public + private key in HEX
  • πŸ–₯️ Terminal color output

πŸ“ File Overview

  • base64_decoder.py – Main decoding and key derivation script
  • base64_decoder.bat – Windows launcher for quick use
  • .vscode/
    • settings.json – Editor preferences
    • launch.json – Debugging configuration
    • tasks.json – Task runner integration
    • extensions.json – Recommended VS Code extensions
  • assets/
    • banner.png – Project banner
    • demo.gif – Demo preview
  • README.md – This documentation
  • LICENSE – Apache 2.0 License
  • NOTICE – Attribution and notices
  • ETHICS – Responsible use notice
  • requirements.txt – Python dependencies

πŸ› οΈ Dependencies

ecdsa
pycryptodome
base58
termcolor

Install with:

pip install -r requirements.txt

Python 3.8+ is recommended.


πŸš€ Usage

Option 1 – via Python:

python base64_decoder.py

Option 2 – via .bat launcher (Windows):

base64_decoder.bat

πŸ“¦ Example Output

Bitcoin 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...

πŸ“‚ Project Structure

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

🎬 DEMO

DEMO: BASE64 DECODER


⚠️ DISCLAIMER

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.


βš–οΈ Ethical Use

This tool is created strictly for research and educational purposes.
See ETHICS for the full statement.


πŸ“œ License

Licensed under the Apache 2.0 License


πŸ“£ NOTICE

See NOTICE for important information about attribution, DMCA protection, and reuse permissions.


🍱 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: [email protected]
πŸ’¬ Telegram: https://t.me/BitMorphX

β€œI morph bits, not to break, but to understand.”
β€” BitMorphX


Β© BitMorphX – All rights reserved.

About

πŸš€ Decode Base64-encoded ECDSA private keys and generate Bitcoin addresses, WIFs, and public keys via CLI.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published