Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>ETH888 Provably Fair Result Validator</title>
  <script src="https://code.jquery.com/jquery-3.1.0.js"></script>
</head>
<body>
<p><input type="text" id="hash" placeholder="Please paste 'H' to here" value = "" style="width: 400px" /></p>
<p><input type="text" id="serverSeed" placeholder="Please paste 'S' to here" value = "" style="width: 400px" /></p>
<p><input type="text" id="userSeed" placeholder="Please paste 'U' to here" value = "" style="width: 400px" /></p>
<p><input type="button" id="validateButton" value="Validate" /></p>
<hr>
  <p>H: <span id="hashText">---</span></p>
  <p>H = SHA256(S): <span id="sha256Text">---</span></p>
  <p>Result: <span id="resultText">---</span></p>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
eth888pro
0viewers