Skip to content

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.

Notifications You must be signed in to change notification settings

citb0in/ECC-Vulnerability-Research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ECC Vulnerability Research 🔍🔐

Overview 🌟

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 🛡️.

Features 🚀

  • Point Addition and Doubling on Elliptic Curves ➕➗
  • Halving and Subtracting Points on Curves ➖✂️
  • ECC Public Key Analysis and Private Key Extraction 🔑🔍

Requirements 📋

  • Python 3.x 🐍
  • ecdsa Python package 📦
  • bitcoin Python package 📦

Installation 🛠️

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

Usage 💻

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

Contributing 🤝

Contributions are welcome! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcomed.

Support Us 💖

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

Licensing 📄

The code in this project is licensed under MIT license.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages