« Worldcon membership for sale | Main | Veterans of the workplace »

Fun with copyright

Illegal Primes:

What folks often forget is a program (any file actually) is a string of bits (binary digits)—so every program is a number. Some of these are prime. Phil Carmody found this [particular prime number] in March 2001. When written in base 16 (hexidecimal), this prime forms a gzip file of the original C-source code (sans tables) that decrypts the DVD Movie encryption scheme (DeCSS). […] It is apparantly illegal to distribute this source code in the United States, so does that make this number (found by Phil Carmody) also illegal?

Monolith:

The software project, called Monolith, takes two digital files and XOR’s them (what the author refers to as “munging”), creating a third file. The author calls the two input files “element” and “basis.” I think many people might call them “plaintext” and “key.” The output file (aka the “monolith” file) would be called the “cryptotext.”

The conceit of the concept is that neither the cryptotext nor the key is copyrighted. Thus, it should be legal to distribute both. Otherwise, the author of Monolith claims, everything is copyrighted and nothing can be distributed because there is always a number such that, if XOR’d with another number, will produce a copyrighted work.

Comments

The Monolith author is missing a key point: the encrypted file is in fact copyrighted, being a derivative work of the original file.

Yeah, the source I linked to there says he's pretty much full of it, but I enjoyed the conceit.

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)