Post
Topic
Board Hardware wallets
Re: [ESHOP launched] Trezor: Bitcoin hardware wallet
by
jackbox
on 18/03/2015, 17:28:27 UTC
Question: How many different passphrases does Trezor support?

over 9000

no, wait

all of them!


How hard are the passphrases to crack compared to bip38? I know there is some type of key lengthening....

I'm mostly curious how hard short passwords are to crack if you have the seed.

That'd be interesting to know, yes.

I know one thing: on each bruteforce attempt you have to query the utxo set to see if there are funds, because there's no other way to know wether or not you have found the correct passphrase. In fact you also have to check wether there address has been used in the past (and now has 0 balance so it's not in the utxo set any more) and/or query a couple more addresses in case the first one was left untouched. That alone should slow things down quite a bit.

The passphrase has to be entered via the pc, and there is no concealment from a rogue pc pin-cod style.


That's a different attack.

The question was how long would it take (in relation to passphrase length) to bruteforce the passphrase if someone finds your paper seed backup.


That would depend on the length and complexity of the password and if anything about it was known to the attacker. With a strong password it could take thousands of years. Once quantum computers are mainstream it could possibly be brute forced within minutes but by then Bitcoin protocol would have changed to a quantum alogorithm.