Loading Bcrypt Library

Please wait a moment...

Lottery Fairness Verifier

Verify the fairness of lottery results using Provably Fair bcrypt technology. 100% open-source, transparent, and client-side verification.

💡 How to Use This Verifier: Enter the Server Seed (revealed after the lottery ended) and the Commit Hash (bcrypt hash published before the draw).

The system will cryptographically verify that the commit hash was correctly generated from the server seed using bcrypt algorithm.

URL Parameters Support: ?serverSeed=YOUR_SEED&commitHash=YOUR_HASH

📝 Load Example Data
⚠️ Performance Notice: Bcrypt verification may take 5-30 seconds depending on the rounds used (typical systems use 10-15 rounds). This computational intensity is intentional and ensures cryptographic security.
Don't Trust, Verify!

This verifier is 100% open-source and runs entirely in your browser. No data is ever sent to any server. All verification happens locally on your device.

💡 Security Tip: Download this HTML file and run it completely offline. The verification works without any internet connection after the bcrypt library loads.