find missing characters from my private key - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: find missing characters from my private key (/thread-7536.html) |
find missing characters from my private key - burnt - 05-31-2018 I erased about half of the private key to my ethereum wallet. I still have the entire public address that it needs to match. It was generated with myetherwallet and i no longer have the keystore.json file unfortunately. I have an AWS account and am wondering if GPU cracking from an instance there would be enough to find the missing 32 characters. If so, how would one go about using hashcat to find the missing characters? I see a lot of posts about recovering the password to the json file, but nothing about private key/wallet address use cases. Any help would be appreciated RE: find missing characters from my private key - royce - 05-31-2018 If there are 32 random characters missing, there is no way to bruteforce that space in our lifetimes. RE: find missing characters from my private key - burnt - 05-31-2018 (05-31-2018, 06:24 PM)royce Wrote: If there are 32 random characters missing, there is no way to bruteforce that space in our lifetimes. Thank you for the reply, although I was hoping I wouldn't hear that :/ if the missing 32 characters can only be abcdef1234567890 because it is hex (non case sensitive) will that narrow it down enough? RE: find missing characters from my private key - burnt - 05-31-2018 (05-31-2018, 07:11 PM)burnt Wrote:(05-31-2018, 06:24 PM)royce Wrote: If there are 32 random characters missing, there is no way to bruteforce that space in our lifetimes. https://kb.myetherwallet.com/private-keys-passwords/missing-characters-of-private-key.html Also I found this which I executed on a test wallet with my cpu. It took about 15 min, but only 3 characters were missing. If I could figure out how to get my GPU to do the processing for this script I think it may work within a reasonable amount of time. But I may be way off lol, I'm new RE: find missing characters from my private key - Chick3nman - 05-31-2018 32 hex characters = 340282366920938463463374607431768211456 total different possibilities There is no way to brute force that before our solar system is consumed by our sun. RE: find missing characters from my private key - burnt - 05-31-2018 (05-31-2018, 08:21 PM)Chick3nman Wrote: 32 hex characters = 340282366920938463463374607431768211456 total different possibilities thank you.... ugh woof, lotta monies there dang it |