Post
Topic
Board Bitcoin Discussion
Merits 5 from 1 user
Re: Passphrase wallet
by
BlackHatCoiner
on 12/09/2021, 17:07:06 UTC
⭐ Merited by NeuroticFish (5)
No one will be able to guess the 12 words you've generated realistically. There's more chances for you to win the lottery a dozen of times on a row, than guess someone else's seed.

I wonder, though. Even if you didn't get the above answer, wouldn't it alert you to use a passphrase if having *just* the seed wasn't secure enough?

what are the odds someone else gets it too? Is it easier to add a pass phrase?
Alright, let's calculate it. The mnemonic that is given to you is a representation of a 128-bit entropy to words. So, in order for someone to generate exactly the same phrase with you, they'd have 1 in 2128 chances.

To make this look huge, I'll write it decimally:
Code:
340282366920938463463374607431768211456

Note that generating a seed and deriving its addresses (to check if they're funded) isn't a procedure similar to counting. It requires much more computational power to calculate the seed of a number. There are hash functions involved such as HMAC-512, which will slow down the process.

The pass phrase will just make it that much harder to unlock the bitcoin right?
If we assume that there's a strange person who wants to brute force the entire 128-bit range, then yeah. It'll be much harder.