Blockchain.com (My Wallet)

The wallet.aes.json backup from Blockchain.com's My Wallet.

hashcat modes: 12700, 15200, 18800

  1. btcrecover extract — main data

    python3 extract-scripts/extract-blockchain-main-data.py /path/to/copy/wallet.aes.json

    Output looks like bkm:...

    Send the printed extract line.

  2. btcrecover extract — second-password layer

    python3 extract-scripts/extract-blockchain-second-hash.py /path/to/copy/wallet.aes.json

    Output looks like bks:...

    Only if your wallet has a second password.

Send this

The extract string.

Never send

  • the wallet.aes.json file
  • your seed phrase
  • any private key

Watch out

  • hashcat modes: 12700 (original My Wallet), 15200 (My Wallet V2), 18800 (second-password SHA256) — the helper selects the right one.

Learn more: btcrecover extract scripts

Next steps

Before you send it,run the safety check, thenassess the difficulty.