tintinweb / ecdsa-private-key-recovery

A simple library to recover the private key of ECDSA and DSA signatures sharing the same nonce k and therefore having identical signature parameter r

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcrack gives me -- Error('Incorrect padding',) --

EsK4L4TiON opened this issue · comments

I have tried several times to create the CSV with and without the modification of the Rusty block parser and let Bitcrack read it. Both cases do not seem to work. Output was Error('Incorrect padding',) Obviously I am doing something wrong, but unfortunately I don't know what.

Hi @EsK4L4TiON,

the btc tool is a Proof of Concept and does not implement proper transaction signature parsing therefore it might error with padding errors for some signatures.