Brain Wallet
A brain wallet is a Bitcoin wallet where the private key is derived from a memorized passphrase or sentence. The passphrase is hashed to produce the private key, meaning the wallet exists only in the user's memory. This method is extremely dangerous.
How It Works
A brain wallet takes a user-chosen passphrase and runs it through a hash function (typically SHA-256) to produce a 256-bit private key. The appeal is obvious: no physical backup to secure, no hardware to lose, and your bitcoin is accessible from anywhere in the world as long as you remember the phrase. Unfortunately, the entire concept is fundamentally flawed.
The problem is entropy. A randomly generated 256-bit key has unimaginable randomness — roughly as many possibilities as atoms in the visible universe. A human-chosen passphrase, no matter how clever you think it is, has drastically less entropy. Attackers have automated systems that continuously hash dictionaries, books, song lyrics, movie quotes, common password patterns, and combinations thereof. Bitcoin sent to brain wallets is routinely stolen within minutes.
There are bots monitoring the blockchain that specifically target brain wallet addresses. They check every known phrase, every literary quote, every lyric, and every variation of "correct horse battery staple" in real time. People have lost bitcoin using Bible verses, obscure poetry, and seemingly random combinations of words they invented. The conclusion is absolute: do not use brain wallets. Use a hardware wallet with a properly random seed phrase.
Key Points
- Private key derived from a memorized passphrase via hashing — extremely dangerous
- Human-chosen phrases have drastically less entropy than random key generation
- Automated bots continuously scan for and steal funds from brain wallet addresses
- No passphrase you can memorize is safe — attackers have tried them all
- Use a hardware wallet with random seed generation — brain wallets are a proven failure