-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow wallet seeds longer than 12 words #4358
Comments
This comment has been minimized.
This comment has been minimized.
Would like to bump this a bit for consideration. 24 word mnemonics seem to be picking up traction so it'd be great from a user perspective to have support. |
My wallet has 24 words seed. And this is the only limitation that does not allow me to use MetaMask. |
👍 This would help with compatibility and shouldn't be too hard of a change |
It looks fairly easy to do this because the bip39 dependency already supports 24-word seed phrases. |
I have a WIP here |
Definitely need this feature, because it makes it incompatible with the ledger and importing old accounts which are by default 24 words |
I thought that Metamask conforms in this to the general usage of BIP39, but it seems that's not the case.
BIP39 mnemonics can be multiples of 3 words, which means there can also be 15, 18, 21 and 24 words long mnemonics. (I haven't seen anything above that.) People use them, one reason being that 24 words long mnemonics (256 bit entropy) are safe against quantum computation attacks.
My point is that right now Metamask won't let me through if my seed is longer than 12 words. This limits the user, and also compromises seed portability.
Could we have longer seeds accepted?
The text was updated successfully, but these errors were encountered: