Coin Flip
One click, one fair coin flip: heads or tails via cryptographic randomness, with a running tally - entirely local in your browser.
Verifiably fair: The draw uses your browser's cryptographic random generator (crypto.getRandomValues) instead of a simple pseudo-random one - the same mechanism encryption relies on. Every possible outcome is exactly as likely as the weights say, with no bias from rounding. Everything runs locally in your browser; there is no server that could influence or manipulate the result.
In 3 steps
- Flip the coin.
- See the result (heads or tails).
- Keep an eye on the running tally.
History
No result yet.
Everything stays on your device: no account, no server, exportable and deletable at any time.
Is my file uploaded?
No. Everything runs in your browser - your file never leaves your device. How this is verifiable