Post
Topic
Board Wallet software
Merits 2 from 2 users
Re: BtcIO - Open source, cold, BTC wallet
by
pooya87
on 03/03/2021, 04:02:58 UTC
⭐ Merited by hugeblack (1) ,NotATether (1)
RNGCryptoServiceProvider
It is safer but not safe, you should never use the bare RNG provided by the framework because if a vulnerability is found in it or if there is a backdoor everything built on top of it will become vulnerable. It should always be mixed with another source of entropy.
Your code is broken by the way, all the words in the string will be the same and only from 0 to 255 index is covered.