Git Product home page Git Product logo

ecdsa-breaker's Introduction

ECDSA Breaker

This tool, written in Ruby, allows to guess the private key of the ECDSA when there is a flaw into the signature function. In particular, if the value k of this function is not random and it is used more then one time, the private key can be retrieved.

S = k^-1 (z + dA *R)

  • S = Signature
  • k = Random number
  • z = Message hash
  • dA = Private key
  • R = Group

If you want go deeper, I suggest you to read this.

Requirements

This tool uses ecdsa library and can be installed with:

gem install ecdsa

Usage

You need to edit 4 variables before running the script:

  • msghash1_hex and msghash2_hex are the SHA2 hashes of the plaintext.
  • sig1_base64 and sig2_base64 are the signatures of the messages encoded in base64.
  • group is the elliptic curve group

Credits

Thanks to DavidEGrayson for his ruby_ecdsa repository where I found some code snippets and other useful things for this script.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.