Post
Topic
Board Development & Technical Discussion
Re: lattice-attack || how to run without error
by
PrivatePerson
on 04/09/2022, 18:56:05 UTC
--snip--
gen_data.py - as I understand it generates not real data. I want to insert my rsz (r,s, nonce - if I understood correctly) values collected from the blockchain.

gen_data.py generate real data. By real, i mean valid ECDSA data. If you want to use own data, you should run gen_data.py and see it's output JSON file to know format data accepted by this tool.

I don't understand how it knows which address I want to attack?
Code:
python3 gen_data.py -f data1.json -m "HelloYou" -c SECP256R1 -b 8 -t MSB -n 50
There are many addresses in the blockchain in 100+ transactions, how to check them for weak bits using this attack?
С одного адреса я собрал 1000+ рсз, это возможно использовать?
P.S.Sorry for my english, it's very difficult for me to translate.