CPPM vs CSS: Differences in DVD Data Encryption

Both the Content Scramble System (CSS) and Content Protection for Prerecorded Media (CPPM) were engineered to protect MPEG-2 Program Stream containers on optical media, but they differ fundamentally in their cryptographic strength, key exchange architectures, and device revocation capabilities. While CSS was deployed to safeguard standard DVD-Video files (VOBs), CPPM was developed as a far more resilient successor to secure high-resolution DVD-Audio files (AOBs, which share the structural characteristics of VOBs).

Underlying Containers: VOB vs. AOB

Standard DVD-Video stores multiplexed audio, video, and navigation data in Video Object (.VOB) files located in the VIDEO_TS directory. DVD-Audio uses Audio Object (.AOB) files stored in the AUDIO_TS directory. Structurally, both VOB and AOB files are based on the standard MPEG-2 Program Stream format, broken down into 2,048-byte sectors.

In both systems, packet headers remain unencrypted so players can demultiplex streams, read timestamps, and navigate the media. However, the encryption applied to the payload within these sectors relies on completely different cryptographic frameworks.

Cryptographic Algorithms and Key Strength

The most significant technical departure between the two standards lies in their cipher designs:

Key Management and the Media Key Block (MKB)

The authentication and key delivery pipelines for VOB and AOB data represent fundamentally different security models.

CSS uses a static system:

  1. Discs contain an encrypted Disc Key and an encrypted Title Key for each VOB file.
  2. Licensed players possess secret Player Keys stored in their hardware or firmware.
  3. The player uses its Player Key to decrypt the Disc Key, which in turn decrypts the Title Key used to unscramble the payload data.
  4. CSS lacked an efficient, forward-looking revocation mechanism; once a player key was compromised, revoking it across future media was technically difficult and largely ineffective.

CPPM implements a dynamic broadcast encryption model:

  1. Instead of static player keys, CPPM media contains a Media Key Block (MKB) along with a unique Album Identifier.
  2. Compliant devices have a set of Device Keys. During playback, the device processes the MKB using its Device Keys to calculate the Media Key.
  3. If a specific device or software player key is leaked, newer discs simply update the MKB data to exclude that compromised key set from successfully calculating the Media Key.
  4. The Media Key is combined with the Album Identifier to generate the final Album Key, which decrypts the C2-encrypted payloads inside the AOB data stream.

Application to Payload Data

When applied to the sectors of VOB-like streams: