encrypted wallet - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: encrypted wallet (/thread-3876.html) Pages:
1
2
|
encrypted wallet - ret - 12-04-2014 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. RE: encrypted wallet - epixoip - 12-04-2014 hashcat does not support wallet formats RE: encrypted wallet - ret - 12-05-2014 Variants? Jonn the Ripper extract password hash from wallet, Example- <redacted>. This hash supported hashcat? RE: encrypted wallet - epixoip - 12-05-2014 That's not a hash. It may look like a hash, but it's not. That's not how it works. RE: encrypted wallet - giveen - 01-09-2015 Try this https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/run/bitcoin2john.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. RE: encrypted wallet - epixoip - 01-09-2015 That is precisely what he used in the previous post. Still doesn't extract a hash, and still not supported by hashcat. RE: encrypted wallet - giveen - 01-10-2015 (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. RE: encrypted wallet - rchange - 04-22-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??? RE: encrypted wallet - epixoip - 04-22-2015 oclHashcat 1.35 does not support wallet.dat. This functionality was added in 1.36, which has not yet been released. RE: encrypted wallet - rchange - 04-24-2015 I wonder how to get the beta..... |