2
A brain wallet usually applies a hash function on a passphrase to derive the private key. But what if the private key itself is memorable and we just use the private key as the brain wallet?
For example it is very easy to memorize this private key:
Private key: 5JustSomeVeryEasyToRememberBitcoinPrivateKeyWALEmag
Address: 1GtAW7vntpij1q8Mqi3FQw8R1gAd9rnRV4
I agree and the example I gave is probably too obvious. But maybe a randomly chosen sequence of words followed by a checksum is strong enough?
Consider this example:
5HumanPerfumeLatticeDeceiveCementRuneHydrogenDGA1s5– uminatsu – 2014-03-13T18:11:34.7702If you're doing that, you might as well remember seven words generated at random and hash them with a standard algorithm to generate the key. It would take less effort than remembering the checksum. – Diego Basch – 2014-03-13T18:59:47.800
Pretty much anything a human can even come up with (except when using diceware, ...) has only a fraction of the entropy that is assumed by the cryptography. – Pieter Wuille – 2014-03-13T19:28:49.973