Absolutely Fair
We are committed to providing 100% fairness in every game by leveraging industry-standard cryptographic methods. Before each game begins, a random unique string is generated using the SHA-512 algorithm, which includes a combination of random salts and the random winning number ranging from (0 to 999999 for Traditional) and (0 to 999 for Modern). This string represents an encrypted outcome of the game.
Because the result is hashed before gameplay begins, it cannot be altered retroactively. Any change to the winning number or even the 2 salts would result in a completely different hash, ensuring the game remains completely transparent and tamper-proof.
What Happens:
- Before the game starts, a hash is generated from Salt1, the Winning Number, and Salt2.
- After the game ends, players retrieve the individual values to verify the hash.
Verify Game Fairness Yourself:
- Copy the Hash provided before the game begins.
- After the game ends, click the "Check Game" button to reveal the game details.
- A result window will display the following fields:
- Salt1
- Winning Number
- Salt2
- You can manually copy these values or use the "Copy" button for convenience.
- Combine these values into a single string using this format: Salt1|Winning Number|Salt2
- Paste the string into any independent SHA-512 generator on the internet for verification.
- Example tools:
Example:
- Hash before the game starts: cdbe74ade59f5b8e3372c1e107ca8d343da9efa1a173ba6bc678daa28b586b25a7c2e39a71badf7f00e04b5c1dbc43532b92a1f2913b0540f490968d7ce883fe
- After the game ends, click "Check Game" to retrieve the following values:
- Salt1: 8{93mW8huq
- Winning Number: 995544
- Salt2: a5cm28bjA0
- Combine these values into the string: 8{93mW8huq|995544|a5cm28bjA0
- Use any SHA-512 generator to verify the hash.
- The generated hash will match the original hash provided before the game began.