Post
Topic
Board Project Development
Re: Are dices for generating seed words fair?
by
NotATether
on 31/10/2022, 06:55:34 UTC
More importantly, though, is how do you convert your series of cards to a usable string of bits without losing entropy or introducing bias? It is not a trivial problem.
Wouldn't a "brain wallet" be a trivial solution?
Just type: "diamonds 8, spades Queen, diamonds Jack, clubs 3, ..............", you see my point. Type it all, no entropy gets lost, and you have a private key.

Quote
once a card has been drawn it can never be drawn again
This shouldn't be a problem, as long as you use enough cards. A full deck of cards is more than enough: 52! >> 2160.

The problem here is not with the security but with the naming. If you do not standardize the card names, then you'll end up having any of "Queen", "queen", "Q" as possible names and similarly for the four card classes, and the spaces (or lack of them) could also be written incorrectly which will make it impossible to remember the generating phrase.