Files encrypted with a password could look something like that too, it's not too much to go off to determine if it is irrecoverable.
Are the drive and hard drive files the same size? (they probably won't be but I'd be interested to know as that might tell you quite decisively if they're corrupted or not).
You did say you imported them into those recovery tools but didn't provide too much info of what they returned - was it just a standard output or did it give anything more (I'm not sure what they would return but you could share the labels on stuff just not private keys or anything that should be kept secret).
Hi, thanks taking your time and responding.
By "Drive" i mean Google Drive, and yes, they are same size, 6 kb. Seems a bit small?
The general theme is that the file is either unreadable/not recognizeable or that it's not detected as a wallet.
Pywallet: Running command: python pywallet.py --wallet=recoveredFromHDD/wallet.dat --dumpwallet (tried this on the other one as well)
Using python3. Also tried printing out the some data but from breakpoints in code but conclusion was that bsddb module failed to load the file or did not understand the format."(22, 'Invalid argument -- BDB0210 recoveredFromHDD\\wallet.dat: metadata page checksum error')
ERROR:root:Couldn't open wallet.dat/main. Try quitting Bitcoin and running this again."
Bitcoin was not running at this point, and system was restarted since last running Bitcoin.
It did generate some files tho, not sure if it's relevant: __db.001, __db.002 up until __db.006
Bitcoin wallet recovery tool: Somehow loaded in the file, I assume it just converted every byte of the file to hex and then checked every possible combination of public and private key. No hits.
btcrecover: Ran command: python btcrecover.py --tokenlist tokens.txt --wallet wallet.dat
Result:
Starting btcrecover 1.11.0-Cryptoguide on Python 3.9.6 64-bit, 21-bit unicodes, 64-bit ints
Error: unrecognized wallet format; heuristic parser(s) reported:
WalletPywallet: 'charmap' codec can't decode byte 0x9d in position 100: character maps to <undefined>
WalletMultiBitHD: MultiBit HD wallet files must be named mbhd.wallet.aes
WalletBlockchain: 'charmap' codec can't decode byte 0x9d in position 100: character maps to <undefined>
Got similar error as above when I tried to load it into Electrum as well, about some character at some position that was invalid.
Let me know if I missed some info.