merland / seedpicker

Create your own BIP39 seed phrase, securely and transparently.
http://seedpicker.net
MIT License
44 stars 20 forks source link

Show all possible checksum words for people to select from it randomly #45

Closed levelgigio closed 2 years ago

levelgigio commented 2 years ago

Given the 23 words randomly selected, show all words that makes the seed valid, so people can pick one from it randomly and have more transparency in the whole process of seed creation.

merland commented 2 years ago

Hi @levelgigio and thanks for your feedback. In an early version of SeedPicker, the last word was indeed selected randomly, but we decided that the risk of user error with that approach is too great. Please read this comment from @mflaxman where he outlines the dangers involved. The only drawback of preselecting one word is a very small loss of entropy. An entropy that an attacker could brute-force very easily anyway.