Blog · Fairness & Anti-Cheating

Can Poker Sites See Your Hole Cards? It Depends on One Architecture Question

Fairness & Verification Published July 6, 2026 · Fair Poker Research Team

The honest answer to this question makes people uncomfortable: **in the traditional online poker architecture, the platform doesn’t just *can* see your hole cards — it *must* know them, or it couldn’t deal at all.** The real question was never “can it?” but “who has access, and is anyone abusing it?”

The traditional architecture: your cards’ journey

On a typical online poker site, a hand works like this:

Throughout this process your hole cards exist in: server memory, possibly logs, database snapshots, and anywhere a person with operations access can reach. Good platforms wrap those access points in permission controls and audit logs — but “controlled” and “nonexistent” are two different security classes. The historical superuser scandals were precisely internal access being abused.

The other architecture: the platform never sees your cards at all

Cryptographic dealing (mental poker) inverts the flow:

An analogy: a traditional site is a dealer who hands you cards face-down, but looked through the deck before dealing. Encrypted dealing is every card sealed in a box locked by all players together, with the key to your box mailed only to your home.

For the technical details, read the cryptography of mental poker. Fair Poker’s implementation adds two hardenings: hole-card decryption material lives on your device only for the duration of the current hand and is wiped when it ends, and all private messages are end-to-end encrypted so the relay cannot even see which keys went where.

How to tell which kind you’re playing on

Ask three questions:

If the answer to all three is no, the safety of your hole cards depends entirely on the operator’s internal governance — which you usually cannot evaluate. If you want to experience play where the platform is mathematically unable to see your cards, every Fair Poker hand can be verified by hand with the public verifier.

Curious how provable fairness is built?

Fair Poker is a non-profit open-source research project on verifiable Texas Hold’em fairness: the deck is co-encrypted and shuffled by participant browsers, there is no dealing server, and every hand can be verified independently. The project provides no gaming service to the public; the full source is published — download it and run your own instance to study it.

Download the source

This site is a non-profit open-source research project and provides no gaming service to the public; the demo is research-testing only with valueless test chips — no real-money gambling. This article is educational content, not betting advice.

← Back to all articles