As mentioned in my previous journal, brencrypt.pl produces an encrypted file wrapped in a Perl program to decrypt it. The secret key is, of course, the text of the Bill of Rights (from 'Amendment I' to 'to the people.'). Per pudge's suggestion, the current version strips out non alphabetical and space characters, using a canonical form. Whatever text version of the text ought to work correctly.
My loony theory, based on my status as a non-attorney, is that if I were to encrypt a copyrighted file with this program and place it on my website for download, I would not be able to distribute the text of the Bill of Rights. The encryption effectively forms an access control; that's easy to understand. The trick is in arguing that the *intent* of distributing the secret key is to allow other people to bypass the access control. Together with the program, they form a tool with exactly that purpose.
Find the program itself here. To decrypt files, you'll need Crypt::CipherSaber 0.61 from the CPAN. You'll also need the text of the Bill of Rights, but if my theory holds, I can't even tell you where to find it. :)
If it's your copyrighted work, you can distribute the Bill of Rights or tell people how to find it. But you can't do it if it's my work.
Re:You can grant permission
koschei on 2002-05-25T21:13:12
What if there are two pieces of work, both using the brencrypt.pl method? Then, theoretically, you would be supplying the key to his and vice versa.