How to Detect a Fake Electronic Signature Certificate in the US
Fabricated, tampered or reused certificates of completion: how US lenders, landlords and law firms verify an e-signature audit trail against the underlying cryptographic seal instead of trusting the PDF.

Summarize this article with
A fake e-signature certificate is detected by verifying the document's cryptographic seal inside the PDF itself โ not the certificate page's layout, logos or text โ recomputing the document hash referenced on the certificate and comparing it against the actual file, and cross-checking the transaction through the signing provider's own verification tool rather than trusting a standalone PDF. Certificates of completion from DocuSign, Adobe Acrobat Sign or Dropbox Sign are text-and-image documents that anyone with basic editing tools can recreate; the trustworthy part is the digital signature chain bound to the file, not the page describing it.
According to the ACFE's 2024 Report to the Nations, only 37% of occupational fraud is detected through manual controls, with an average detection delay of 87 days โ a gap that maps closely onto certificate fraud, where a convincing-looking audit trail passes a visual review and sits unquestioned in a loan or lease file for months, source: ACFE, Occupational Fraud 2024: A Report to the Nations.
What an e-signature certificate is and how it gets forged
Every major e-signature platform generates a "certificate of completion" alongside the signed document: a summary page (or a separate PDF) listing the signer's name, email, IP address, a timestamp for each action, and an envelope or transaction ID that ties back to the provider's own records. It exists to give the signed document evidential weight โ proof of who signed, when, and from where. Reviewers on lending, leasing and HR teams are trained to glance at this page and treat a clean-looking certificate as confirmation that the signature is genuine.
That trust is exactly what three recurring fraud patterns exploit.
- Fabricated certificate. No e-signature ever took place, or the wrong person signed. The fraudster builds a certificate page from a screenshot, a template found online, or an AI image tool, then attaches it to a loan file, lease or contract to fake a properly executed signature.
- Tampered certificate. A genuine certificate from an unrelated, legitimate transaction is edited in place โ the signer's name, date, IP address or referenced document hash is changed to make it appear to belong to a different document.
- Reused (replayed) certificate. A genuine, unaltered certificate from a past legitimate transaction is resubmitted attached to an entirely different document, betting that a reviewer will not check that the certificate's document hash actually matches the file it accompanies.
All three share a common weakness for verifiers: the certificate page is just a description of a signing event, not proof of it. The proof, when it exists, lives inside the PDF's cryptographic structure and on the provider's servers โ neither of which a fraudster editing a screenshot in image software can touch.
Fabricated, tampered and reused certificates compared
The three patterns require different effort and leave different traces, which is why a single detection method rarely catches all of them.
| Fraud pattern | Method | Detectability by eye | Detection angle |
|---|---|---|---|
| Fabricated certificate | Built from scratch: screenshot, template, or AI-generated layout | Medium โ fonts, spacing or phrasing can look slightly off | No valid digital signature exists in the PDF; envelope ID returns nothing on the provider's verification tool |
| Tampered certificate | A real certificate edited (name, date, IP, hash) | Low to medium โ edits can be pixel-perfect | Recomputed document hash does not match the value printed on the certificate; edited fields break the original digital signature |
| Reused/replayed certificate | An unmodified real certificate attached to a different document | Very low โ the certificate itself is 100% genuine | Certificate's referenced hash matches its original document, not the one it now accompanies |
The reused-certificate pattern is the hardest to catch on sight precisely because nothing on the certificate has been altered โ the fraud is entirely in the mismatch between the certificate and the file sitting next to it, which only a hash comparison exposes.
The US legal framework around e-signature certificates
Electronic signatures in the United States sit on a federal-plus-state structure rather than a single unified statute. At the federal level, the Electronic Signatures in Global and National Commerce Act (ESIGN Act, 15 U.S.C. ยง 7001 et seq.) establishes that a signature, contract or record "may not be denied legal effect, validity, or enforceability solely because it is in electronic form," provided the signer intended to authenticate the record and, for consumer transactions, affirmatively consented to electronic delivery. ESIGN is deliberately technology-neutral โ it names no required cryptographic standard, no mandatory audit-trail format, and no certified vendor, which is precisely why a certificate of completion is a provider convenience rather than a legal necessity.
States layer their own law on top through the Uniform Electronic Transactions Act (UETA), a model statute drafted by the Uniform Law Commission and separately enacted by each state legislature. Forty-nine states, the District of Columbia and the U.S. Virgin Islands have adopted a version of UETA โ California's, for example, is codified at California Civil Code ยง 1633.1 et seq. New York is the lone holdout, using its own Electronic Signatures and Records Act instead. Where a state has adopted UETA, ESIGN does not preempt it except to the extent the state version conflicts with ESIGN's baseline โ meaning the exact evidentiary weight given to an e-signature, and to a certificate purporting to document one, can vary by jurisdiction even though the underlying transaction crosses state lines.
Neither statute makes the certificate page itself the source of legal validity โ both frameworks anchor validity in the signer's intent and the record's integrity, not in a summary PDF a provider happens to generate. Building or altering a certificate to misrepresent who signed a document typically falls under state forgery statutes, which vary by state โ California's, for instance, is Penal Code ยง 470. Where a fabricated certificate crosses state lines electronically to obtain a loan, lease or service, federal exposure can also attach under wire fraud, 18 U.S.C. ยง 1343, or under 18 U.S.C. ยง 1028, which covers fraud in connection with identification documents and false records used to obtain something of value. This section is provided for general awareness and is not legal advice; organizations handling suspected certificate fraud should consult qualified counsel familiar with the relevant state's statutes.
Explore further
Discover our practical guides and resources to master document compliance.
Explore our guidesVisible red flags reviewers can check without tools
A trained reviewer catches a meaningful share of fabricated and tampered certificates before any forensic tool is opened. Compliance and lending teams discussing this online often frame it as "what does a real certificate look like versus a faked one" โ the answer sits in a handful of recurring details.
- Envelope or transaction ID that does not resolve. Every genuine DocuSign, Adobe Acrobat Sign or Dropbox Sign certificate carries a unique ID that the provider's own portal can look up; a fabricated certificate often uses a plausible-looking but non-existent or reused ID.
- Inconsistent fonts or alignment compared to a certificate template from the same provider on a known-genuine file.
- Timestamps that don't add up โ a "completed" time earlier than a "sent" time, or signing events logged in an implausible sequence across time zones.
- An IP address geography that contradicts the signer's known location, or the same IP address appearing for supposedly unrelated signers.
- A document hash on the certificate that isn't referenced anywhere else, or that the reviewer has no easy way to recompute โ a strong sign the certificate was never designed to be checked.
- No accompanying digital signature inside the PDF itself โ a genuine e-signature envelope embeds a cryptographic seal in the file; a certificate page bolted onto an otherwise unsigned PDF is a fabrication red flag on its own.
Can you tell a fake DocuSign certificate just by looking at it?
Sometimes, but not reliably. A carefully fabricated or tampered certificate can pass a visual check, particularly the reused-certificate pattern where every visible detail is genuine. Visual review should be treated as a first filter, not a final answer โ anything routed through a loan, lease or onboarding decision warrants the hash and provider checks below.
Technical and forensic verification methods
Visual review has limits; the reliable checks happen at the file and provider level.
Recompute and compare the document hash. The certificate typically states a hash (often SHA-256) of the signed document at the moment of completion. Recomputing that hash on the file actually received and comparing it against the printed value catches both tampered and reused certificates โ any mismatch means the certificate does not describe this file.
Use the provider's own verification tool. DocuSign, Adobe Acrobat Sign and similar platforms let a third party validate an envelope ID or certificate independently of the PDF supplied, closing the gap a fabricated certificate cannot cross since no matching record exists on the provider's side.
Validate the digital signature chain inside the PDF. A genuine e-signature envelope embeds a cryptographic signature conforming to the PAdES standard, which any PDF reader capable of certificate validation can check against the signing certificate's chain back to a trusted root. A missing, broken, or self-signed chain where a provider-issued one is claimed is conclusive.
Apply metadata forensics to the certificate PDF itself, using the same techniques used on any other suspect document: creation-software identifiers, font substitution, and revision timestamps inconsistent with the claimed signing date. Our EXIF metadata analysis guide covers the underlying methodology in more depth, and it applies just as well to a certificate PDF as to a scanned ID or invoice. The visual-forensics techniques used against copy-pasted wet-ink signatures are a related but distinct discipline โ that article covers a scanned signature image moved between documents, while certificate fraud targets the audit trail asserting an e-signature happened at all.
The underlying principle carries across all four checks: a certificate PDF is a claim, not proof, and should be treated like any other supporting document submitted in a KYC or contract file โ verified independently, never taken at face value because it looks official.
AI-generated certificates: an emerging risk
Image-generation tools now make it straightforward to produce a certificate page with plausible layout, provider branding and internally consistent-looking text, without ever touching a real signing platform. FinCEN's November 2024 alert on fraud schemes using generative artificial intelligence flags exactly this pattern at the identity-document level โ synthetic media used to defeat identity verification and due-diligence controls โ and the same dynamic applies directly to certificate pages: nothing was literally copied, so classic copy-paste artifacts like layer edges or compression mismatches may simply not be present.
CheckFile's AI-generated content detection operates as an additional signal layer, deployed according to client configuration, complementing existing structural and metadata controls rather than replacing them. For certificate fraud specifically, that means AI-generation signals sit alongside โ not instead of โ the hash and provider-verification checks above; no single layer is presented as sufficient on its own against every generation technique, a distinction covered in more detail in the closing section below.
Where certificate fraud shows up in practice
Certificate fraud clusters wherever an e-signed document unlocks money, property or a legal commitment and the reviewer is under time pressure to move the file forward. In lending and equipment leasing, a fabricated or reused certificate can be attached to a loan agreement or lease to simulate borrower consent that was never actually given โ see how CheckFile supports financing and leasing verification workflows. In residential and commercial real estate, lease agreements and renewals are frequent targets, since a landlord or property manager rarely has an independent way to check a tenant's claimed signing history. Employment contracts are exposed too, where HR teams reviewing signed offer letters face the same verification gap. Law firm client onboarding carries similar risk: a fabricated certificate on an engagement letter can misrepresent acceptance, which is why firms building this into client onboarding checks for law practices treat the certificate as a document requiring its own verification step, not a formality attached to the real one.
How CheckFile complements existing certificate checks
Certificate fraud sits at the intersection of two disciplines CheckFile already applies to every submitted document: structural and metadata analysis, and cross-document consistency checks against the file the certificate claims to describe. Treating a certificate of completion as an untrusted claim โ the same posture applied to an ID, pay stub or bank statement โ closes the gap that fabricated, tampered and reused certificates all rely on: a reviewer's assumption that an official-looking PDF speaks for itself. This sits within our broader document verification guide and complements electronic signature integration workflows that bind signing events to a verifiable identity from the outset rather than relying on after-the-fact certificate review.
For synthetic and AI-generated certificates specifically, CheckFile's AI-generation detection adds a dedicated signal layer on top of these structural checks โ deployed according to client risk configuration, and designed to complement existing controls rather than stand alone against every possible forgery technique. The platform integrates via API into existing onboarding and contract-review workflows โ see our security posture and current pricing for details on deployment.
Frequently Asked Questions
How do I know if a DocuSign certificate is real?
Check the envelope ID against DocuSign's own verification tool rather than trusting the PDF alone, and confirm the document hash printed on the certificate matches a hash you recompute on the actual signed file. A genuine envelope also embeds a validatable digital signature inside the PDF itself, which a fabricated certificate cannot replicate.
Can a signed PDF's certificate of completion be faked?
Yes. The certificate page is a document like any other and can be recreated with image editing or AI tools, or a genuine certificate from an unrelated transaction can be attached to a different file. The safeguard against both is verifying the cryptographic signature and hash independently of the certificate's visual content.
What's the difference between a tampered and a reused e-signature certificate?
A tampered certificate is a genuine one edited โ a changed name, date or hash โ which typically breaks its original digital signature and is detectable through signature chain validation. A reused certificate is entirely unaltered but attached to the wrong document, detectable only by comparing the hash it references against the file it currently accompanies.
Is an electronically signed document with a fake certificate still legally valid under US law?
No. Under the ESIGN Act and state UETA statutes, validity turns on the signer's intent to authenticate the record, not on the existence of a certificate page. If the underlying signing event never occurred as claimed, that intent is absent. Producing or using a fabricated certificate to induce reliance on the document can additionally expose the fraudster to state forgery charges and, where electronic communications crossed state lines, federal wire fraud liability under 18 U.S.C. ยง 1343.
Does checking the document hash alone catch all certificate fraud?
No. A hash mismatch reliably catches tampered and reused certificates, since both involve a certificate no longer matching its stated file. A well-fabricated certificate for a document that was genuinely never e-signed can carry an internally consistent (but meaningless) hash, which is why hash verification needs to be paired with provider-side lookup and signature chain validation, not used in isolation.
Stay informed
Get our compliance insights and practical guides delivered to your inbox.