This repository hosts code and research for exploring and testing the vulnerabilities of elliptic curve cryptography (ECC) 📈. Our focus is on understanding ECC's limitations and developing methods to challenge its security 🛡️.
- Point Addition and Doubling on Elliptic Curves ➕➗
- Halving and Subtracting Points on Curves ➖✂️
- ECC Public Key Analysis and Private Key Extraction 🔑🔍
- Python 3.x 🐍
ecdsa
Python package 📦bitcoin
Python package 📦
Clone the repository and install the required packages:
git clone https://github.com/your-username/ECC-Vulnerability-Research.git
cd ECC-Vulnerability-Research
pip install ecdsa bitcoin
The main functionalities of the repository include point operations on elliptic curves and methods to analyze ECC public keys. To run the main script, execute:
python ecc_analysis.py
Contributions are welcome! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcomed.
Your donations help us keep our research and development going. If you'd like to support us, you can send your donations to this Bitcoin address:
- Bitcoin (BTC):
bc1q5ccr89rmwfhwll5qrwzfsaut23v2hjdged32nh
The code in this project is licensed under MIT license.