Post
Topic
Board Development & Technical Discussion
Re: How to generate BIP39 phrase from computer-generated randomness AND dice/cards?
by
NotATether
on 04/03/2022, 05:59:14 UTC
Please note that unless you're a skilled programmer capable of verifying everything yourself, including the source code behind the seed generation mechanism, you will always have to rely on and trust others when interacting with software. If you don't want to trust, then generate everything manually.

You should not attempt to code a randomness algorithm (this includes seed generation) unless you are a skilled cryptographer (Reference).