Loading...
private.me Docs
Get xReel
PRIVATE.ME PLATFORM

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.

Entertainment COMING SOON XorIDA Powered
Section 01

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

Film Content Original master Single Key DRM Screener Copy Complete content Breakable wrapper LEAKED 100% content exposed
Section 02

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

Film Content Original master XorIDA Split K-of-N shares Channel A Share 1 Channel B Share 2 Channel N Share N Reconstruct Threshold K
Section 03

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.

Ingest Validate XorIDA Split K-of-N Multi-Channel Dist HMAC Verify Per-share Reconstruct Threshold Play
Key Security Properties
Every share is HMAC-SHA256 authenticated before reconstruction. Shares are distributed across independent channels — email, secure portal, courier. No single channel compromise reveals content. Reconstruction requires threshold quorum plus viewer authentication via xLock push-auth.
Section 04

Use Cases

🎬
Studio
Oscar Screener Distribution

Split Academy screeners so leaked copies from any single channel reveal nothing.

Screeners
🎥
Production
Dailies Review

Distribute daily rushes to director, producer, and editor through split channels.

Dailies
📺
Distribution
Pre-Release Licensing

Share pre-release content with international distributors without exposing complete copies.

Licensing
🎵
Music
Album Pre-Release

Split pre-release albums across label, artist, and PR channels before street date.

Music
Section 05

Integration

Quick Start
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
splitScreener(opts: ScreenerOpts): Promise<Result<Share[], SplitError>>
Splits screener content into k-of-n XorIDA threshold shares with per-share HMAC, recipient binding, and optional expiry. Returns authenticated shares for multi-channel distribution.
Section 06

Security Properties

PropertyMechanismGuarantee
Content ProtectionXorIDA k-of-n split Information-theoretic
Share IntegrityHMAC-SHA256 per-share Tamper-evident
Viewer AuthxLock push-auth Multi-factor bound
ProvenanceForensic tracking Per-recipient trace
$75B
Annual piracy loss
<1ms
Split latency
K-of-N
Threshold
VERIFIED BY XPROVE

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.

XPROVE AUDIT TRAIL
Every XorIDA split generates HMAC-SHA256 integrity tags. xProve chains these into a tamper-evident audit trail that proves data was handled correctly at every step. Upgrade to zero-knowledge proofs when regulators or counterparties need public verification.

Read the xProve white paper →
GET STARTED

Ready to deploy xReel?

Talk to Ren, our AI sales engineer, or book a live demo with our team.

Book a Demo

© 2026 StandardClouds Inc. dba PRIVATE.ME. All rights reserved.

VERIFIABLE WITHOUT CODE EXPOSURE

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.

XPROVE CRYPTOGRAPHIC PROOF
Download proofs:

Verify proofs online →

Use Cases

🏛️
REGULATORY
FDA / SEC Submissions
Prove algorithm correctness for distributed systems without exposing trade secrets or IP.
Zero IP Exposure
🏦
FINANCIAL
Audit Without Access
External auditors verify secure operations without accessing source code or production systems.
FINRA / SOX Compliant
🛡️
DEFENSE
Classified Verification
Security clearance holders verify distributed systems correctness without clearance for source code.
CMMC / NIST Ready
🏢
ENTERPRISE
Procurement Due Diligence
Prove security + correctness during RFP evaluation without NDA or code escrow.
No NDA Required

Deployment Options

📦

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
Get Started →
🏢

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
Request Quote →

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.

Contact sales for assessment and pricing →