Post
Topic
Board Gambling
Re: Buidling a New Crash Game with Community Experience
by
khaled0111
on 31/03/2024, 23:27:19 UTC
For the crash game the provably fair used to work with the sha of the sha... let's say you start with the sha256 of "hello world", you will get: b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9

Then you sha the sha multiple times...
..
...
That's not a good idea, imo. If you want a secure provably fair system then the server seed has to be generated randomly using a good and reliable RNG. If you are going to hash something like "hello word" or anything like that then there will be a possibility someone with enough computing power may crack it even if you hash it millions of times.
Besides, hashing it multiple times won't make it more secure because at the end of the session you will need to disclose the unhashed server seed and how many times it was hashed so the user can verify it's the one you really used.