Basically I was considering is it even possible to rely on just a word or two while paying less attention to the main 12 words?
Just think of the passphrase as a password that has no attempt limit to bruteforce when the seed phrase is available to the attacker.
In that regard, if you mean that two
common words are enough to be safe: it's not.
It can be bruteforced easily using dictionary attack no matter how long it is.
On the other hand, one long non-existing word preferably with numerals and a symbol(
s) should be better than it.
-snip- First let's look back at BIP39 and ELECTRUM seed because most of the things I find as an advantage are actually from ELECTRUM seeds.
Do you mean it has advantages over BIP39 when it comes with the custom words?
Because BIP39 and Electrum's use of passphrase aka "
seed extension" are basically the same, Electrum just labeled it differently.
The calculation of the "
seed" from the "
seed phrase" and passphrase use the same algorithm except for the default salt:
electrum+your_passphrase for Electrum & mnemonic+your_passphrase for BIP39.