Post
Topic
Board Development & Technical Discussion
Re: Here is how to make a brain wallet 100 times more secure.
by
tenthirtyone
on 16/06/2014, 13:55:18 UTC
This is already detailed in the Bitcoin documentation under "HIerarchical Deterministic Wallets"

Well, it is detailed similarly.

Generated a private/public keypair like normal. Come up with your passphrase.

SHA256(privKey + passphrase + pubkey + index)


You keep the priv/public private as well as your passphrase.