Enterprise — Fax Attestation

Cryptographic proof
your fax was delivered

Every Fax Attestation is signed with an EC key and logged to an independent, append-only transparency log. Verify delivery offline with nothing but openssl.

ECDSA · prime256v1Sigstore RekorNo PHI in public logHIPAA-compatible

Not the same as your free receipt

FaxSeal includes a tamper-evident receipt PDF on every fax. Fax Attestation is a separate, enterprise-only feature that adds cryptographic signing and an independent public audit trail.

Certified ReceiptFree · all plansFax AttestationEnterprise · partner API
What it provesDocument content was not alteredFax was sent and delivered at a specific time
FormatPDF receiptJSON bundle with EC signature
Verification toolfaxseal.com/verifyopenssl — no FaxSeal needed
Independent audit logSigstore Rekor (Linux Foundation)
Works offline✓ signature check only
PHI handlingN/ANumbers & emails SHA-256 hashed before logging
API exportGET /api/v1/fax/:id/bundle
🔍

See the proof timeline for any fax

After a fax is sent, go to your dashboard and click Verify → next to any delivered fax — or go directly to faxseal.com/verify/[jobId]. With attestation enabled, the page shows both Rekor entry IDs and bundle download links alongside the proof timeline.

Live demo

Verify a fax with nothing but openssl

Download the bundle once. Disconnect from the internet. The signature either checks out or it doesn't — no FaxSeal infrastructure involved.

bash — offline verification

How it works

1

Fax sent — payload signed

When your fax reaches the carrier, FaxSeal signs a payload containing a hash of the recipient number, sender identity, page count, and timestamp using an EC private key that never leaves our servers.

2

Entry logged to Rekor

The signature is submitted to Sigstore Rekor — an independent, append-only transparency ledger. The send and delivery events are cryptographically signed and logged in a way that is tamper-evident and verifiable without contacting FaxSeal. Rekor issues a signed inclusion proof; neither FaxSeal nor anyone else can alter or delete this record after submission.

3

Delivery confirmed — second event logged

When the carrier confirms delivery, a second signed event is written: a SHA-256 hash of the delivered document, the delivery timestamp, and the Rekor entry ID from step 1. The two events form an auditable chain.

4

You verify — offline, independently

Download the attestation bundle for any fax. Verify the EC signature with openssl. No FaxSeal server, no Rekor connection, no trust required beyond the math.

What's in the bundle

One JSON file, self-contained. Everything needed to verify — no external lookups required for the signature check.

signedJson

Exact bytes signed at send time — use verbatim for verification

signature

ECDSA signature over SHA-256(signedJson), base64-encoded

publicKey

FaxSeal's EC public key in SPKI PEM format

rekorId

Entry UUID on Sigstore Rekor — independently verifiable

payload.event

"fax.sent" or "fax.delivered" — the two events in the chain

payload.documentHash

SHA-256 of the delivered document (delivery event only)

Common questions

What is Sigstore Rekor?

An open-source, append-only transparency log maintained by the Linux Foundation (the same organization behind the Linux kernel and Kubernetes). It has been production-grade since 2021 and is used by Google, Red Hat, and the broader open-source supply-chain security community.

What PHI is logged publicly?

None. Recipient fax numbers and sender emails are SHA-256 hashed before inclusion in public Rekor payloads. The hashes are one-way — they prove the number was involved without revealing it. Job IDs and page counts are logged in plain text.

Can FaxSeal edit or delete a Rekor entry?

No. Rekor is append-only by design. Once submitted, an entry is permanent and independently verifiable by anyone with the entry ID. FaxSeal has no write access to the log after submission.

Does verification require internet access?

The signature check (step 1 of verification) requires only openssl and the bundle — no network. Optionally, you can confirm the Rekor entry online for a stronger proof that the payload was logged before you received it.

Which plans include Fax Attestation?

Fax Attestation is available on the Enterprise plan for organizations and through the Partner API with the attestation flag enabled. Contact us to activate.

White Paper

Beyond “Certified Fax”

The full technical case — competitor analysis, HIPAA breakdown, compliance use cases, and the complete two-event attestation architecture.

Read the white paper →

Ready to activate Fax Attestation?

Available on the Enterprise plan. Contact us and we'll enable it for your organisation or partner integration.