hashcat Forum
btcrecover extract scripts - 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: btcrecover extract scripts (/thread-8481.html)



btcrecover extract scripts - SkyWolf - 07-12-2019

So btcrecover extract scrips creates a base64 hash of wallet.dat files something looking like this 

Bitcoin Core encrypted master key, salt, iter_count, and crc in base64:
lV/wGO5oAUM42KTfq5s3egX3Uhk6gc5gEf1R3TppgzWNW7NGZQF5t5U3Ik0qYs5/dprb+ifLDHuGNQIA+8oRWA==


then can be used in btcrecover btcrecover.py --data-extract So the question is Can hashcat use this type of hash? Link to extract scrips https://github.com/gurnec/btcrecover/blob/master/docs/Extract_Scripts.md U know bitcoin2john.py works in hashcat my question is the Extractor script is that a faster algorithm and if so can it be implemented in hashcat.


RE: btcrecover extract scripts - philsmd - 07-12-2019

Only the base64 encoded hash of -m 18800 = Blockchain, My Wallet, Second Password (SHA256) for blockchain.info hashes is supported with latest (beta) version of hashcat (https://hashcat.net/beta).

see https://hashcat.net/wiki/example_hashes for an example hash

other hashes can be converted by bitcoin2john.py from johntheripper (magnumripper branch)