xReel: Pre-Release Screener Protection
XorIDA-split screener and dailies distribution so no single leak reveals the film. Every copy requires threshold reconstruction — one stolen share is mathematically worthless.
The Problem
The motion picture industry loses $75 billion annually to piracy, yet pre-release content remains protected by single-key DRM that has been broken in every generation. PlayReady source code leaked in June 2024 (4GB by a Microsoft engineer). Widevine L3 is fully cracked. Oscar screeners leaked in January 2025.
Current screener distribution relies on forensic watermarking and DRM — both computational security measures that can be reversed. A single compromised screener copy exposes the entire film. Studios have no way to distribute pre-release content where a breach of any single channel reveals nothing.
The Disney Slack breach (2024, 1.1TB leaked) and Sony hack (2014, 100TB) demonstrate that studio infrastructure is routinely compromised. When every screener is a complete copy protected only by a breakable wrapper, every breach is catastrophic.
The Old Way
The PRIVATE.ME Solution
xReel splits every screener into XorIDA threshold shares distributed across independent channels. No single channel carries enough data to reconstruct the film. Security is information-theoretic — mathematically impossible to break, not just computationally hard.
Each screener recipient receives shares through separate delivery channels (email, secure portal, physical media). Viewing requires threshold reconstruction — any k-of-n shares rebuilds the content, but k-1 shares reveal exactly zero bits of the original film.
This is a fundamentally different security model than DRM. DRM wraps complete content in a breakable lock. xReel ensures no complete content exists at any single point. A stolen share is not a "weakly protected copy" — it is mathematically indistinguishable from random noise.
The New Way
How It Works
xReel combines XorIDA threshold splitting with per-share HMAC integrity, multi-channel distribution, and forensic provenance tracking into a unified screener protection pipeline.
Use Cases
Split Academy screeners so leaked copies from any single channel reveal nothing.
ScreenersDistribute daily rushes to director, producer, and editor through split channels.
DailiesShare pre-release content with international distributors without exposing complete copies.
LicensingSplit pre-release albums across label, artist, and PR channels before street date.
MusicIntegration
import { splitScreener, reconstructScreener } from '@private.me/reelsecure'; // Split a screener for 3-channel distribution const shares = await splitScreener({ content: screenerBuffer, threshold: { k: 2, n: 3 }, recipients: ['academy@studio.com', 'critic@press.com'], expiry: '2026-03-01T00:00:00Z' }); // Each share is mathematically worthless alone
Security Properties
| Property | Mechanism | Guarantee |
|---|---|---|
| Content Protection | XorIDA k-of-n split | ✓ Information-theoretic |
| Share Integrity | HMAC-SHA256 per-share | ✓ Tamper-evident |
| Viewer Auth | xLock push-auth | ✓ Multi-factor bound |
| Provenance | Forensic tracking | ✓ Per-recipient trace |
Verifiable Data Protection
Every operation in this ACI produces a verifiable audit trail via xProve. HMAC-chained integrity proofs let auditors confirm that data was split, stored, and reconstructed correctly — without accessing the data itself.
Read the xProve white paper →
Ready to deploy xReel?
Talk to Ren, our AI sales engineer, or book a live demo with our team.
Ship Proofs, Not Source
xReel generates cryptographic proofs of correct execution without exposing proprietary algorithms. Verify integrity using zero-knowledge proofs — no source code required.
- Tier 1 HMAC (~0.7KB)
- Tier 2 Commit-Reveal (~0.5KB)
- Tier 3 IT-MAC (~0.3KB)
- Tier 4 KKW ZK (~0.4KB)
Use Cases
Deployment Options
SaaS Recommended
Fully managed infrastructure. Call our REST API, we handle scaling, updates, and operations.
- Zero infrastructure setup
- Automatic updates
- 99.9% uptime SLA
- Enterprise SLA available
SDK Integration
Embed directly in your application. Runs in your codebase with full programmatic control.
npm install @private.me/xreel- TypeScript/JavaScript SDK
- Full source access
- Enterprise support available
On-Premise Upon Request
Enterprise CLI for compliance, air-gap, or data residency requirements.
- Complete data sovereignty
- Air-gap capable deployment
- Custom SLA + dedicated support
- Professional services included
Enterprise On-Premise Deployment
While xReel is primarily delivered as SaaS or SDK, we build dedicated on-premise infrastructure for customers with:
- Regulatory mandates — HIPAA, SOX, FedRAMP, CMMC requiring self-hosted processing
- Air-gapped environments — SCIF, classified networks, offline operations
- Data residency requirements — EU GDPR, China data laws, government mandates
- Custom integration needs — Embed in proprietary platforms, specialized workflows
Includes: Enterprise CLI, Docker/Kubernetes orchestration, RBAC, audit logging, and dedicated support.