Post
Topic
Board Wallet software
Merits 1 from 1 user
Re: info about Ian Colman mnemonic
by
Cricktor
on 06/07/2023, 12:34:50 UTC
⭐ Merited by satscraper (1)
<snip>

To my knowledge and if the used browser does support it, the iancoleman.html script uses strong cryptography randomness functions when they are available, not only math.random(). Rather crypto.getRandomValues() is used which should give randomness more like a CSPRNG (cryptografically safe pseudo random number generator). crypto.getRandomValues() is considerably better than math.random(), though I'm no expert in this field.