Verifying Rolls

Xydrax

New member
Joined
Jan 12, 2016
Messages
1
Hey guys, I'm trying to verify that this is rolling correctly, Here is how to verify it:

To verify, simply take the Sha256 hash of our secret with the client seed and server seed (In the order: secret, server seed, client seed). Take the first 8 digits of the new Sha256 hash and convert it from hex to decimal. You will then need to divide by 42949672.95 (The maximum 8 digit hex value/100) in order to get a 0-100 decimal (base 10) value. This value will have been the roll.

Here are the numbers:
Secret: [FONT=segoe_uiregular]59c0c32a2d928d841fc3[/FONT]
Server Seed: [FONT=segoe_uiregular]021fb3086e8b20e84f17[/FONT]
Client Seed: 439125199

Roll: [FONT=segoe_uiregular]5.30

Thanks for the help![/FONT]
 
Hey guys, I'm trying to verify that this is rolling correctly, Here is how to verify it:

To verify, simply take the Sha256 hash of our secret with the client seed and server seed (In the order: secret, server seed, client seed). Take the first 8 digits of the new Sha256 hash and convert it from hex to decimal. You will then need to divide by 42949672.95 (The maximum 8 digit hex value/100) in order to get a 0-100 decimal (base 10) value. This value will have been the roll.

Here are the numbers:
Secret: [FONT=segoe_uiregular]59c0c32a2d928d841fc3[/FONT]
Server Seed: [FONT=segoe_uiregular]021fb3086e8b20e84f17[/FONT]
Client Seed: 439125199

Roll: [FONT=segoe_uiregular]5.30

Thanks for the help![/FONT]
Huh^2??
 
Top