Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: Hash bitcoin brain wallet address from passphase?
So i just found some of my old paper wallet generated. Unfortunately, the ink was blur when i fold it which make some of the characters was lost like this
[hr]
######a2f52RR4xrcLKxWpVA
It lost 6 ... |
|
kangduwang |
hashcat
|
22 |
17,263 |
07-13-2018, 10:59 AM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
philsmd Wrote: (07-13-2018, 11:22 AM)
--
you need to at least explain what software you used to generate the paper wallet.
My guess is that it is a bip38 or similar "encrypted"/derived private key... |
|
kangduwang |
hashcat
|
22 |
17,263 |
07-13-2018, 11:40 AM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
philsmd Wrote: (07-13-2018, 11:42 AM)
--
The bitcoin address is derivated from the public key and if you do not know the public key you need to use the elliptic curve operations to generate the priva... |
|
kangduwang |
hashcat
|
22 |
17,263 |
07-13-2018, 11:51 AM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
philsmd Wrote: (07-13-2018, 11:52 AM)
--
I don't think that the data you have is enough at all. if you only have the password you can't do anything, you need to have the data too (it's like a seed or... |
|
kangduwang |
hashcat
|
22 |
17,263 |
07-13-2018, 12:00 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
undeath Wrote: (07-13-2018, 11:59 AM)
--
The brain wallet is directly derived from the password. According to the website it's just sha256(pw). That will yield the private key, from which you need to... |
|
kangduwang |
hashcat
|
22 |
17,263 |
07-13-2018, 12:09 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
philsmd Wrote: (07-13-2018, 12:05 PM)
--
oh. we are suddently speaking about brain wallets? The OP didn't mention that and the other post was modified to include "brain wallet". Yeah, that's a differ... |
|
kangduwang |
hashcat
|
22 |
17,263 |
07-13-2018, 12:10 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
philsmd Wrote: (07-13-2018, 12:10 PM)
--
how do you want to customize it? are you trying to generate the password candidates in a very specific way ? because for "just" sha256 you do not need to cust... |
|
kangduwang |
hashcat
|
22 |
17,263 |
07-13-2018, 12:13 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
philsmd Wrote: (07-13-2018, 12:16 PM)
--
yeah I agree, the code seems to be this one:
https://github.com/pointbiz/bitaddress.org/blob/72aefc03e0d150c52780294927d95262b711f602/src/ninja.brainwallet.j... |
|
kangduwang |
hashcat
|
22 |
17,263 |
07-13-2018, 12:21 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
undeath Wrote: (07-13-2018, 12:18 PM)
--
instead of using hashcat you are probably better off using an existing implementation: https://github.com/ryancdotorg/brainflayer
--
Thanks a lot, i'll give... |
|
kangduwang |
hashcat
|
22 |
17,263 |
07-13-2018, 12:21 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
philsmd Wrote: (07-13-2018, 12:59 PM)
--
yeah, that sounds acceptable (and almost exactly the amount of time I was thinking about that would be needed by a mid/high end consumer CPU).
This also proof... |
|
kangduwang |
hashcat
|
22 |
17,263 |
07-13-2018, 04:50 PM |
|
|
Thread: Wordlist massive attack
Post: Wordlist massive attack
Usually when you run a bruce force attack, hardware can generate & compare millions or even billions passphase per seconds. But in wordlist attack, store billions of passphase in text file already tak... |
|
kangduwang |
hashcat
|
3 |
2,578 |
03-01-2019, 06:35 AM |
|
|
Thread: How can find a sha256 hash start with ***** with hashcat & markprocessor?
Post: How can find a sha256 hash start with ***** with h...
Instead of find a full hash, is there anyway for hashcat to find a bunch of hash start with a given prefix & print it to a file? How may i do that? |
|
kangduwang |
hashcat
|
2 |
1,119 |
12-26-2019, 05:09 AM |
|
|
Thread: How can find a sha256 hash start with ***** with hashcat & markprocessor?
Post: RE: How can find a sha256 hash start with ***** wi...
philsmd Wrote: (12-26-2019, 11:38 AM)
--
have a look at -m 5100 = Half MD5 which does more or less exactly what you describe (just for MD5 instead of sha256)... the problem with too small prefixes is... |
|
kangduwang |
hashcat
|
2 |
1,119 |
12-27-2019, 10:04 AM |