Customizable 24 words #1585
Replies: 9 comments
-
Actually there is "true randomness" from 2048 words (bip39 list). You won't get any better than that yourself. You can't actually do a valid 24words mnemonic with the words you choose yourself. |
Beta Was this translation helpful? Give feedback.
-
https://youtu.be/hRXcY_tIlrw?t=669 |
Beta Was this translation helpful? Give feedback.
-
I'm talking about the randomness that you now derive only from the computer (to choose the words from the list). If there is ever a fault detected in the randomness method on OSX or windows, that could put the seed at risk, couldn't it? So we add to randomness by letting the user choose if he wants to change some of the words (or not!) This was done in the same way in Trinity, for probably the same reasons? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Oh if they did that would be great, would love to hear a confirmation from devs. thx! |
Beta Was this translation helpful? Give feedback.
-
Actually now that I think about it, no the password isn't added because the only thing needed to recover your account is your 24 words. You don't need to remember the password at all.. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'll try to explain how this works without going too deep into the weeds of cryptography or security. We use the best possible source of random available to the system on your device, so don't worry about randomness. Adding new words to the BIP39 wordlist would actually be wrong from the perspective of the specification, and would break the system. This mnemonic is like the DNA of your account. It is what is used to derive keys for all your transactions and is absolutely essential for you to keep secret and NEVER SHARE WITH ANYONE. The password is used to encrypt / decrypt the Stronghold snapshot, and does not modify your mnemonic phrase. It keeps the mnemonic safe and secure within Stronghold. |
Beta Was this translation helpful? Give feedback.
-
Its not about adding new words, just allowing the user to click on the word to change it to another random word. (Same as trinity allowed to click on a letter of the seed and it changed). Not sure why such a feature couldn't be added. Oh well. |
Beta Was this translation helpful? Give feedback.
-
Ah - then I misunderstood. SRY |
Beta Was this translation helpful? Give feedback.
-
Description
Just like was possible on creation of a seed in the Trinity wallet, allow changing the 24 word mnemonic by clicking on words to switch to another randomly chosen word from the dictionary list.
Motivation
Extra security for true randomness.
Are you planning to do it yourself in a pull request?
No.
Beta Was this translation helpful? Give feedback.
All reactions