0
Suppose that someone seized my seed with a phrase of 12 words. I deliberately changed the order of words in a phrase in such a way that the only way to get a real phrase is to go through all the possible combinacies of the current 12 words.
1) How many combinations will it be necessary to go through an attacker in order to find a real seed? How long can it take?
2) Do you find such precaution really effective?
thank for answer. Im whant to use Electrum. What are my options for enhancing seed phrase backup? @Mike-D – entarex11 – 2018-10-31T12:32:59.233
create a new wallet with 24 words mnemonic (not with electrum, they don't support bip39) and then import it to electrum and move your funds there. – Mike D – 2018-10-31T12:43:46.057
What should I to import to electrum ? I generated 24 seed from https://iancoleman.io/bip39/ , but electrum don't whant to import it.
– entarex11 – 2018-10-31T12:51:54.527make sure you tick BIP39 in the options dialog – Mike D – 2018-10-31T13:44:03.667
"every passphrase generates a valid seed" https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki#from-mnemonic-to-seed
– JBaczuk – 2018-10-31T18:44:26.700@JBaczuk that refers to adding an extra word (eg 13th or 25th word) to the mnemonic as a ‘passphrase’. Any such passphrase will generate a valid wallet. The mnemonic itself includes a checksum, so not all permutations of a certain mnemonics’s words will be valid seeds (as the checksum will be invalid). – chytrik – 2018-10-31T19:38:59.860