Post
Topic
Board Bitcoin Discussion
Re: How few characters in a brain wallet before it gets really difficult to crack
by
DannyHamilton
on 06/03/2013, 23:18:08 UTC
- snip -
I meant the algorithm for converting a password into an address. The expensive bit of any brainwallet is going to be generating the keys from the wallet. If everyone using a brainwallet uses the same algorithm then a cracker who brute-forces possible passwords can check the generated public keys for each trial password against all existing public keys with significant funds in them very cheaply (eg. using a bloom filter). If the trial password matches anyone's brain wallet then he has a hit.

Yeah, I agree on that one.  At the moment I'm pretty sure that most (all?) brainwallets are simply a single (or perhaps double) SHA-256 hash of the passphrase.