Forgotten Blockchain.info Password: 0.22 BTC Trapped Behind AES Encryption
IndeterminateWallet passphrase was unavailable — whether access was ultimately recovered is not known.
On October 8, 2014, a BitcoinTalk forum user findftp described his friend's predicament: access lost to a Blockchain.info wallet containing 0.22 BTC due to a forgotten password. The friend had created an easy passphrase but kept no backup of the wallet file itself, retaining only the wallet UUID identifier. Blockchain.info's security model—storing client-side encrypted wallets on their servers with no capability to reset forgotten credentials—meant the private keys remained permanently encrypted without the original passphrase.
Findftp sought technical guidance on feasibility of recovery. Forum members including DannyHamilton explained the architectural constraint: Blockchain.info could not assist. However, btchris, developer of the btcrecover tool, provided detailed instructions for extracting the encrypted wallet file (wallet.aes.json) from Blockchain.info's servers using Python, then applying password-cracking tools. He recommended John the Ripper (bleeding-jumbo version) for GPU-accelerated attacks or btcrecover for cross-platform compatibility.
Findftp tested both tools on his own wallets with simple passwords, confirming the approach worked. He subsequently compiled John the Ripper and began brute-forcing the friend's actual wallet file on a laptop by October 9. Forum sentiment was supportive; community members offered guidance, and one suggested professional password recovery services as fallback. The thread demonstrates a key tension of early custodial web wallets: while the platform's encryption design prevented Blockchain.info from assisting, client-side brute-force recovery remained theoretically viable if the password was weak enough. No final outcome was reported in the visible thread content—whether the password was cracked, or the funds remain inaccessible, remains undisclosed.
| Stress condition | Passphrase unavailable |
| Custody system | Exchange custody |
| Outcome | Indeterminate |
| Documentation | Partial |
| Year observed | 2014 |
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