The Content Scramble System (CSS) is a
digital rights management
Digital rights management (DRM) is the management of legal access to digital content. Various tools or technological protection measures (TPM) such as access control technologies can restrict the use of proprietary hardware and copyrighted work ...
(DRM) and
encryption
In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Ideally, only authorized parties can dec ...
system employed on many commercially produced
DVD-Video
DVD-Video is a consumer video format used to store digital video on DVD discs. DVD-Video was the dominant consumer home video format in Asia, North America, Europe, and Australia in the 2000s until it was supplanted by the high-definition Bl ...
discs. CSS utilizes a
proprietary 40-bit stream cipher algorithm. The system was introduced around 1996 and was first compromised in 1999.
CSS is one of several complementary systems designed to
restrict DVD-Video access.
It has been superseded by newer DRM schemes such as
Content Protection for Recordable Media (CPRM), or by
Advanced Encryption Standard
The Advanced Encryption Standard (AES), also known by its original name Rijndael (), is a specification for the encryption of electronic data established by the U.S. National Institute of Standards and Technology (NIST) in 2001.
AES is a variant ...
(AES) in the
Advanced Access Content System (AACS) DRM scheme used by
HD DVD
HD DVD (short for High Definition Digital Versatile Disc) is an obsolete high-density optical disc format for storing data and playback of high-definition video. Supported principally by Toshiba, HD DVD was envisioned to be the successor to ...
and
Blu-ray Disc, which have 56-bit and 128-bit
key sizes, respectively, providing a much higher
level of security than the less secure 40-bit key size of CSS.
Preliminary note
The content scramble system (CSS) is a collection of proprietary protection mechanisms for
DVD-Video
DVD-Video is a consumer video format used to store digital video on DVD discs. DVD-Video was the dominant consumer home video format in Asia, North America, Europe, and Australia in the 2000s until it was supplanted by the high-definition Bl ...
discs. CSS attempts to restrict access to the content only for licensed applications. According to the
DVD Copy Control Association (CCA), which is the consortium that grants licenses, CSS is supposed to protect the intellectual property rights of the content owner.
The details of CSS are only given to licensees for a fee. The license,
[DVD CCA CSS License Agreement]
which binds the licensee to a
non-disclosure agreement
A non-disclosure agreement (NDA) is a legal contract or part of a contract between at least two parties that outlines confidential material, knowledge, or information that the parties wish to share with one another for certain purposes, but wis ...
, would not permit the development of
open-source software
Open-source software (OSS) is computer software that is released under a license in which the copyright holder grants users the rights to use, study, change, and distribute the software and its source code to anyone and for any purpose. Ope ...
for DVD-Video playback. Instead, there is
libdvdcss, a
reverse engineered implementation of CSS. Libdvdcss is a source for documentation, along with the publicly available
DVD-ROM
[Standard ECMA-267, 3rd edition, 2001, 120 mm DVD - Read-Only Disk]
/ref> and MMC MMC may stand for:
Business
*Mail.com Media Corp., a former name of the US digital media company PMC
* Marsh & McLennan Companies, an American-based global professional services firm
*Master Municipal Clerk, a certification in the US for a munic ...
[Multi-Media Commands - 5 (Working Draft) T10/1675D, Revision 4, 2006-10-24]
/ref> specifications. There has also been some effort to collect CSS details from various sources.[The Content Scramble System – A Study]
/ref>
A DVD-Video can be produced with or without CSS. The publisher may for instance decide to go without CSS protection to save license and production costs.
Introduction
The content scramble system deals with three participants: the disc, the drive and the player. The disc holds the purported copyright information and the encrypted feature. The drive provides the means to read the disc. The player decrypts and presents the audio and visual content of the feature. All participants must conform to the CCA's license agreement.
There are three protection methods:
*Playback protection is based on encryption: the player requires a secret key to decrypt the feature.
*Read protection is based on the drive: access to significant disc data is only granted if the player authenticates successfully.
*Regional restriction is based on the disc and the drive: the drive can deny access if the disc does not belong to the drive's region.
The first two protection methods have been broken. Circumvention of regional protection is not possible with every drive—even if the drive grants access to the feature, prediction of title keys may fail.[ However, DVD players exist which do not enforce regional restrictions (the user has to disable the protection though), which makes regional restrictions less effective as a component of CSS.
]
The disc
The DVD-ROM's main-data (§16), which are consecutive logical blocks of 2048 bytes, are structured according to the DVD-Video format. The DVD-Video contains (besides others) an MPEG program stream which consists of so-called Packs. If CSS is applied to the disc then a subset of all Packs is encrypted with a title-key.
A DVD-ROM contains, besides the main-data, additional data areas. CSS stores there:
* a flag that indicates whether CSS is applied or not (§6.23.3.2.2),
* the 8-bit region-management-information ( region code),
* a disc-key-block that holds 409 encrypted variants of the disc-key (§6.23.3.2.3).
CSS also uses six bytes in the frame header for each logical block of user data (§16.3,§6.29.3.1.5):
* one byte with copyright management information,
* five bytes holding an encrypted title-key.
The drive
The drive treats a DVD-Video disc as any DVD-ROM disc. The player reads the disc's user-data and processes them according to the DVD-Video format. However, if the drive detects a disc that has been compiled with CSS, it denies access to logical blocks that are marked as copyrighted (§6.15.3). The player has to execute an authentication handshake first (§4.10.2.2). The authentication handshake is also used to retrieve the disc-key-block and the title-keys.
The drive may also support Regional Playback Control (RPC) to limit the playback of DVD-Video content to specific regions of the world (§3.3.26). RPC Phase II drives hold an 8-bit region-code and adhere to all requirements of the CSS license agreement (§6.29.3.1.7). It appears that RPC Phase II drives reject title-key requests on region mismatch. However, reading of user-data may still work.
The cipher
CSS employs a stream cipher and mangles the keystream with the plain-text data to produce the cipher text. The stream cipher is based on two linear-feedback shift register (LFSR) and set up with a 40-bit seed.
Mangling depends on the type of operation. There are three types:
* the decryption of a disc- or title-key,
* the decryption of a Pack and
* the encryption of keys for the authentication handshake.
In order to decrypt a DVD-Video, the player reads the disc-key-block and uses its player-key to decrypt the disc-key. Thereafter, the player reads the title-keys and decrypts them with the disc-key. A different title-key can be assigned for the Video Manager and for each Video Title Set. The title-keys are used to decrypt the encrypted Packs.
Cryptanalysis
CSS employs cryptographic keys with a size of only 40 bits. This makes CSS vulnerable to a brute-force attack. At the time CSS was introduced, it was forbidden in the United States for manufacturers to export
An export in international trade is a good produced in one country that is sold into another country or a service provided in one country for a national or resident of another country. The seller of such goods or the service provider is an ...
cryptographic systems employing keys in excess of 40 bits, a key length that had already been shown to be wholly inadequate in the face of increasing computer processing power (see Data Encryption Standard
The Data Encryption Standard (DES ) is a symmetric-key algorithm for the encryption of digital data. Although its short key length of 56 bits makes it too insecure for modern applications, it has been highly influential in the advancement of cr ...
).
Based on the leaked DeCSS source-code, Frank A. Stevenson published in November 1999 three exploits that rendered the CSS cipher practically ineffective:
* A correlation attack enables the recovery of a keystream's seed at complexity of 216.
* The mangling of disc- and title-keys can be reversed at a complexity of 28.
* A disc-key can be recovered from its hash-value at a complexity of 225.
The latter exploit recovers a disk-key from its hash-value in less than 18 seconds on a 450 MHz Intel Pentium III.
The CSS design was prepared for the leak of a few player-keys. New discs would not contain an encrypted variant for these player-keys in the disc-key-block. However, Stevenson's exploits made it possible to generate all player-keys. Libdvdcss uses such a list of generated player-keys.
There are cases when no title-keys are available. A drive may deny access on region mismatch but still permit reading of the encrypted DVD-Video. Ethan Hawke presented a plain-text prediction for data repetitions in the MPEG program stream that enables the recovery of title-keys in real-time directly from the encrypted DVD-Video.[Ethan Hawke: DeCSSplus (Source Code)]
/ref>
In ''Geeks Bearing Gifts
Theodor Holm Nelson (born June 17, 1937) is an American pioneer of information technology, philosopher, and sociologist. He coined the terms ''hypertext'' and ''hypermedia'' in 1963 and published them in 1965. Nelson coined the terms ''transcl ...
'', author Ted Nelson states "DVD encryption was intentionally made light by the DVD encryption committee, based on arguments in a libertarian book '' Computer Lib''.", a claim cited as originating from personal communication with an anonymous source; Nelson is the author of ''Computer Lib''.
See also
* DVD Copy Control Association
* libdvdcss, a popular free software for enabling playback of discs on opensource players.
References
External links
*
*
*
{{Broadcast_encryption
History of cryptography
Compact Disc and DVD copy protection
Broken stream ciphers
Television technology
Digital rights management standards
DVD Copy Control Association