Blockchain.info Wallet Password Lost, No Seed Backup: Recovery Blocked
IndeterminateWallet passphrase was unavailable — whether access was ultimately recovered is not known.
In July 2018, a Bitcoin holder transferred funds to his wife's blockchain.info mobile wallet during a phone transition. The wife subsequently forgot the wallet password. The husband later attempted recovery using btcrecover, a password recovery tool, and successfully extracted the encrypted wallet file (wallet.
aes.json) from the account. He then ran dictionary-based brute-force attacks for weeks without success. The couple possessed several access artifacts: the original phone with the wallet app installed, the extracted wallet file, email account access allowing account authorization, the wallet identifier from initial signup, the wallet PIN, and knowledge of the balance.
They lacked the recovery seed phrase—which had never been created—the private keys, a backup file from the blockchain.info API, two-factor authentication, and direct access to the wallet file stored on the phone itself. Blockchain.info wallets, typical of hosted custodial systems of that era, encrypted private keys client-side using the user's password; the recovery seed phrase, if generated, served as a backup path.
Without either the password or the seed, the encrypted wallet file remained cryptographically locked. The user's Stack Exchange post inquired whether blockchain.info or btcrecover offered a mechanism to extract private keys directly or manually transfer funds. No resolution was reported in the thread.
| Stress condition | Passphrase unavailable |
| Custody system | Exchange custody |
| Outcome | Indeterminate |
| Documentation | Partial |
| Year observed | 2018 |
Why passphrases fail years after they are set
The failure mode documented consistently across observed cases is temporal: the passphrase is set with confidence, not used for an extended period, and then cannot be reproduced exactly when needed. A single character difference — different capitalization, an added space, a slightly different special character — produces a different wallet with a zero balance. The holder may be certain they remember the passphrase while being unable to produce the exact string that was originally set.
What makes this particularly difficult is that there is no signal at the moment of failure. A wrong passphrase does not produce an error message. It opens an empty wallet. The holder sees a zero balance and typically concludes the passphrase was wrong — but without knowing which part was wrong, or by how much.
Professional passphrase recovery services can attempt permutations when the holder has partial information: they remember the general structure, typical patterns they use for passwords, the approximate length, or that it included a specific word. Recovery from total non-recollection is not feasible.
The preventive action is to store a passphrase record — not with the seed phrase, which would defeat its security purpose, but in a separate secure location accessible to the holder and potentially a designated recovery person. A passphrase that exists only in memory has a time horizon: it will eventually be forgotten, and the timing is unpredictable.
Translate