Hashcat mode 11300 compatibility with Bitcoin Core v169900 SQLite descriptor wallets?
#1
I'm trying to use hashcat mode 11300 with a newer Bitcoin Core wallet (version 169900) that uses SQLite format with descriptors enabled.

Current wallet info: - walletversion: 169900 - format: sqlite - descriptors: true

I've extracted the following data:
mkey: 
salt:
iterations:

When trying various hash formats, I consistently get either "Separator unmatched" or "Salt-value exception" errors.

Questions:
1. Does mode 11300 support newer SQLite-based descriptor wallets?
2. If yes, what's the correct hash format for these newer wallets?
3. If no, are there plans to add support for newer wallet formats?

Running hashcat v6.2.5 on Ubuntu with CUDA 12.6
Reply
#2
Have you tried this extraction script?
https://github.com/openwall/john/blob/bl...in2john.py
Reply