Post
Topic
Board Bitcoin Discussion
Topic OP
Randomising Brain Wallet - idea
by
chessnut
on 12/07/2015, 13:58:20 UTC
Hi guys,

Im a fan of storing bitcoin in a brain wallet, despite having learned my lesson rather brutally to make a ridiculously strong pass phrase. You can sleep at night knowing that weather your house gets flooded or burns down, or your computer gets hacked or stolen that your bitcoins will be safe. I like to make all my wallets brain wallets and import them into my MultiBit client.

So to make an extra secure passphrase I had an idea....

Take a reasonably good phrase, add some character, but it can be memorable. Generate your private key from that phrase. now take your public key and pass it through the SHA algorithm again. You can do this as many times as you like within reason, as you know you will inevitably find your address with this method if you try one at a time.


Im not sure how much security this method would add (apart from the number of times you rehash you public key) but my thinking is that for a computer to have to process the SHA algorithm for every brain wallet combination out there just a few times will drain plenty enough processing power to be impractical. I like this method because its so simple and easy to remember and you may use a memorable pass phrase within reason.

how much work would this add to the process of testing random brain wallets?

Thanks!