Something about SHA224
#4
CS:GO Roulette Gambling Website.
Here is info for that:

At the very beginning of a round the Service generates a random long number from 0 to 1 (e.g. 0. 223088) and encrypts it through the sha224 algorithm. The result is displayed at the beginning of a round. At the end of the round the Service multiplies the encrypted number by 15 thus getting the number of a winner slot.

An example: At the very beginning of the round the encoded number is 0.223088232334703230728. The Service multiplies it by 15 thus getting number 3.34632348495. As a result the counting number is 3 (the red slot). In this round the winners are those who have placed their bets on red slot.

You can check whether a winner slot is fair or not on your own. At the end of a round take the encoded number and encrypt it one more time with a help of any online service, e.g. http://www.miniwebtool.com/sha224-hash-generator/. You will get the same hash value which was at the very beginning of a round. This means that the game was not rigged.

Since the system selects winning sector at the very beginning of the round and any player can monitor it's change - we have no opportunity to influence the results of a raffle


Messages In This Thread
Something about SHA224 - by stenliterziev - 09-15-2016, 03:19 AM
RE: Something about SHA224 - by atom - 09-15-2016, 04:34 AM
RE: Something about SHA224 - by bastibasti - 09-15-2016, 12:07 PM
RE: Something about SHA224 - by stenliterziev - 09-15-2016, 02:34 PM
RE: Something about SHA224 - by bastibasti - 09-15-2016, 03:45 PM
RE: Something about SHA224 - by stenliterziev - 09-15-2016, 04:24 PM
RE: Something about SHA224 - by bastibasti - 09-15-2016, 09:10 PM
RE: Something about SHA224 - by bastibasti - 09-15-2016, 09:13 PM
RE: Something about SHA224 - by stenliterziev - 09-17-2016, 01:05 AM