I'm trying to crack a wallet.dat hash from an old file from 2013. I created a hash with bitcoin2john and it is 112 characters. I can't get it to work.
I'm wondering if there is something wrong with my command or the hash itself. I've seen on other sites the Bitcoin Core wallet.dat dashes are sometimes 114 or 115 characters.
I used the blockchain explorer site to check the wallet and verify it has coins.
Any suggestions?
I had the hash in a text file. I've tried pasting it into the command line with single quotes but now I'm getting a token length exception error. Hash has been redacted. The actual hash is 112 characters and gives the same error with this code.
hashcat -a 3 -m 11300 'full 112 character hash goes here' --force
hashcat (v5.1.0) starting...
OpenCL Platform #1: Intel(R) Corporation
- Device #1: Intel(R) Gen12LP HD Graphics NEO, 4095/25477 MB allocatable, 96MCU
OpenCL Platform #2: Intel(R) Corporation
- Device #2: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz, skipped.
Hash: '$bitcoin$64$2...' Token length exception No hashes loaded.