DE|EN

Dice Check

Did the SeedSigner get it right? Dice rolls in, BIP39 words out – offline, in your hands.

In dice mode the SeedSigner turns 50 rolls into 12 words or 99 rolls into 24 words. The math is openly documented: SHA-256 over the string of digits, then the BIP39 word list. If you don't want to take the device's word for it, do the math yourself once. That is exactly what this page does – no server, no connection, no third-party code. Everything lives in this one file.

⚠ Throwaway seeds only

Connection: checking … Word list: checking … SHA-256: checking … Self-test: checking …

1. Enter the dice rolls

0 digits – expecting 50 (12 words) or 99 (24 words)

2. Words from the display (optional, for automatic comparison)

3. Result

Entropy (SHA-256 of the digits, hex):

Compare word by word with the device. All words identical = the device computed correctly. A mismatch almost always means a typo between your sheet and the device – check the digits, repeat the run. Then hit "Clear everything" and close the window.

What exactly happens here

Second opinion – don't trust the checker blindly either

A verification tool is an attack surface too. If you are serious, cross-check with a second, independent code base:

Verify the file: is this still the original?

This file cannot contain its own hash. Instead, compare the SHA-256 of your downloaded file with the value on the download page or in the book: Linux/macOS sha256sum dice-check.html, Windows PowerShell Get-FileHash dice-check.html (output is upper-case, case does not matter). If the value differs, discard the file and download it again. If you can read code: right-click → View page source. The whole code is in the <script> block at the end, about 200 lines – roughly 70 of them for the actual computation (SHA-256 and word derivation), the rest is interface.

What the test proves – and what it doesn't

Proves: the device derived the standard-compliant BIP39 words from your rolls, without weakening the entropy or secretly using something else. Does not prove: whether your dice are fair, whether you made a typo while entering the rolls on the device (the comparison will find it, but only afterwards), or whether your backup is readable. That is what the word quiz on the device and the restore drill are for.