Encrypted wallet.dat passphrase mismatch: offline wallet creation to recovery (2013)
SurvivedWallet passphrase was unavailable — a recovery path existed and access was restored.
In July 2013, a user created an encrypted wallet on an Ubuntu live CD and stored the wallet.dat file offline. Several months later, in December 2013, he imported the encrypted wallet.dat into Bitcoin Core on Windows 7. The wallet displayed his Bitcoin balance correctly, confirming the file contained valid funds. However, when he attempted to unlock the wallet using his expected passphrase, the wallet rejected it. Suspecting he had misrecorded or mistyped the passphrase during creation, he initially contacted a brute-force service.
The user then attempted to recover a Litecoin wallet created using the same procedure, only to encounter the identical problem: coins were present but the passphrase was incorrect. This pattern prompted him to reconsider his operational workflow. Upon reflection, he realized he may have encrypted the wallet, copied wallet.dat for backup, then changed the passphrase without creating a new backup of the modified file—meaning his backup copy was encrypted under the old (and apparently incorrect) passphrase.
Further investigation revealed the root cause: the user had mistyped the same passphrase at the moment of initial encryption on both wallets. Rather than relying on the brute-force service he had contacted, he discovered a Ruby-based passphrase recovery script circulating on Bitcointalk (thread #85495, post #312) designed for encrypted wallet.dat files. Using this tool, he successfully recovered his actual passphrase and regained access to his funds. The user documented his resolution and noted the experience as educationally valuable, though stressful and frustrating at the time.
| Stress condition | Passphrase unavailable |
| Custody system | Software wallet |
| Outcome | Survived |
| Documentation | Present and interpretable |
| Year observed | 2013 |
| Country | United States |
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