Shuffle.com Dice Verifier
Verify the fairness of your Shuffle.com Dice game outcomes using cryptographic proof
How It Works
Shuffle.com Dice uses HMAC-SHA256 to ensure fair outcomes:
- The game generates a hash using HMAC(serverSeed, clientSeed:nonce:cursor)
- The first 8 hex characters are converted to a float (0-1 range)
- The dice result is calculated as: (float × 10000) / 100
- This gives you a result between 0.00 and 100.00
About Shuffle Dice
- Range: 0.00 - 100.00
- Algorithm: HMAC-SHA256
- Verification: 100% client-side
- Formula: floor(float × 10000) / 100
Where to Find Seeds
- Play a game on Shuffle.com
- Go to your bet history
- Click on the bet you want to verify
- Look for the "Provably Fair" section
- Copy the Server Seed (unhashed), Client Seed, and Nonce
- Paste them into the form above
Note: The server seed is only revealed after you rotate to a new seed pair.