bakd247 / ecdsaKeyFinder

A Python based ECDSA secp256k1 private key recovery tool
https://hashadder.com/
28 stars 6 forks source link

Question: How is this different from KeySubtracter with KeyHunt? #10

Closed coolj-9480 closed 9 months ago

coolj-9480 commented 9 months ago

KeySubtracter is used to generate multiple public keys from a known public key. Using KeyHunt you can search for the private key against the list of keys to find the private key of the original, at an average of 1 million keys per second per thread.

Am I wrong or is your strategy similar? I ask because the above method is brute force and you wrote "using this method are 100% greater than using both brute force as well as just plain NOT attempting at all..".

bakd247 commented 9 months ago

I have never heard of "keyhunt"... I developed this myself....hashAdder is the better version I am working on which uses much more than just a basic list.....

bakd247 commented 9 months ago

this method is far superior to brute force because it searches for multiples of a key as well as the key itself...so it is looking for as many keys as you tell it to look for that all correspond to the same key.... please read the description in its entirety before commenting with an "issue"