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

Problem with "use rustc_serialize::base64::{ToBase64,STANDARD};"

cryptsec opened this issue · comments

Hi,
Can you change your code because "use rustc_serialize :: base64 :: {To Base64, STANDARD};" is deprecated and data is not converted to hex ...
Thanks.

Hi @cryptsec,

good reminder to upload the rest of my scripts so that you can actually play with that stuff. Need to do some cleanup first. Expect it in the next days or so.

cheers

Added my hacky all-in-one script to import the rusty-blockparser tx_in.csv.tmp to mysql (with the given layout). The same script can also recover privkeys from duplicate r's.

I'll try to tidy it up and document things later.

5df7a97

also updated the doc a bit ;) https://github.com/tintinweb/ecdsa-private-key-recovery/blob/master/tools/README.md

Hi, Need Help with rustyblockparser !
Can you please update the full modified version of your csvdump.rs code ?

Thanks