DeCSS
DeCSS is one of the first free computer programs capable of decrypting content on a commercially produced DVD video disc. Before the release of DeCSS, free and open source operating systems (such as BSD and Linux) could not play encrypted video DVDs. DeCSS's development was done without a license from the DVD Copy Control Association (CCA), the organization responsible for DVD copy protection—namely, the Content Scramble System (CSS) used by commercial DVD publishers. The release of DeCSS resulted in a Norwegian criminal trial and subsequent acquittal of one of the authors of DeCSS. The DVD CCA launched numerous lawsuits in the United States in an effort to stop the distribution of the software. Origins and history DeCSS was devised by three people, two of whom remain anonymous. It was on the Internet mailing list LiViD in October 1999. The one known author of the trio is Norwegian programmer Jon Lech Johansen, whose home was raided in 2000 by Norwegian police. Still ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Jon Lech Johansen
Jon Lech Johansen (born November 18, 1983, in Harstad, Norway), also known as DVD Jon, is a Norwegian programmer who has worked on reverse engineering data formats. He wrote the DeCSS software, which decodes the Content Scramble System used for DVD licensing enforcement. Johansen is a self-trained software engineer, who quit high school during his first year to spend more time with the DeCSS case. He moved to the United States and worked as a software engineer from October 2005 until November 2006. He then returned to Norway, but moved back to the United States in June 2007. Early life and education Jon Lech Johansen was born in Harstad to a Norwegian father and a Polish mother. The family later moved to Lardal, where he grew up. At the age of twelve, Johansen began learning programming. He attended Thor Heyerdahl Upper Secondary School in Larvik. In a post on his blog, he said that in the 1990s he started with a book (''Programming the 8086/8088''), the web ("Fravia's s ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Content Scramble System
The Content Scramble System (CSS) is a digital rights management (DRM) and encryption system employed on many commercially produced DVD-Video 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 (AES) in the Advanced Access Content System (AACS) DRM scheme used by HD DVD 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 discs. CSS attempts to restrict access to the content only for licensed applications. According to the DVD Copy Control Assoc ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Økokrim
The National Authority for Investigation and Prosecution of Economic and Environmental Crime () is Norway's central unit for fighting economic and environmental crimes. The unit, created in 1989, has its main office in Oslo. Økokrim is both a police unit and a prosecution authority. The current director is PÃ¥l Lønseth. The unit is organized in multidisciplinary teams headed by public prosecutors. Each team has a specific field of expertise, such as corruption, computer crime or fraud. Cases The organization has played an important role in some major legal cases. In 2003, Økokrim arrested Mullah Krekar, alleged leader of the Kurdish Islamist group, Ansar al-Islam. 2002 After Jon Lech Johansen released DeCSS, he was taken to court by Økokrim. The trial opened in the Oslo District Court on 9 December 2002 with Johansen pleading not guilty and the defense, by Electronic Frontier Foundation argued that no illegal access was obtained to anyone else's information, since Joha ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
LiViD
LiViD, short for Linux Video and DVD, was a collection of projects that aim to create program tools and software libraries related to DVD for Linux operating system. The projects included: * OMS * GATOS * mpeg2dec * ac3dec In 2002, LiViD project leader Matthew Pavlovich was sued by the DVD Copy Control Association Inc. (DVD CCA) for trade secret misappropriation because they posted DeCSS on the LiViD website. See also * DeCSS * AACS encryption key controversy External links *Mirrors of thLiViD homepageand thLiViD software*ThLiViD websiteon the Internet Archives Wayback Machine The Wayback Machine is a digital archive of the World Wide Web founded by Internet Archive, an American nonprofit organization based in San Francisco, California. Launched for public access in 2001, the service allows users to go "back in ... References Linux DVD players Software DVD players {{linux-stub ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
DVD Copy Control Association
The DVD Copy Control Association (DVD CCA) is an organization primarily responsible for the copy protection of DVDs. The Content Scramble System (CSS) was devised for this purpose to make copyright infringement difficult, but also presents obstacles to some legitimate uses of the media. The association is also responsible for the controversial Regional Playback Control (RPC), the region encoding scheme which gives movie studios geographic control over DVD distribution. As of 2001, members included film distributors such as Metro-Goldwyn-Mayer, Twentieth Century Fox and Warner Bros. They filed the much publicized case versus Jon Johansen who they alleged wrote DeCSS. The case was dropped in January 2004. CSS decrypting software (such as DVD Decrypter, AnyDVD, and DVD Shrink) allows a region-specific DVD to be copied as an all-region DVD. It also removes Macrovision, CSS, region codes, and user operation prohibitions. They also filed the suit '' DVD CCA v. Bunner'' against people ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
DrinkOrDie
DrinkOrDie (DoD) was one of the most prestigious underground software piracy group and warez trading network during the 1990s. On 11 December 2001 a major law enforcement raid - known as Operation Buccaneer - forced it to close under criminal charges of infringement. DoD, as a rule, received no financial profit for their activities. The DoD network - which primarily consisted of university undergraduates - was also supported by software company employees, who leaked copies of software and other digital media. DoD was also actively involved in illicit file-trading with other networks. History Start up and trading DrinkOrDie was founded in 1993 in Moscow by a Russian with the handle "deviator" aka "Jimmy Jamez" and a friend who went by the code name "CyberAngel." By 1995, the group was global with Jimmy Jamez as leader. In the following years, the group's founders stepped aside and were replaced by multiple council members that weren't Russians. By the end of the millennium, D ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Object Code
In computing, object code or object module is the product of an assembler or compiler In computing, a compiler is a computer program that Translator (computing), translates computer code written in one programming language (the ''source'' language) into another language (the ''target'' language). The name "compiler" is primaril .... In a general sense, object code is a sequence of statements or instructions in a computer language, usually a machine code language (i.e., binary) or an intermediate language such as register transfer language (RTL). The term indicates that the code is the goal or result of the compiling process, with some early sources referring to source code as a "subject program". Details Object files can in turn be linked to form an executable file or library file. In order to be used, object code must either be placed in an executable file, a library file, or an object file. Object code is a portion of machine code that has not yet been linked ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Xing Technology
Xing Technology was a live audio broadcast software company founded in Arroyo Grande, California in 1989 by former networking executive Howard Gordon. History Gordon founded Xing on the basis of a simple JPEG decoding library that he had developed. It attracted the attention of Chris Eddy, who had developed a technique for processing Discrete cosine transforms (DCT) efficiently through software. Eddy's technique helped create the first Xing MPEG video player, a very simple MS-DOS app that could play an I-frame-only MPEG video stream encoded with constant quantization, at 160x120 resolution. Over the next years, Xing expanded in several directions: Windows support for the XingMPEG player, a software MPEG audio decoder, a real-time ISA 160x120 MPEG capture board ( XingIt!), a JPEG management system ( Picture Prowler), and networking. Xing released a handful of network products before StreamWorks, the first streaming audio and video system for the Internet, with support for ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
GNU General Public License
The GNU General Public Licenses (GNU GPL or simply GPL) are a series of widely used free software licenses, or ''copyleft'' licenses, that guarantee end users the freedom to run, study, share, or modify the software. The GPL was the first copyleft license available for general use. It was originally written by Richard Stallman, the founder of the Free Software Foundation (FSF), for the GNU Project. The license grants the recipients of a computer program the rights of the Free Software Definition. The licenses in the GPL series are all copyleft licenses, which means that any derivative work must be distributed under the same or equivalent license terms. The GPL is more restrictive than the GNU Lesser General Public License, and even more distinct from the more widely used permissive software licenses such as BSD, MIT, and Apache. Historically, the GPL license family has been one of the most popular software licenses in the free and open-source software (FOSS) domai ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Graphical User Interface
A graphical user interface, or GUI, is a form of user interface that allows user (computing), users to human–computer interaction, interact with electronic devices through Graphics, graphical icon (computing), icons and visual indicators such as secondary notation. In many applications, GUIs are used instead of text-based user interface, text-based UIs, which are based on typed command labels or text navigation. GUIs were introduced in reaction to the perceived steep learning curve of command-line interfaces (CLIs), which require commands to be typed on a computer keyboard. The actions in a GUI are usually performed through direct manipulation interface, direct manipulation of the graphical elements. Beyond computers, GUIs are used in many handheld mobile devices such as MP3 players, portable media players, gaming devices, smartphones and smaller household, office and Distributed control system, industrial controls. The term ''GUI'' tends not to be applied to other lower-displa ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Electronic Frontier Foundation
The Electronic Frontier Foundation (EFF) is an American international non-profit digital rights group based in San Francisco, California. It was founded in 1990 to promote Internet civil liberties. It provides funds for legal defense in court, presents ''amicus curiae'' briefs, defends individuals and new Technology, technologies from what it considers abusive legal threats, works to expose government malfeasance, provides guidance to the government and courts, organizes political action and mass mailings, supports some new technologies which it believes preserve Liberty, personal freedoms and online civil liberties, maintains a database and web sites of related news and information, monitors and challenges potential legislation that it believes would infringe on Liberty, personal liberties and fair use, and solicits a list of what it considers are Patent misuse, abusive patents with intentions to defeat those that it considers are without merit (law), merit. History Foundat ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |