What is the speed of Hashcat for cracking wallet.dat using GPU?
#6
(05-24-2020, 11:24 PM)blibblob Wrote: My password would have been something like a word (with first letter a capital), two or three numbers, then one or two punctuation symbols. An example (I am making this up) would be: Frog66!!

I believe you will find a rule for this setup or you could easily create your own mask. 
Additionally remember that if you use hashcat against one hash, you have some benefits - checking for several hashes is slower (they could have different number of iterations etc.)

BTW: if you have are sure that this is your format, you may think about using btcrecover (https://github.com/gurnec/btcrecover) where you may easily write your password as a list of tokens:
https://github.com/gurnec/btcrecover/blo...token-file

Aha, and for electrum, you have differentt hashcat mode, depending on electrum hash type:
   11300 | Bitcoin/Litecoin wallet.dat                   
  16600 | Electrum Wallet (Salt-Type 1-3)             
  21700 | Electrum Wallet (Salt-Type 4)                   
  21800 | Electrum Wallet (Salt-Type 5)             
  12700 | Blockchain, My Wallet                           
  15200 | Blockchain, My Wallet, V2                   
  18800 | Blockchain, My Wallet, Second Password (SHA256) 
  16300 | Ethereum Pre-Sale Wallet, PBKDF2-HMAC-SHA256   
  15600 | Ethereum Wallet, PBKDF2-HMAC-SHA256        
  15700 | Ethereum Wallet, SCRYPT
Reply


Messages In This Thread
RE: What is the speed of Hashcat for cracking wallet.dat using GPU? - by fiji - 05-26-2020, 08:51 AM