Posts: 2
Threads: 1
Joined: Dec 2014
12-04-2014, 11:25 PM
(This post was last modified: 12-04-2014, 11:27 PM by ret.)
Hi. have a ENCRYPTED DOGE wallet,password lost.I'am owner wallet,
have idea password, but while no luck.
Any variants --may be attack hash collision metod?
If it possible.
Posts: 2,936
Threads: 12
Joined: May 2012
hashcat does not support wallet formats
Posts: 2
Threads: 1
Joined: Dec 2014
12-05-2014, 12:07 AM
(This post was last modified: 12-05-2014, 03:17 AM by epixoip.)
Variants?
Jonn the Ripper extract password hash from wallet,
Example- <redacted>.
This hash supported hashcat?
Posts: 2,936
Threads: 12
Joined: May 2012
That's not a hash. It may look like a hash, but it's not. That's not how it works.
Posts: 57
Threads: 12
Joined: Jul 2013
Try this
https://github.com/magnumripper/JohnTheR...in2john.py
It should extract the hash from the wallet (it should work on the dogecoin wallet)
What I saw from using it and other tools is that the wallet is like a sha-512 with several hundred iterations, at least as far as I remember.
Posts: 2,936
Threads: 12
Joined: May 2012
That is precisely what he used in the previous post. Still doesn't extract a hash, and still not supported by hashcat.
Posts: 57
Threads: 12
Joined: Jul 2013
(01-09-2015, 07:40 PM)epixoip Wrote: That is precisely what he used in the previous post. Still doesn't extract a hash, and still not supported by hashcat.
Ah, gotcha.
Posts: 28
Threads: 8
Joined: Apr 2015
I extracted the hash, and run for oclHashcat64
11300 Bitcoin/Litecoin wallet.dat ----
C:\oclHashcat-1.35>oclHashcat64.exe -a 3
-m 11300 --session=a098ll --force --status --status-timer=60 -o "C:\Users\123\Do
wnloads\HashcatGUI_044\tmp9FF_found1.txt" --outfile-format=3 -t 90 --remove -w 3
--gpu-temp-disable -i --increment-min=5 --increment-max=10 -1 ?d "C:\Users\123\
AppData\Local\Temp\tmp9FF.tmp" ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
oclHashcat v1.35 starting...
ERROR: Invalid hash-type specified
But I eventually wrote error.
why???
Posts: 2,936
Threads: 12
Joined: May 2012
oclHashcat 1.35 does not support wallet.dat. This functionality was added in 1.36, which has not yet been released.
Posts: 28
Threads: 8
Joined: Apr 2015
I wonder how to get the beta.....