← Back to Patent Claims
Patent Claim 150 All Patents →

Self-Verifying Legal-Production Export

Signature-embedded Concordance and Relativity packaging that lets any recipient - entirely outside the issuer's custody - independently verify a production's integrity with standard litigation tooling and no callback

Patent Claim JIL Sovereign July 2026 Claim 150 of 157

Executive Summary

Legal-production exports package Bates-numbered native documents together with an industry-standard load file - a Concordance-compatible delimited .DAT/.OPT pair or a Relativity-compatible .CSV - for delivery to opposing counsel, a court, or another party outside the producing organization's systems entirely. JIL Sovereign's export pipeline adds two files to that same delivered package: MANIFEST.json, a per-document cryptographic hash manifest, and MANIFEST.sig, an Ed25519 signature over that manifest. Both travel inside the same ZIP as the natives and load files - not as a separate delivery, not behind a verification portal, not contingent on any ongoing relationship with the issuing system.

Because the proof of integrity is embedded in the delivered artifact itself, a recipient with no access whatsoever to the producing organization's infrastructure - opposing counsel years into litigation, a court reviewing a production on appeal, a second reviewing firm - can independently confirm that every produced document matches its recorded hash and that the manifest itself was signed by the claimed issuer, using generic, widely available cryptographic tooling. No callback to the issuing platform is required at any point in the verification process.

Core Innovation: A portable cryptographic integrity proof threaded directly into an industry-standard legal-production container that litigation reviewers already use - rather than a nonstandard sidecar file, a proprietary verification app, or a server-side-only verification portal that depends on the issuing system remaining available.

Problem Statement

The load-file formats that govern how legal productions are exchanged - Concordance's delimited .DAT load file paired with an .OPT image cross-reference file, and Relativity's .CSV-based export - predate modern cryptographic tooling by decades and were never designed with document-integrity verification in mind. When a receiving party wants to confirm that a produced document has not been altered since production, or that a Bates range genuinely corresponds to the documents the producing party claims it does, the available options are unsatisfying: take the producing party's certification on faith, request a custodian's sworn re-certification (slow, expensive, and dependent on the original custodian remaining available and cooperative), or rely on a vendor-hosted verification portal that ceases to be useful the moment that vendor relationship ends, the litigation outlives the vendor contract, or the matter is later reviewed by a party with no login to that portal at all.

This gap is not hypothetical. Productions are routinely forwarded to co-counsel, produced to courts on motions practice, re-reviewed years later during appeal, or handed to a testifying expert who has no relationship with the producing organization's systems whatsoever. In each case, the party doing the verifying is, by definition, entirely outside the producing organization's custody chain - and a verification mechanism that depends on contacting that organization's live systems is unavailable exactly when independent verification matters most.

0
Callbacks to the issuing system required to verify
1
Delivered ZIP containing natives, load files, manifest, and signature
2
Supported industry-standard load-file formats (Concordance, Relativity)

Why Existing Production Workflows Are Insufficient

  • Custodian sworn certification: authoritative but slow, expensive, and unavailable if the custodian is unreachable, has left the organization, or the matter is adversarial.
  • Vendor-hosted verification portals (typical e-discovery platform "verify online" features): require the recipient to trust and access a live, ongoing service; provide no verification path once the vendor relationship or hosting ends.
  • Load files alone, with no integrity layer: the overwhelming majority of Concordance/Relativity exports today carry no cryptographic integrity proof at all - the load file describes the production, it does not attest to its own unaltered state.

Technical Architecture

Delivered Package Contents

ComponentFormatFunction
Bates-numbered nativesNative document filesThe produced documents themselves, each assigned a Bates number deterministically derived from the production's bundle identifier
Load fileConcordance .DAT + .OPT, or Relativity .CSVIndustry-standard cross-reference describing the production for ingestion into standard litigation-review platforms
MANIFEST.jsonJSONPer-document entry recording each native file's Bates range, filename, and SHA-256 hash
MANIFEST.sigDetached Ed25519 signatureAsymmetric signature over the canonical serialization of MANIFEST.json, produced with the issuing organization's production-signing key

Deterministic Cross-Format Bates Stability

Bates numbers are derived deterministically from the production's bundle_id rather than assigned independently per export run. The practical effect: the same underlying document set exported once as a Concordance load file and again as a Relativity export - or re-exported for a supplemental production - receives identical Bates numbers in both, closing a common and practically significant e-discovery failure mode where parallel or repeated exports drift into inconsistent numbering and citations stop lining up across copies of "the same" production.

Independent, Callback-Free Verification

A recipient verifies the production entirely offline, using only the delivered archive and the issuer's published public key: compute the SHA-256 hash of each native file and compare it against the corresponding entry in MANIFEST.json; then verify MANIFEST.sig against MANIFEST.json using any standard Ed25519 verification tool. Both steps use generic, widely available cryptographic tooling - no proprietary client, no API access to the issuing platform, and no dependency on that platform remaining online or available at all.

Verification Workflow

StepActorAction
1Producing partyAssembles Bates-numbered natives, generates the Concordance or Relativity load file, computes per-document SHA-256 hashes into MANIFEST.json, signs it to produce MANIFEST.sig, and packages all four components into one delivered ZIP
2Producing partyPublishes or separately transmits the corresponding public key under a channel independent of the production itself (e.g. a signed cover letter, a published legal-notice page)
3Receiving partyAt any later time, opens the archive, recomputes each native file's hash, and compares against MANIFEST.json
4Receiving partyVerifies MANIFEST.sig against MANIFEST.json using the issuer's public key and standard Ed25519 tooling
5Receiving partyConfirms integrity and authenticity for the entire production, without ever contacting the producing party's systems

Because every step from Step 3 onward requires nothing beyond the archive itself and a previously obtained public key, the verification remains fully available for as long as the archive exists - independent of whether the issuing platform, or the issuing organization, still does.

Prior Art Differentiation

ApproachIntegrity Proof Embedded in Delivery?Verifiable Without Callback?Cross-Format Bates Stability?
Standard Concordance/Relativity export (no integrity layer)NoN/A - nothing to verifyNo
Vendor-hosted "verify online" portalNo - verification is server-side onlyNo - requires live portal accessNot addressed
Custodian sworn certificationNo - separate legal instrument, not embedded in the fileNo - depends on custodian availabilityNot addressed
JIL self-verifying production exportYes - manifest and signature inside the delivered archiveYes - generic tooling onlyYes - deterministic from bundle identifier

Patent Claim

Independent Claim 150: A computer-implemented method for generating a self-verifying legal-production export comprising: deterministically deriving a stable Bates-numbering sequence for a set of evidentiary documents from a production bundle identifier such that the same documents receive identical Bates numbers when exported into multiple distinct legal-production formats; generating Bates-numbered native document files together with at least one industry-standard litigation load file selected from a Concordance-compatible delimited load file and a Relativity-compatible cross-reference file; computing a per-document cryptographic hash manifest over the exported native files; signing the hash manifest with an asymmetric digital signature to produce a detached signature file; and packaging the native files, the load file, the hash manifest, and the detached signature file together within a single delivered archive, such that a recipient possessing only the archive and the issuer's public key can independently verify the integrity and authenticity of every produced document using generic cryptographic tooling without any network callback to the issuing system.