Blog · Fairness & Anti-Cheating

How Digital Signatures Protect You — the Hand's "Wax Seal," Unforgeable and Untamperable

Fairness & Verification Published September 18, 2026 · Fair Poker Research Team

In an online hand, messages get passed between people, and a natural worry is: did that "I raise" really come from him? Was it altered along the way? The digital signature solves exactly that — it's like stamping every message with a seal others can't forge. This article explains it with an everyday analogy, purely educational and defensive, with no cracking involved.

A wax-seal analogy

In the old days, for an important letter you'd drip a blob of wax on the seal and press your own unique stamp into it. The recipient, seeing the pattern, knew two things:

The digital signature is the electronic wax seal: everyone has a "private key" known only to them (like that unique stamp), and uses it to seal every message they send. To verify, others use the public "public key," which can check whether the pattern matches but can't imitate your stamp.

The two things it blocks

| Threat | Without a signature | With a signature | | --- | --- | --- | | impersonation | someone pretends to be you and sends a "fold" for you to hurt you | they don't have your private key, can't make your stamp, and verification simply fails | | tampering | someone changes "bet 10" into "bet 100" along the way | change the content and the signature no longer matches, exposed at once |

Note the signature governs "whether this message is really from him and whether it was altered" — that's different from "whether the content is secret." Secrecy is done by encryption, authenticity by the signature; each has its own job.

Why it matters so much for fairness

The fairness of a hand rests on "every step being real and traceable." The digital signature makes that hold:

That's exactly one of the foundations of the provably fair system: you don't have to "believe" anyone told the truth — you can check the signature yourself.

Three common misconceptions

In one line: digital signature = the wax seal of every message in a hand; others can't impersonate you or change the content, and the source's authenticity is verifiable by anyone. It governs authenticity, not secrecy, and together with the hash makes every step real and traceable — exactly one of the foundations of provable fairness.

How to practice

For this article you don't need to play — just shift how you view the hand: next time you play play chips at Fair Poker, think that behind every "raise/fold" is an electronic seal others can't imitate — that's why, with zero official referee, you can still trust every step is real. Remember the three lines "signature for authenticity, encryption for secrecy, hash as fingerprint," and you'll understand what most fairness mechanisms are talking about.

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