Provably Fair Verifier离线运行 · offline

自行验算任意一手牌 —— 你不需要信任任何人。此页面零依赖、不联网,可保存到本地随时使用。
Verify any hand yourself. No dependencies, no network calls. Save this file and run it offline.

输入 / Inputs

原理 / How it works

1. 发牌前,平台公布 commitment = SHA-256(serverSeed),但不公开 serverSeed 本身。

2. 你提供 clientSeed。每局 nonce 递增。整副牌由 HMAC-SHA256(serverSeed, clientSeed:nonce:cursor) 驱动 Fisher-Yates 一次性洗定。

3. 种子轮换后,平台揭示 serverSeed。你在此页验证哈希是否吻合,并重跑洗牌比对牌序。

因为承诺在你下注之前就已固定,平台无法在看到你的决策之后更改任何一张牌 —— 这是密码学保证,不是口头承诺。

⚠ 这个机制证明的是"牌是公平的",不证明"平台会付钱给你"。 资金安全取决于另外三件事:玩家资金是否隔离存放、提款是否及时到账、出现争议时有没有监管机构可以申诉。 请把它们分开判断。

This proves the shuffle is honest. It does not prove the operator will pay you. Judge fund segregation, withdrawal speed, and licensing separately.