First off, where is the "not encrypted server seed for the previous draw" shown? Where? Give us an example please? I posted what I scraped from your site above. Why don't you roll a dice, and show us, step by step, where the "not encrypted server seed for the previous draw" is? That's important and I respectfully await your answer.
Second, we talked about provably fair but not about your system. I just got on your site recently. So this is new information.
Third, name calling will get you nowhere. Calling me a troll will not work to answer my questions. I did not say you are a fraud, a crook, a shyster, a con artist, a front runner of your customers. Yet. I am trying to figure out whether your site is provably fair. So prove it. Thank you Mr. Bikini.
Ok.
First
Step 1. Open provably fair popup. You will see "Next encrypted server seed (sha256)". Annote it.
Step 2. Good, now roll yor dice.
Step 3. Good, now you can open your last bet details by clicking on BET ID.
Step 4. Do it? Good, now read $serverSeed and try to encrypt it with sha256.
Step 5. You will see the same string you have annoted on the step 1.
Second
Ok no problem, sorry
Third
I think you're a little touchy. Keep calm and roll bikini-dice
Mr. Bikini,
I followed your instructions and did not get the expected answers. There's a chance I did it wrong or you explained it wrong, or there's missing information (as may be the case).
First, thanks for pointing out where the client seed is: it's in the popup window "provably fair" at the top. But, following your steps, I did not get step 5, but a different string ("Step 5. You will see the same string you have annoted on the step 1."). See my results for two rolls below.
Also, I question why the popup window only shows client seed and not server seed. The server seed is what is at issue here. So something else needs to be shown.
I have to go; I'll check this thread tomorrow. Thanks for your attention.
TonyT
2208701Y2V29P156VojxCc28tW3LSfzlX0qNxWK6MBsA238IGK7BxWpby6ouMmOoUr9f17 <--from popup window
after roll:
$clientSeed="2208701Y2V29P156VojxCc28tW3LSfzlX0qNxWK6MBsA238IGK7BxWpby6ouMmOoUr9f17TQic16b";
$serverSeed="32470074i7Xq07pR2pUWQ3WT37A0k10nX6l5bwA6GYVn08yiNoOd1OEn3i0674IF5rn5h";
$globalSeedVarchar=$clientSeed.$serverSeed;
from:
http://www.webutils.pl/index.php?idx=sha1 (picking sha256 from drop-down menu)
SHA-256: 8d93b14ef9edfcc6d608dda8bf4331ed703ec9b90141afb46f60b836abc68eee
SHA-256(Base64): jZOxTvnt/MbWCN2ov0Mx7XA+ybkBQa+0b2C4NqvGju4=
Notice these two numbers are not the same as the top number, contrary to step 5. Anyhow you are not showing your server seed on your site.
//
2208701Y2V29P156VojxCc28tW3LSfzlX0qNxWK6MBsA238IGK7BxWpby6ouMmOoUr9f17TQic16b <--from popup window
after roll:
$clientSeed="2208701Y2V29P156VojxCc28tW3LSfzlX0qNxWK6MBsA238IGK7BxWpby6ouMmOoUr9f17TQic16b";
$serverSeed="398281539878TWI45g5JjiSfcg1Dv4uC7VxgSWRjaKvKHD8T8l60B7FE6Al";
$globalSeedVarchar=$clientSeed.$serverSeed;
from:
http://www.webutils.pl/index.php?idx=sha1 (picking sha256 from drop-down menu)
SHA-256: 6b205c582e56309ffc1e9b5f993703657a105215f4942eabe4ebbe98ba581d71
SHA-256(Base64): ayBcWC5WMJ/8HptfmTcDZXoQUhX0lC6r5Ou+mLpYHXE=
Notice these two numbers are not the same as the top number, contrary to step 5. Anyhow you are not showing your server seed on your site.
Update: I found where your server seed is in the popup window (it's further down), but, even now running the server seed, and following the steps, I still don't get the right numbers. Here is the one roll I just did:
41bf50522003189e71da1f3907e0c007be4565dae93f3deb8351979b029b4d02$clientSeed="2208701Y2V29P156VojxCc28tW3LSfzlX0qNxWK6MBsA238IGK7BxWpby6ouMmOoUr9f17TQic16b";
$serverSeed="1482131u78N1q111OgmQ7rApniFrwy4qo4CBDUj4hMT5nbRTFJlgVQqUSaYl5Dd63x7p";
$globalSeedVarchar=$clientSeed.$serverSeed;
from:
http://www.webutils.pl/index.php?idx=sha1 (picking sha256 from drop-down menu)
SHA-256: 5c7fed962ad054223251e9c1d8b7d82fcc032ffb8b19777816dc6d04aa5b5d45
SHA-256(Base64): XH/tlirQVCIyUenB2LfYL8wDL/uLGXd4FtxtBKpbXUU=Note the bottom two numbers don't match the top number which is the server seed.