btcrecover extract scripts
#1
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/blo...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.
Reply
#2
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)
Reply