Domain: rmci.net
Stories and comments across the archive that link to rmci.net.
Comments · 149
-
Why Linux Sucks
Here's a short list of Linux flaws that make it look silly:
* /usr/include/linux (come on. honestly.) Lame. Nonstandard. (for the clue-deprived, this means that any code written for linux using the linux/ headers will be incompatible with all other Unix flavors.) Guess what: string.h, types.h, malloc.h, signal.h, and so-on don't belong in a platform-specific include directory. Hope you didn't want to port your code...
* Neither the sigaction manpage nor the signal.h includs indicate what the system defaults are. Of course, they've put signal.h in /usr/include/linux...
* "intro" manpages are a joke. Compare the BSD section 2 intro with the one from Linux.
* file systems mount async by default (power outage and your fs dies)
* Most linux users don't have pubes yet and are intolerably lame (3Y3 4m 1337 H4x0r d00d [uz 3y3 h4v3 L1Nux!)
* Too many things in user space that belong in the kernel (nfs)
* Too many things in the kernel that belong in user space (java)
* No standard distribution. Linux people say this is a good thing? Try writing software or software configuration instructions when you never know how the OS is going to be laid out, or try finding the responsible party for a block of OS code, or try fixing security problems when they arise and you'll see that this is NOT a good thing at all.
* no consistant pronunciation the os'es name (line-ucks? lynn-ucks?)
* svr4? bsd? make up your mind?
* Lame NFS & dd
* #linux, #hack, #linuxwarez...
* New kernel every week that breaks half your applications
* Security flaw/Root compromise of the week (see below)
* glibc? libc? libc5? libc6? glibc2?
* /bin/sh != sh; /bin/sh == bash. Lame. Nonstandard. Result: broken shell scripts and nonportable code.
* /usr/bin/make != make; /usr/bin/make == gmake. Lame. Nonstandard. Same result as above: nonportable code.
* ext2fs
* Linux will mount partitions that are not clean
* can't handle partitions > 2GB (i've hear they finally fixed this one)
* e2fsck deliberatly leaves/creates corrupt files (if there is a block that it duplicate between two files, e2fsck will clone the duplicate (while fsck will remove both files. This can also result in a user gaining unauthorized access to another user's data.))
* it swap likes swap to swap swap too swap often swap
* only allows 128M of swap at a time; for a 1G of swap, you need 8 swap partitions
* can't handle more than 1GB of RAM
* To install Joe's program, you need Bob's kernel hack, but for Bob's kernel hack, you've got to have Suzy's patches, but Suzy's patches only work with a year-old kernel, unless you get Mike's patches to Suzy's patches, but even then, those conflict with Jeff's drivers, which can be resolved only by installing Nancy's patches...
* Can't handle the same IP on more than one interface
* Can't handle large files
* Max file size: 2GB. (*BSD: 4 Terabytes)
* Dynamically linked root shell. Doom!
* lilo! any boot loader that needs to have magic block numbers is wrong
* linux icmp.h is *NOT* unix icmp.h - they're totally incompatible.
* flatfile password files make listing large ftp directories impossible due to huge numbers of flatfile searchces.
* password file can be non-shadowed - encrypted passwords visible to all
* shadow.h! hahahahahahaha!
* Slowass network code
* Did I mention slowass network code?
* Oh, also slowass network code
* Miserably pathetic threading implementation doesn't scale for shit: all threads wake up on signals (stampeding process problem).
* L1nux c0d3rz!
* LILO can't cope with kernels > 1Mb, so the kernel has to be gzipped.
* strfry and memfrob
* Can't cope with hard drives > 32GB
* GPL - a license and a virus
* Fundamental design and direction problems. It turns out that Linus is not the smartest man in the world and the saviour of all mankind.
* OS or religion?
* UNABLE TO LOAD INTERPRETER...memory leak much?
* This is a real Linux error message: Uhhh. NMI recieved. Dazed and Confused. Trying to cope ...such professionalism!
*The GNU su manpage actually says this:
This program does not support a "wheel group" that restricts who can su to super-user accounts, because that can help fascist system administrators hold unwarranted power over other users. ...apparently it's better for any user to attack the root password than to offer added security. Ignorance of security is a common Linux thread.
* vi != vi; vi == vim. vim links to X libraries. Wipe X, and now you can't use vi. Retards.
* Still no USB support in 2000, after NetBSD and FreeBSD have had it for nearly 2 years. So much for the "million geeks" theory of rapid software development.
* Always trying to help you hold your weewee when you're going tinkle.
* No version control used to manage the system. -
Why Linux Sucks
Here's a short list of Linux flaws that make it look silly:
* /usr/include/linux (come on. honestly.) Lame. Nonstandard. (for the clue-deprived, this means that any code written for linux using the linux/ headers will be incompatible with all other Unix flavors.) Guess what: string.h, types.h, malloc.h, signal.h, and so-on don't belong in a platform-specific include directory. Hope you didn't want to port your code...
* Neither the sigaction manpage nor the signal.h includs indicate what the system defaults are. Of course, they've put signal.h in /usr/include/linux...
* "intro" manpages are a joke. Compare the BSD section 2 intro with the one from Linux.
* file systems mount async by default (power outage and your fs dies)
* Most linux users don't have pubes yet and are intolerably lame (3Y3 4m 1337 H4x0r d00d [uz 3y3 h4v3 L1Nux!)
* Too many things in user space that belong in the kernel (nfs)
* Too many things in the kernel that belong in user space (java)
* No standard distribution. Linux people say this is a good thing? Try writing software or software configuration instructions when you never know how the OS is going to be laid out, or try finding the responsible party for a block of OS code, or try fixing security problems when they arise and you'll see that this is NOT a good thing at all.
* no consistant pronunciation the os'es name (line-ucks? lynn-ucks?)
* svr4? bsd? make up your mind?
* Lame NFS & dd
* #linux, #hack, #linuxwarez...
* New kernel every week that breaks half your applications
* Security flaw/Root compromise of the week (see below)
* glibc? libc? libc5? libc6? glibc2?
* /bin/sh != sh; /bin/sh == bash. Lame. Nonstandard. Result: broken shell scripts and nonportable code.
* /usr/bin/make != make; /usr/bin/make == gmake. Lame. Nonstandard. Same result as above: nonportable code.
* ext2fs
* Linux will mount partitions that are not clean
* can't handle partitions > 2GB (i've hear they finally fixed this one)
* e2fsck deliberatly leaves/creates corrupt files (if there is a block that it duplicate between two files, e2fsck will clone the duplicate (while fsck will remove both files. This can also result in a user gaining unauthorized access to another user's data.))
* it swap likes swap to swap swap too swap often swap
* only allows 128M of swap at a time; for a 1G of swap, you need 8 swap partitions
* can't handle more than 1GB of RAM
* To install Joe's program, you need Bob's kernel hack, but for Bob's kernel hack, you've got to have Suzy's patches, but Suzy's patches only work with a year-old kernel, unless you get Mike's patches to Suzy's patches, but even then, those conflict with Jeff's drivers, which can be resolved only by installing Nancy's patches...
* Can't handle the same IP on more than one interface
* Can't handle large files
* Max file size: 2GB. (*BSD: 4 Terabytes)
* Dynamically linked root shell. Doom!
* lilo! any boot loader that needs to have magic block numbers is wrong
* linux icmp.h is *NOT* unix icmp.h - they're totally incompatible.
* flatfile password files make listing large ftp directories impossible due to huge numbers of flatfile searchces.
* password file can be non-shadowed - encrypted passwords visible to all
* shadow.h! hahahahahahaha!
* Slowass network code
* Did I mention slowass network code?
* Oh, also slowass network code
* Miserably pathetic threading implementation doesn't scale for shit: all threads wake up on signals (stampeding process problem).
* L1nux c0d3rz!
* LILO can't cope with kernels > 1Mb, so the kernel has to be gzipped.
* strfry and memfrob
* Can't cope with hard drives > 32GB
* GPL - a license and a virus
* Fundamental design and direction problems. It turns out that Linus is not the smartest man in the world and the saviour of all mankind.
* OS or religion?
* UNABLE TO LOAD INTERPRETER...memory leak much?
* This is a real Linux error message: Uhhh. NMI recieved. Dazed and Confused. Trying to cope ...such professionalism!
*The GNU su manpage actually says this:
This program does not support a "wheel group" that restricts who can su to super-user accounts, because that can help fascist system administrators hold unwarranted power over other users. ...apparently it's better for any user to attack the root password than to offer added security. Ignorance of security is a common Linux thread.
* vi != vi; vi == vim. vim links to X libraries. Wipe X, and now you can't use vi. Retards.
* Still no USB support in 2000, after NetBSD and FreeBSD have had it for nearly 2 years. So much for the "million geeks" theory of rapid software development.
* Always trying to help you hold your weewee when you're going tinkle.
* No version control used to manage the system. -
Re:Linux networking stackLinks my friend.... Links... Last i've heard, we still mopped the floor with linux on networking...
Have you ever tried to do any bandwith shapping with linux, or routing? anything network intensive? then you would now why most router OS's have based their stacks on the BSD code.
But, since you didn't provide links, I WILL BUDDY.
case 1) NFR's home page. quoteThe performance of NFR on Linux will be poor on any hardware when compared to NFR on BSD-based systems on the same hardware. Linux does not use the BPF. The libpcap library uses another method to extract packets from the kernel on Linux. The code for this method does not appear to be written with performance in mind. Programs such as NFR, which use libpcap to read packets from the interface in promiscuous mode, will experience significant packet loss on any network that sees traffic of several megabits per second or more.
Linux does not properly handle interfaces in promiscuous mode. It fails to it fails to distinguish packets addressed to it from packets addressed to other machines. This means that you can subvert the Linux system in various ways: Other systems on the network can detect Linux based sniffers by looking for responses to requests sent to the wrong MAC address. The Apostols Web page (http://www.apostols.org/projectz) (in Spanish) describes the exploit. The source code for the exploit program contains comments and error messages in English. On an NFR that is multihomed, someone could use the flaws in Linux to route traffic from the promiscuous interface to other interfaces.
More you ask?
http://neuromancer.rmci.net/linux-vs-freebsd.html
Please stop talking from the wrong end.... -
Re:Not yet...
- http://xgov.net/dvd/DeCSS.zip and http://xgov.net/dvd/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://humpin.org/decss/
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.irgendeinedomain.de/decs s/index.html
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://linuxvideo.org/
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://nickd.org/decss
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.geocities.com/SiliconV alley/File/3635/
- http://members.xoom.com/a1010_2000/
- http://decss.globalservice.hu/
- http://xgov.net/dvd/DeCSS.zip and http://xgov.net/dvd/decss.tar.gz
-
Re:Not yet...
- http://xgov.net/dvd/DeCSS.zip and http://xgov.net/dvd/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://humpin.org/decss/
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.irgendeinedomain.de/decs s/index.html
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://linuxvideo.org/
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://nickd.org/decss
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.geocities.com/SiliconV alley/File/3635/
- http://members.xoom.com/a1010_2000/
- http://decss.globalservice.hu/
- http://xgov.net/dvd/DeCSS.zip and http://xgov.net/dvd/decss.tar.gz
-
Finally... a story where this is *not* offtopic...and I'm asleep at the keyboard. Doh!
Oh well... here it is.
Add your own, and spread this far and wide:ftp://ftp.u.washington.edu/public/arobs
/css
ftp://sun.rl.odessa.ua/pub/decss
http://130.111.75.63:142
http://216.35.100.9/ma/kdawson/deecessess
http://24.114.168.235/public/css.htm
http://24.15.107.67/DeCSS
http://24.6.244.114/DeCSS
http://2600.dk/mirrors/css
http://334.se2600.org
http://DVDoutrage.Tripod.com
http://MSD.dyndns.org
http://alcor.concordia.ca/~sd_fort
http://amergeisaphreak.netfirms.com
http://andrewstern.freeservers.com/decss
http://artun.ee/~rommi/css
http://benyossef.com/freedom
http://bigpoppa.adsl.alpha1.net/decss
http://briefcase.yahoo.com/clcktwr
http://briefcase.yahoo.com/klflatt
http://budice.ancients.net/decss
http://budsmoker.com/sites/decss
http://bur-jud-118-039.rh.uchicago.edu/d vd
http://cant-stop-us-all.freehosting.net
http://chaz.fsgs.com/misc/DvD
http://chemlab.org/~dvd
http://cherryville.org/dvd
http://come.to/intelex
http://cs.unca.edu/~dillzc/decss
http://css.choppy.com/data
http://cssalgorithm.8m.com
http://cybertrippin.net
http://cymorg.bizland.com/index2.html
http://dB.org/dvd
http://dandruff.cs.unm.edu/~bap/DeCSS
http://darklord.darkthrone.com/users /smith/dvd
http://darkwing.uoregon.edu/~homeyd/DVD
http://dcwi.com/~wench/decss
http://debian.mps.krakow.pl/mirror/css http://decss.8m.com
http://decss.cx
http://decss.cyvoid.net
http://decss.fall0ut.com
http://decss.freeservers.com
http://decss.freeshell.org
http://decss.fzylogic.net
http://decss.htmlplanet.com
http://decss.netfirms.com
http://decss.z-man.org
http://decss_files.tripod.com
http://decssmirror.homestead.com
http://deelbeson.detour.net
http://dephile.hypermart.net
http://dephile.hypermart.net/dvdinfo.html
http://developer.dnepr.net/dvdcss
http://dialug.org/html/decss.html
http://dirtass.beyatch.net
http://dlsf.org
http://dogh ousepages.lycos.com/collecting/midnightrider/DVDEn crypt.html
http://donotsueme.freeservers.com
http://donotsueme.homepage.com
http://dosdemon.yi.org/decss
http://dsl129.drizzle.com:2001/downloa ds/DVD
http://dvd.coolpeople.dhs.org
http://dvd.k4dwi.net/dvd
http://dvd.loathe.com
http://dvdcopy.cjb.net
http://dvdcrack.homepage.com
http://dvdcss.newmail.ru
http://earendel.gt.ed.net/dvd
http://ebmedia.net/dvd
http://elknews.netpedia.net/dvd
http://fairuse.freeservers.com
http://freedecss.50megs.com
http://freemymind.homepage.com
http://freeshell.org/~simm
http://friko6.onet.pl/war/mkochano
http://ftp.yodanet.schwaebischhall. de/pub/DeCSS
http://ftso.org/decss
http://geocities.com/donquix0te
http://geocities.com/dontquit222
http://go.to/decss
http://go.to/nairos_dvd
http://hammer.prohosting.com/~deepbleu http://heavymusic.8m.com
http://heky.org/dc
http://home.att.net/ ~phreakonaleash/ccs_mirror--screw_the_feds
http://home.clara.net/bangor/DeCSS
http://home.cyberarmy.com/drj/DeCSS
http://home.cyberarmy.com/enac/dvden crypt.html
http://home.earthlink.net/~kaos_inc
http://home.earthlink.net/~rocketrob
http://home.earthlink.net/~snagnbytz
http://home.monet.no/~christel/dvd.html
http://home.onestop.net/lakitu/mirror
http://home.pacbell.net/pfconces
http://home.postnet.com/~wsl3/DeCSS
http://home.primus.com.au/ratzmilk
http://home.rmci.net/bert/dvd
http://home.rmci.net/bert/fuckthelawyers
http://home.sol.no/~craphead/DVD
http://home.worldonline.dk/~loadfree/CSS
http://homepage.dtn.ntl.com/paul.chan
http://homepages.ihug.co.nz/~cbunton
http://imezok.tripod.com/Untitled.txt
http://imprint.uwaterloo.ca/dvd
http://inferno.tusculum.edu/~neil/decss
http://internettrash.com/users/linuxdvd
http://intfreedom.homepage.com
http://io.spaceports.com/~decss
http://isupport2600.8m.com
http://jackvalenti-ismyhoe.tripod.com
http://jadin.virtualave.net
http://jump.to/decss
http://jupiter.spaceports.com/~decss
http://kb5kjn.karco.org/~alpine/DVD
http://kesagatame.tripod.com
http://kevins.ne.mediaone.net/~kevins/dvd
http://killer.radom.net/~shoggoth/dvd.ht ml
http://linux.uci.agh.edu.pl/~outlaw/ decss.html
http://loogham.2y.net/decss
http://magic.hurrah.com/~fireball/dvd
http://mail.sirak.org
http://matt.frogspace.net/css
http://members.aol.com/_ht_a/jwhite80 55/DeCSS
http://members.home.net/dgweb
http://members.hometown. aol.com/_ht_a/MysticJTY/myhomepage
http://members.theglobe.com/Greed yMan/greedy.html
http://members.tripod.co.uk/SneakyBat
http://members.tripod.com/donotsueme
http://members.tripod.com/donquix0te
http://members.tripod.com/ny2600
http://members.tripod.com/r-sobin/dvd
http://members.tripod.com/~Denney/DeCSS
http://members.tripod.com/~baloney97/dvd
http://members.tripod.com/~lucvdb/decs s.html
http://members.tripod.com/~sk8or311
http://members.xoom.com/CaitSith16/DeC SS.htm
http://members.xoom.com/LinuxDVD
http://members.xoom.com/NiKeX
http://members.xoom.com/amateursoft
http://members.xoom.com/arjicle
http://members.xoom.com/chapter3/Mamma No.htm
http://members.xoom.com/freedvdinfo
http://members.xoom.com/get_decss
http://members.xoom.com/iamkeenan/master
http://members.xoom.com/iox
http://members.xoom.com/maud123/Home/C SS.htm
http://members.xoom.com/mogreen/decss
http://members.xoom.com/nyc2600
http://members.xoom.com/phireproof
http://members.xoom.com/s_o_sam/help.html
http://members1.chello.nl/~o.seibert/DeC SS
http://merlinjim.freeservers.com/dvd
http://mikedotd.penguinpowered.com/deccs
http://mikedotd.penguinpowered.com/decss
http://mikepark.org
http://mpaasucks.homepage.com
http://natara.freeservers.com/decss/ decss.html
http://ndez.bizland.com/css-auth
http://neil.gotlinux.org
http://netmanor.iboost.com/zachgoss/s imm.html
http://nomoredvd.tripod.com
http://ny2600.iwarp.com
http://nycsoftware.com/MirrorList.asp
http://osiris.978.org/~brianr/css
http://pages.hotbot.com/arts/weknow
http://pages.hotbot.com/edu/silex/mir ror.html
http://pcmania.bg/9-99/mortyr/_vti_ cnf/_vti_pvt
http://people.mn.mediaone.net/bojay/sl ashdot
http://people.mn.mediaone.net/si mulacrum/decss.htm
http://people.ne.mediaone.net/cy berwave/DeCSS.html
http://people.ne.mediaone.net/dantepsn http://personalweb.smcvt.edu/wtaylo r/decss.html
http://planeta.clix.pt/DJ_AmAzInG/DVD
http://primate.net/DVD
http://pyrrhic.8m.com/DeCSS
http://quintessenz.at/q
http://rha.housing.niu.edu/~davebb/css- auth
http://rlk.ch.utoledo.edu/DVD
http://sadennes.is.dreaming.org/hanadu http://saturate.org/decss.asp
http://saturn.spaceports.com/~brainz/DVD
http://screw_MPAA.tripod.com
http://sektor1.dhs.org/decss.html
http://sites.onlinemac.com/beback
http://sites.uol.com.br/decss
http://smokering.org
http://st-bart.net
http://strange.8k.com
http://stunman.iwarp.com
http://stuweb.ee.mtu.edu/~krcalh oo/DeCSS/DeCSS.htm
http://sweet.as/decss
http://tatooine.fortunecity.com/moorco ck/337
http://telnet.stealth.kirenet.com/~star /dvd
http://the.wiretapped.net/wt/dvd
http://theannux.homestead.com/decss.html
http://thesanitarium.n3.net
http://ts1.online.fr/dvd
http://underground.pl/dvd
http://users.1st.net/roundhere/decss
http://users.1st.net/roundhere/decss /index.htm
http://users.bigpond.net.au/nf/dvd
http://users.pandora.be/glenn.plas/dvd http://vandenborre.org
http://vedaa.tripod.com/decss.html
http://w1.1634.telia.com/~u163400190
http://wakeupthe.net/dvd
http://warpedreality.members.easyspace.c om
http://website.lineone.net/~kellypink/D eCSS
http://werewolf12.cjb.net
http://wildsurge.a2000.nu/decss
http://wiw.org/~drz/css
http://wusn-members.xoom.com/ambisagrus
http://www.19f.org/dvd.html
http://www.2600.org.au/dvd.html
http://www.UnderTheStairs.com
http://www.adulation.net/css
http://www.agybby.com/dvd
http://www.algonet.se/~skeleton/other.ht ml
http://www.alltel.net/~ledwards/css.htm
http://www.amerisuk.com/~carbon/css.html
http://www.angelfire.com/biz5/revblack http://www.angelfire.com/electronic/drug me
http://www.angelfire.com/ga3/acidlocke http://www.angelfire.com/hiphop/rawkus http://www.angelfire.com/in/sight
http://www.angelfire.com/mb/DVDoutrage http://www.angelfire.com/movies/DeCss
http://www.angelfire.com/movies/dvdiss http://www.angelfire.com/movies/mpaasucks
http://www.angelfire.com/nh/panzah
http://www.angelfire.com/ny3/ny2600
http://www.angelfire.com/or2/buzzkill
http://www.angelfire.com/pe/sh3/deccs
http://www.angelfire.com/pokemon/decss http://www.angelfire.com/punk/DeCSS/DeCSS
http://www.angelfire.com/punk/freedom
http://www.angelfire.com/scifi/dblagbro
http://www.angelfire.com/sk2/braindamage
http://www.angelfire.com/tx3/winger s/decss.html
http://www.angelfire.com/vt/bigbrother http://www.angelfire .com/wa2/phederalphelony/breakingnews.html
http://www.angelfire.com/wy/leggosfun /dvd.htm
http://www.angelfire.com/yt/mpaasucks
http://www.angelfire.com/zine/DeCSS
http://www.artnotart.com/anne/decss.html
http://www.asleep.net/dvd
http://www.asylum.webprovider.com
http://www.auntfloyd.com/DeCSS
http://www.auracom.com/~rhomac/dvd
http://www.azillionmonkeys.c om/qed/recess_for_css.html
http://www.best.com/~drumz/decss
http://www.bugbbq.org/decss
http://www.capital.net/~mazzic
http://www.charm.net/~dutch
http://www.chello.nl/~f.vanwaveren
http://www.cognitronics-tech.com
http://www.conspiracynow.com/theories/d ecss
http://www.constant.demon.co.uk
http://www.copkiller.org
http://www.corecomm.net/~davebb/css-auth
http://www.corova.com/dvd
http://www.cpinternet.com/~jhanson
http://www.crosswinds.net/oakland/~ahrendt/Lawyers _are_scu m-sucking_pigs [...]
http://www.crosswinds.net/~dvdcrack
http://www.cs.cmu.edu/~dst/DeCSS
http://www.cs.tu-berlin.de/~feise/DeCSS
http://www.csd.net/~cgadd/dvd.htm
http://www.csl.mtu.edu/~pdl athro/filez/DeCSS/DeCSS.html
http://www.ct2600.org/2600-DVD.html
http://www.cybertrippin.net
http://www.cyperspace.org/~multicom
http://www.december.ndo.co.uk
http://www.deforest.org/CSS
http://www.deprecated.org
http://www.dgw3.com/dvd
http://www.discountwebhost.com/decss
http://www.divisionbyzero.com/decss
http://www.dodgenet.com/~nickz/decss
http://www.ductape.net/~alpha/decss
http://www.duffbrew.com/decss
http://www.execpc.com/~unicorn/dvdmirr or.htm
http://www.firstlight.net/~clarka/decss
http://www.flypop.com
http://www.fortunecity.com/skyscrap er/coax/1107
http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
http://www.fortunecity.com/vic torian/parkwood/95/DVD
http://www.frankw.net/decss
http://www.free-dvd.org.lu
http://www.freebox.com/zcedri
http://www.freeyellow.com/members8/mpa aidiot
http://www.fsp.com
http://www.futureone.com/~damaged
http://www.geekbits.com/decss
http://www.geocities.com /CollegePark/3807/2600Tribute.html
http://www.geocities.com/Ongakka/rebel. html
http://www.geocities.com/Pipeline /Curb/1232/DeCSS
http://www.geocities.com/Res earchTriangle/Station/2819
http://www.geocities.com/Shapierian
http://www.geocities.com/Silic onValley/Hardware/6188
http://www.geocities.com/SiliconV alley/Modem/4192
http://www.geocities .com/SiliconValley/Ridge/3727/2600/dvd.htm
http://www.geocities.com/Silic onValley/Software/3971
http://www.geocities.com/Silic onValley/Software/8762
http://www.geocities.com/SoHo/5258/de css.html
http://www.geocities.com/SoHo/Exhi bit/5771/decss
http://www.geocities.com/ SunsetStrip/Underground/3587/dvd
http://www.geocities.com/Ti mesSquare/Dome/4021/dvd.html
http://www.geocities.com/cold_dvd
http://www.geocities.com/corporatemin dcontrol
http://www.geocities.com/dba3297
http://www.geocities.com/decss2
http://www.geocities.com/decss_2000
http://www.geocities.com/decss_forever http://www.geocities.com/decss_mirror
http://www.geocities.com/djph3ad/decss http://www.geocities.com/donquix0te
http://www.geocities.com/duck_ohm
http://www.geocities.com/dvdcracked
http://www.geocities.com/dvdfightback
http://www.geocities.com/dvdrevolution http://www.geocities.com/dvdsuit/dvd
http://www.geocities.com/dvdthings
http://www.geocities.com/epoxy_css
http://www.geocities.com/fairusedecss
http://www.geocities.com/fr33dvd
http://www.geocities.com/getyourdvd
http://www.geocities.com/ghaniali
http://www.geocities.com/iwantdvd
http://www.geocities.com/k4dwi/dvd
http://www.geocities.com/k4wi/dvd
http://www.geocities.com/ma dasian2000/decss_mirror.html
http://www.geocities.com/mastaflame
http://www.geocities.com/meluchwj
http://www.geocities.com/mydefiance
http://www.geocities.com/necready433
http://www.geocities.com/necready433/dvd
http://www.geocities.com/neurosis_dvd
http://www.geocities.com/opendvdecss
http://www.geocities. com/siliconvalley/computer/2303/DVD.html
http://www.geocities.com/soho/studios/67 52
http://www.geocities.com/solidex
http://www.geocities.com/verruktesten
http://www.geocities.com/warrdragon_2000
http://www.geocities.com/watice2
http://www.geocities.com/whackmol
http://www.geocities.com/xtridzz
http://www.gl.umbc.edu/~awirth1/decss
http://www.glue.umd.edu/~castongj
http://www.hackunlimited.com/dvd
http://www.hakor.com/DVD
http://www.hellnet.org.uk/decss.htm
http://www.hobbiton.org/~tpm
http://www.hote.qc.ca/dvd
http://www.hotsoupmedia.com/decss
http://www.idrive.com/decss/web
http://www.iinet.net.au/~matlhdam/DeCSS
http://www.image.dk/~mbp
http://www.imsoelite.com/dvd
http://www.infa.abo.fi/~raine/pub/ software/DeCSS
http://www.ironbrick.com/decss
http://www.ismokecrack.com
http://www.jabberwocky.eyep.net/decss.ht ml
http://www.k4dwi.net/dvd
http://www.kentroad.demon.co.uk/decss
http://www.kiss.uni-lj.si/~k4ef1890/css
http://www.kki.net.pl/~rsr66/css
http://www.koek.net/dvd
http://www.krackdown.com/decss
http://www.lemuria.org/DeCSS
http://www.lifesolo.com/bin
http://www.linuxnerd.net/decss
http://www.linuxstart.com/~kv ance/projects/decss.html
http://www.linuxstart.com/~sys_admin
http://www.lockpicking.nl/decss
http://www.mafkees.com/dvd
http://www.mayday2000.org.uk/decss.htm http://www.members.tripod.com/dkdecss
http://www.mindspring.com/~coueys
http://www.mindspring.com/~stonethrower
http://www.multimania.com/sxpert/decss http://www.mykle.com/DVD
http://www.myshed.net/dvd
http://www.nacs.net/~vodak/dvd
http://www.netby.net/Oest/Hva lfiskegade/jana/css.html
http://www.netspace.net.au/~gromit
http://www.networksplus.net/blogg
http://www.neurosis.org/dvd
http://www.nsnva.pvt.k12.va.us/~abc
http://www.ntsmedia.com/decss
http://www.nvhs.nl/decss
http://www.nwu.edu/people/ldb/decss.html
http://www.oblivion.net/~amar/css
http ://www.oksanen.net/ville/this_is/under/Finnish/jur isdiction/otherstuff.htm
http://www.olen.net/deCSS
http://www.oz.net/~tvaughan
http://www.pages.drexel.edu/~jer24
http://www.penismightier.com/weisha upt/dvd.html
http://www.pepper-land.net
http://www.philter.com/DVD
http://www.pippy.itgo.com
http://www.posexperts.com.pl/people /wrobell/css
http://www.projectbullshit.com/decss.html
http://www.projectgamma.com/deccs
http://www.qix.net/~pheonix/decss.html http://www.ratol.fi/~asiipola
http://www.reapers.org
http://www.redgnatt.homestead.com
http://www.redrival.com/chimx/computer s.html
http://www.robotslave.net
http://www.rpi.edu/~jettea/dvd.html
http://www.rz.uni-frankfurt.de/~marsie http://www.scwc.net/DeCSS
http://www.sealteamsix.com/phagan
http://www.sk3tch.com/freedecss
http://www.smackfu.com/decss
http://www.spin.ch/~rca/decss
http://www.stanford.edu/~drumz/decss
http://www.stupendous.org
http://www.subcor.com
http://www.swcp.com/~ampere
http://www.tar.hu/decss
http://www.teamnismo.com/2600
http://www.underwhelm.org/decss
http://www.users.on.net/johnm/DeCSS
http://www.uwm.edu/~zachkarp
http://www.vent-soft.com/dvd
http://www.vexed.net/CSS
http://www.visi.com/~adept/liberty
http://www.vulgar.net/dvd
http://www.warren-wilson.edu/~echerry/dvd
http://www.webnx.com/tuna
http://www.webzsite.com/decss
http://www.wizardworkshop.com
http://www.wolfpaw.net/~decss
http://www.worldcity.nl/~frank/dvd
http://www.wwcn.org/~grit/free
http://www.xs4all.nl/~oracle/dvd
http://www.xs4all.nl/~rasch/dvd
http://www.zeal.net/~pyro/DeCSS
http://www.zip.com.au/~zzz/dvd
http://www.zone.ee/DeCSS
http://www3.50megs.com/dvd4freeThis announcement brought to you by the DeCSS Polar Bear.
-
Finally... a story where this is *not* offtopic...and I'm asleep at the keyboard. Doh!
Oh well... here it is.
Add your own, and spread this far and wide:ftp://ftp.u.washington.edu/public/arobs
/css
ftp://sun.rl.odessa.ua/pub/decss
http://130.111.75.63:142
http://216.35.100.9/ma/kdawson/deecessess
http://24.114.168.235/public/css.htm
http://24.15.107.67/DeCSS
http://24.6.244.114/DeCSS
http://2600.dk/mirrors/css
http://334.se2600.org
http://DVDoutrage.Tripod.com
http://MSD.dyndns.org
http://alcor.concordia.ca/~sd_fort
http://amergeisaphreak.netfirms.com
http://andrewstern.freeservers.com/decss
http://artun.ee/~rommi/css
http://benyossef.com/freedom
http://bigpoppa.adsl.alpha1.net/decss
http://briefcase.yahoo.com/clcktwr
http://briefcase.yahoo.com/klflatt
http://budice.ancients.net/decss
http://budsmoker.com/sites/decss
http://bur-jud-118-039.rh.uchicago.edu/d vd
http://cant-stop-us-all.freehosting.net
http://chaz.fsgs.com/misc/DvD
http://chemlab.org/~dvd
http://cherryville.org/dvd
http://come.to/intelex
http://cs.unca.edu/~dillzc/decss
http://css.choppy.com/data
http://cssalgorithm.8m.com
http://cybertrippin.net
http://cymorg.bizland.com/index2.html
http://dB.org/dvd
http://dandruff.cs.unm.edu/~bap/DeCSS
http://darklord.darkthrone.com/users /smith/dvd
http://darkwing.uoregon.edu/~homeyd/DVD
http://dcwi.com/~wench/decss
http://debian.mps.krakow.pl/mirror/css http://decss.8m.com
http://decss.cx
http://decss.cyvoid.net
http://decss.fall0ut.com
http://decss.freeservers.com
http://decss.freeshell.org
http://decss.fzylogic.net
http://decss.htmlplanet.com
http://decss.netfirms.com
http://decss.z-man.org
http://decss_files.tripod.com
http://decssmirror.homestead.com
http://deelbeson.detour.net
http://dephile.hypermart.net
http://dephile.hypermart.net/dvdinfo.html
http://developer.dnepr.net/dvdcss
http://dialug.org/html/decss.html
http://dirtass.beyatch.net
http://dlsf.org
http://dogh ousepages.lycos.com/collecting/midnightrider/DVDEn crypt.html
http://donotsueme.freeservers.com
http://donotsueme.homepage.com
http://dosdemon.yi.org/decss
http://dsl129.drizzle.com:2001/downloa ds/DVD
http://dvd.coolpeople.dhs.org
http://dvd.k4dwi.net/dvd
http://dvd.loathe.com
http://dvdcopy.cjb.net
http://dvdcrack.homepage.com
http://dvdcss.newmail.ru
http://earendel.gt.ed.net/dvd
http://ebmedia.net/dvd
http://elknews.netpedia.net/dvd
http://fairuse.freeservers.com
http://freedecss.50megs.com
http://freemymind.homepage.com
http://freeshell.org/~simm
http://friko6.onet.pl/war/mkochano
http://ftp.yodanet.schwaebischhall. de/pub/DeCSS
http://ftso.org/decss
http://geocities.com/donquix0te
http://geocities.com/dontquit222
http://go.to/decss
http://go.to/nairos_dvd
http://hammer.prohosting.com/~deepbleu http://heavymusic.8m.com
http://heky.org/dc
http://home.att.net/ ~phreakonaleash/ccs_mirror--screw_the_feds
http://home.clara.net/bangor/DeCSS
http://home.cyberarmy.com/drj/DeCSS
http://home.cyberarmy.com/enac/dvden crypt.html
http://home.earthlink.net/~kaos_inc
http://home.earthlink.net/~rocketrob
http://home.earthlink.net/~snagnbytz
http://home.monet.no/~christel/dvd.html
http://home.onestop.net/lakitu/mirror
http://home.pacbell.net/pfconces
http://home.postnet.com/~wsl3/DeCSS
http://home.primus.com.au/ratzmilk
http://home.rmci.net/bert/dvd
http://home.rmci.net/bert/fuckthelawyers
http://home.sol.no/~craphead/DVD
http://home.worldonline.dk/~loadfree/CSS
http://homepage.dtn.ntl.com/paul.chan
http://homepages.ihug.co.nz/~cbunton
http://imezok.tripod.com/Untitled.txt
http://imprint.uwaterloo.ca/dvd
http://inferno.tusculum.edu/~neil/decss
http://internettrash.com/users/linuxdvd
http://intfreedom.homepage.com
http://io.spaceports.com/~decss
http://isupport2600.8m.com
http://jackvalenti-ismyhoe.tripod.com
http://jadin.virtualave.net
http://jump.to/decss
http://jupiter.spaceports.com/~decss
http://kb5kjn.karco.org/~alpine/DVD
http://kesagatame.tripod.com
http://kevins.ne.mediaone.net/~kevins/dvd
http://killer.radom.net/~shoggoth/dvd.ht ml
http://linux.uci.agh.edu.pl/~outlaw/ decss.html
http://loogham.2y.net/decss
http://magic.hurrah.com/~fireball/dvd
http://mail.sirak.org
http://matt.frogspace.net/css
http://members.aol.com/_ht_a/jwhite80 55/DeCSS
http://members.home.net/dgweb
http://members.hometown. aol.com/_ht_a/MysticJTY/myhomepage
http://members.theglobe.com/Greed yMan/greedy.html
http://members.tripod.co.uk/SneakyBat
http://members.tripod.com/donotsueme
http://members.tripod.com/donquix0te
http://members.tripod.com/ny2600
http://members.tripod.com/r-sobin/dvd
http://members.tripod.com/~Denney/DeCSS
http://members.tripod.com/~baloney97/dvd
http://members.tripod.com/~lucvdb/decs s.html
http://members.tripod.com/~sk8or311
http://members.xoom.com/CaitSith16/DeC SS.htm
http://members.xoom.com/LinuxDVD
http://members.xoom.com/NiKeX
http://members.xoom.com/amateursoft
http://members.xoom.com/arjicle
http://members.xoom.com/chapter3/Mamma No.htm
http://members.xoom.com/freedvdinfo
http://members.xoom.com/get_decss
http://members.xoom.com/iamkeenan/master
http://members.xoom.com/iox
http://members.xoom.com/maud123/Home/C SS.htm
http://members.xoom.com/mogreen/decss
http://members.xoom.com/nyc2600
http://members.xoom.com/phireproof
http://members.xoom.com/s_o_sam/help.html
http://members1.chello.nl/~o.seibert/DeC SS
http://merlinjim.freeservers.com/dvd
http://mikedotd.penguinpowered.com/deccs
http://mikedotd.penguinpowered.com/decss
http://mikepark.org
http://mpaasucks.homepage.com
http://natara.freeservers.com/decss/ decss.html
http://ndez.bizland.com/css-auth
http://neil.gotlinux.org
http://netmanor.iboost.com/zachgoss/s imm.html
http://nomoredvd.tripod.com
http://ny2600.iwarp.com
http://nycsoftware.com/MirrorList.asp
http://osiris.978.org/~brianr/css
http://pages.hotbot.com/arts/weknow
http://pages.hotbot.com/edu/silex/mir ror.html
http://pcmania.bg/9-99/mortyr/_vti_ cnf/_vti_pvt
http://people.mn.mediaone.net/bojay/sl ashdot
http://people.mn.mediaone.net/si mulacrum/decss.htm
http://people.ne.mediaone.net/cy berwave/DeCSS.html
http://people.ne.mediaone.net/dantepsn http://personalweb.smcvt.edu/wtaylo r/decss.html
http://planeta.clix.pt/DJ_AmAzInG/DVD
http://primate.net/DVD
http://pyrrhic.8m.com/DeCSS
http://quintessenz.at/q
http://rha.housing.niu.edu/~davebb/css- auth
http://rlk.ch.utoledo.edu/DVD
http://sadennes.is.dreaming.org/hanadu http://saturate.org/decss.asp
http://saturn.spaceports.com/~brainz/DVD
http://screw_MPAA.tripod.com
http://sektor1.dhs.org/decss.html
http://sites.onlinemac.com/beback
http://sites.uol.com.br/decss
http://smokering.org
http://st-bart.net
http://strange.8k.com
http://stunman.iwarp.com
http://stuweb.ee.mtu.edu/~krcalh oo/DeCSS/DeCSS.htm
http://sweet.as/decss
http://tatooine.fortunecity.com/moorco ck/337
http://telnet.stealth.kirenet.com/~star /dvd
http://the.wiretapped.net/wt/dvd
http://theannux.homestead.com/decss.html
http://thesanitarium.n3.net
http://ts1.online.fr/dvd
http://underground.pl/dvd
http://users.1st.net/roundhere/decss
http://users.1st.net/roundhere/decss /index.htm
http://users.bigpond.net.au/nf/dvd
http://users.pandora.be/glenn.plas/dvd http://vandenborre.org
http://vedaa.tripod.com/decss.html
http://w1.1634.telia.com/~u163400190
http://wakeupthe.net/dvd
http://warpedreality.members.easyspace.c om
http://website.lineone.net/~kellypink/D eCSS
http://werewolf12.cjb.net
http://wildsurge.a2000.nu/decss
http://wiw.org/~drz/css
http://wusn-members.xoom.com/ambisagrus
http://www.19f.org/dvd.html
http://www.2600.org.au/dvd.html
http://www.UnderTheStairs.com
http://www.adulation.net/css
http://www.agybby.com/dvd
http://www.algonet.se/~skeleton/other.ht ml
http://www.alltel.net/~ledwards/css.htm
http://www.amerisuk.com/~carbon/css.html
http://www.angelfire.com/biz5/revblack http://www.angelfire.com/electronic/drug me
http://www.angelfire.com/ga3/acidlocke http://www.angelfire.com/hiphop/rawkus http://www.angelfire.com/in/sight
http://www.angelfire.com/mb/DVDoutrage http://www.angelfire.com/movies/DeCss
http://www.angelfire.com/movies/dvdiss http://www.angelfire.com/movies/mpaasucks
http://www.angelfire.com/nh/panzah
http://www.angelfire.com/ny3/ny2600
http://www.angelfire.com/or2/buzzkill
http://www.angelfire.com/pe/sh3/deccs
http://www.angelfire.com/pokemon/decss http://www.angelfire.com/punk/DeCSS/DeCSS
http://www.angelfire.com/punk/freedom
http://www.angelfire.com/scifi/dblagbro
http://www.angelfire.com/sk2/braindamage
http://www.angelfire.com/tx3/winger s/decss.html
http://www.angelfire.com/vt/bigbrother http://www.angelfire .com/wa2/phederalphelony/breakingnews.html
http://www.angelfire.com/wy/leggosfun /dvd.htm
http://www.angelfire.com/yt/mpaasucks
http://www.angelfire.com/zine/DeCSS
http://www.artnotart.com/anne/decss.html
http://www.asleep.net/dvd
http://www.asylum.webprovider.com
http://www.auntfloyd.com/DeCSS
http://www.auracom.com/~rhomac/dvd
http://www.azillionmonkeys.c om/qed/recess_for_css.html
http://www.best.com/~drumz/decss
http://www.bugbbq.org/decss
http://www.capital.net/~mazzic
http://www.charm.net/~dutch
http://www.chello.nl/~f.vanwaveren
http://www.cognitronics-tech.com
http://www.conspiracynow.com/theories/d ecss
http://www.constant.demon.co.uk
http://www.copkiller.org
http://www.corecomm.net/~davebb/css-auth
http://www.corova.com/dvd
http://www.cpinternet.com/~jhanson
http://www.crosswinds.net/oakland/~ahrendt/Lawyers _are_scu m-sucking_pigs [...]
http://www.crosswinds.net/~dvdcrack
http://www.cs.cmu.edu/~dst/DeCSS
http://www.cs.tu-berlin.de/~feise/DeCSS
http://www.csd.net/~cgadd/dvd.htm
http://www.csl.mtu.edu/~pdl athro/filez/DeCSS/DeCSS.html
http://www.ct2600.org/2600-DVD.html
http://www.cybertrippin.net
http://www.cyperspace.org/~multicom
http://www.december.ndo.co.uk
http://www.deforest.org/CSS
http://www.deprecated.org
http://www.dgw3.com/dvd
http://www.discountwebhost.com/decss
http://www.divisionbyzero.com/decss
http://www.dodgenet.com/~nickz/decss
http://www.ductape.net/~alpha/decss
http://www.duffbrew.com/decss
http://www.execpc.com/~unicorn/dvdmirr or.htm
http://www.firstlight.net/~clarka/decss
http://www.flypop.com
http://www.fortunecity.com/skyscrap er/coax/1107
http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
http://www.fortunecity.com/vic torian/parkwood/95/DVD
http://www.frankw.net/decss
http://www.free-dvd.org.lu
http://www.freebox.com/zcedri
http://www.freeyellow.com/members8/mpa aidiot
http://www.fsp.com
http://www.futureone.com/~damaged
http://www.geekbits.com/decss
http://www.geocities.com /CollegePark/3807/2600Tribute.html
http://www.geocities.com/Ongakka/rebel. html
http://www.geocities.com/Pipeline /Curb/1232/DeCSS
http://www.geocities.com/Res earchTriangle/Station/2819
http://www.geocities.com/Shapierian
http://www.geocities.com/Silic onValley/Hardware/6188
http://www.geocities.com/SiliconV alley/Modem/4192
http://www.geocities .com/SiliconValley/Ridge/3727/2600/dvd.htm
http://www.geocities.com/Silic onValley/Software/3971
http://www.geocities.com/Silic onValley/Software/8762
http://www.geocities.com/SoHo/5258/de css.html
http://www.geocities.com/SoHo/Exhi bit/5771/decss
http://www.geocities.com/ SunsetStrip/Underground/3587/dvd
http://www.geocities.com/Ti mesSquare/Dome/4021/dvd.html
http://www.geocities.com/cold_dvd
http://www.geocities.com/corporatemin dcontrol
http://www.geocities.com/dba3297
http://www.geocities.com/decss2
http://www.geocities.com/decss_2000
http://www.geocities.com/decss_forever http://www.geocities.com/decss_mirror
http://www.geocities.com/djph3ad/decss http://www.geocities.com/donquix0te
http://www.geocities.com/duck_ohm
http://www.geocities.com/dvdcracked
http://www.geocities.com/dvdfightback
http://www.geocities.com/dvdrevolution http://www.geocities.com/dvdsuit/dvd
http://www.geocities.com/dvdthings
http://www.geocities.com/epoxy_css
http://www.geocities.com/fairusedecss
http://www.geocities.com/fr33dvd
http://www.geocities.com/getyourdvd
http://www.geocities.com/ghaniali
http://www.geocities.com/iwantdvd
http://www.geocities.com/k4dwi/dvd
http://www.geocities.com/k4wi/dvd
http://www.geocities.com/ma dasian2000/decss_mirror.html
http://www.geocities.com/mastaflame
http://www.geocities.com/meluchwj
http://www.geocities.com/mydefiance
http://www.geocities.com/necready433
http://www.geocities.com/necready433/dvd
http://www.geocities.com/neurosis_dvd
http://www.geocities.com/opendvdecss
http://www.geocities. com/siliconvalley/computer/2303/DVD.html
http://www.geocities.com/soho/studios/67 52
http://www.geocities.com/solidex
http://www.geocities.com/verruktesten
http://www.geocities.com/warrdragon_2000
http://www.geocities.com/watice2
http://www.geocities.com/whackmol
http://www.geocities.com/xtridzz
http://www.gl.umbc.edu/~awirth1/decss
http://www.glue.umd.edu/~castongj
http://www.hackunlimited.com/dvd
http://www.hakor.com/DVD
http://www.hellnet.org.uk/decss.htm
http://www.hobbiton.org/~tpm
http://www.hote.qc.ca/dvd
http://www.hotsoupmedia.com/decss
http://www.idrive.com/decss/web
http://www.iinet.net.au/~matlhdam/DeCSS
http://www.image.dk/~mbp
http://www.imsoelite.com/dvd
http://www.infa.abo.fi/~raine/pub/ software/DeCSS
http://www.ironbrick.com/decss
http://www.ismokecrack.com
http://www.jabberwocky.eyep.net/decss.ht ml
http://www.k4dwi.net/dvd
http://www.kentroad.demon.co.uk/decss
http://www.kiss.uni-lj.si/~k4ef1890/css
http://www.kki.net.pl/~rsr66/css
http://www.koek.net/dvd
http://www.krackdown.com/decss
http://www.lemuria.org/DeCSS
http://www.lifesolo.com/bin
http://www.linuxnerd.net/decss
http://www.linuxstart.com/~kv ance/projects/decss.html
http://www.linuxstart.com/~sys_admin
http://www.lockpicking.nl/decss
http://www.mafkees.com/dvd
http://www.mayday2000.org.uk/decss.htm http://www.members.tripod.com/dkdecss
http://www.mindspring.com/~coueys
http://www.mindspring.com/~stonethrower
http://www.multimania.com/sxpert/decss http://www.mykle.com/DVD
http://www.myshed.net/dvd
http://www.nacs.net/~vodak/dvd
http://www.netby.net/Oest/Hva lfiskegade/jana/css.html
http://www.netspace.net.au/~gromit
http://www.networksplus.net/blogg
http://www.neurosis.org/dvd
http://www.nsnva.pvt.k12.va.us/~abc
http://www.ntsmedia.com/decss
http://www.nvhs.nl/decss
http://www.nwu.edu/people/ldb/decss.html
http://www.oblivion.net/~amar/css
http ://www.oksanen.net/ville/this_is/under/Finnish/jur isdiction/otherstuff.htm
http://www.olen.net/deCSS
http://www.oz.net/~tvaughan
http://www.pages.drexel.edu/~jer24
http://www.penismightier.com/weisha upt/dvd.html
http://www.pepper-land.net
http://www.philter.com/DVD
http://www.pippy.itgo.com
http://www.posexperts.com.pl/people /wrobell/css
http://www.projectbullshit.com/decss.html
http://www.projectgamma.com/deccs
http://www.qix.net/~pheonix/decss.html http://www.ratol.fi/~asiipola
http://www.reapers.org
http://www.redgnatt.homestead.com
http://www.redrival.com/chimx/computer s.html
http://www.robotslave.net
http://www.rpi.edu/~jettea/dvd.html
http://www.rz.uni-frankfurt.de/~marsie http://www.scwc.net/DeCSS
http://www.sealteamsix.com/phagan
http://www.sk3tch.com/freedecss
http://www.smackfu.com/decss
http://www.spin.ch/~rca/decss
http://www.stanford.edu/~drumz/decss
http://www.stupendous.org
http://www.subcor.com
http://www.swcp.com/~ampere
http://www.tar.hu/decss
http://www.teamnismo.com/2600
http://www.underwhelm.org/decss
http://www.users.on.net/johnm/DeCSS
http://www.uwm.edu/~zachkarp
http://www.vent-soft.com/dvd
http://www.vexed.net/CSS
http://www.visi.com/~adept/liberty
http://www.vulgar.net/dvd
http://www.warren-wilson.edu/~echerry/dvd
http://www.webnx.com/tuna
http://www.webzsite.com/decss
http://www.wizardworkshop.com
http://www.wolfpaw.net/~decss
http://www.worldcity.nl/~frank/dvd
http://www.wwcn.org/~grit/free
http://www.xs4all.nl/~oracle/dvd
http://www.xs4all.nl/~rasch/dvd
http://www.zeal.net/~pyro/DeCSS
http://www.zip.com.au/~zzz/dvd
http://www.zone.ee/DeCSS
http://www3.50megs.com/dvd4freeThis announcement brought to you by the DeCSS Polar Bear.
-
Time for Slashdot to take a stand...
The following is a list of all the mirrors from the 2600 site.
Slashdot has long been one of the best true forums for free speech in the world. Link to this comment. Post that link on your website and everywhere. CmdrTaco archives these comments indefinitely, right? Lets see the MPAA take on Slashdot, Andover, and the ACLU (who I'm assuming would back you guys up) BTW: When I click the "Post Anonymously" button, is there any way to retrieve my IP address, or my login info? I sure as hell hope not. Big risk I'm taking here for the sake of free speech... but we gotta do what we gotta do. Right?
ftp://ftp.u.washington.edu/public/arobs /css
ftp://sun.rl.odessa.ua/pub/decss
http://130.111.75.63:142
http://216.35.100.9/ma/kdawson/deecessess
http://24.114.168.235/public/css.htm
http://24.15.107.67/DeCSS
http://24.6.244.114/DeCSS
http://2600.dk/mirrors/css
http://334.se2600.org
http://DVDoutrage.Tripod.com
http://MSD.dyndns.org
http://Winmac.tripod.com/DECSS/decss.zip
http://alcor.concordia.ca/~sd_fort
http://alsscan.webjump.com/DeCSS.zip
http://alsscan.webjump.com/DeCSS.zip
http://amergeisaphreak.netfirms.com
http://andrewstern.freeservers.com/decss
http://artun.ee/~rommi/css
http://benyossef.com/freedom
http://bigpoppa.adsl.alpha1.net/decss
http://briefcase.yahoo.com/clcktwr
http://briefcase.yahoo.com/klflatt
http://budice.ancients.net/decss
http://budsmoker.com/sites/decss
http://bur-jud-118-039.rh.uchicago.edu/d vd
http://cant-stop-us-all.freehosting.net
http://chaz.fsgs.com/misc/DvD
http://chemlab.org/~dvd
http://cherryville.org/dvd
http://come.to/intelex
http://cs.unca.edu/~dillzc/decss
http://css.choppy.com/data
http://cssalgorithm.8m.com
http://cybertrippin.net
http://cymorg.bizland.com/index2.html
http://dB.org/dvd
http://dandruff.cs.unm.edu/~bap/DeCSS
http://darklord.darkthrone.com/users /smith/dvd
http://darkwing.uoregon.edu/~homeyd/DVD
http://dbzauctions.tripod.com/decss.zip
http://dcwi.com/~wench/decss
http://debian.mps.krakow.pl/mirror/css
http://decss.8m.com
http://decss.cx
http://decss.cyvoid.net
http://decss.fall0ut.com
http://decss.freeservers.com
http://decss.freeshell.org
http://decss.fzylogic.net
http://decss.htmlplanet.com
http://decss.netfirms.com
http://decss.z-man.org
http://decss_files.tripod.com
http://decssmirror.homestead.com
http://deelbeson.detour.net
http://dephile.hypermart.net
http://dephile.hypermart.net/dvdinfo.html
http://developer.dnepr.net/dvdcss
http://dialug.org/html/decss.html
http://dirtass.beyatch.net
http://dlsf.org
http://dogh ousepages.lycos.com/collecting/midnightrider/DVDEn crypt.html
http://donotsueme.freeservers.com
http://donotsueme.homepage.com
http://dosdemon.yi.org/decss
http://dsl129.drizzle.com:2001/downloa ds/DVD
http://dvd.coolpeople.dhs.org
http://dvd.k4dwi.net/dvd
http://dvd.loathe.com
http://dvdcopy.cjb.net
http://dvdcrack.homepage.com
http://dvdcss.newmail.ru
http://earendel.gt.ed.net/dvd
http://ebmedia.net/dvd
http://elknews.netpedia.net/dvd
http://fairuse.freeservers.com
http://freedecss.50megs.com
http://freemymind.homepage.com
http://freeshell.org/~simm
http://friko6.onet.pl/war/mkochano
http://ftp.yodanet.schwaebischhall. de/pub/DeCSS
http://ftso.org/decss
http://geocities.com/donquix0te
http://geocities.com/dontquit222
http://go.to/decss
http://go.to/nairos_dvd
http://hammer.prohosting.com/~deepbleu
http://heavymusic.8m.com
http://heky.org/dc
http://home.att.net/ ~phreakonaleash/ccs_mirror--screw_the_feds
http://home.clara.net/bangor/DeCSS
http://home.cyberarmy.com/drj/DeCSS
http://home.cyberarmy.com/enac/dvden crypt.html
http://home.earthlink.net/~kaos_inc
http://home.earthlink.net/~rocketrob
http://home.earthlink.net/~snagnbytz
http://home.monet.no/~christel/dvd.html
http://home.onestop.net/lakitu/mirror
http://home.pacbell.net/pfconces
http://home.postnet.com/~wsl3/DeCSS
http://home.primus.com.au/ratzmilk
http://home.rmci.net/bert/dvd
http://home.rmci.net/bert/fuckthelawyers
http://home.sol.no/~craphead/DVD
http://home.worldonline.dk/~loadfree/CSS
http://homepage.dtn.ntl.com/paul.chan
http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
http://homepages.go.com/homepages /4/0/3/403_error
http://homepages.ihug.co.nz/~cbunton
http://imezok.tripod.com/Untitled.txt
http://imprint.uwaterloo.ca/dvd
http://inferno.tusculum.edu/~neil/decss
http://internettrash.com/users/linuxdvd
http://intfreedom.homepage.com
http://io.spaceports.com/~decss
http://isupport2600.8m.com
http://jackvalenti-ismyhoe.tripod.com
http://jadin.virtualave.net
http://jump.to/decss
http://jupiter.spaceports.com/~decss
http://kb5kjn.karco.org/~alpine/DVD
http://kesagatame.tripod.com
http://kevins.ne.mediaone.net/~kevins/dvd
http://killer.radom.net/~shoggoth/dvd.ht ml
http://leeroy.webjump.com/DeCSS.zip
http://linux.uci.agh.edu.pl/~outlaw/ decss.html
http://logical-solutions.com.au/DeCSS.zip
http://loogham.2y.net/decss
http://magic.hurrah.com/~fireball/dvd
http://mail.sirak.org
http://matt.frogspace.net/css
http://members.aol.com/_ht_a/jwhite80 55/DeCSS
http://members.home.net/dgweb
http://members.hometown. aol.com/_ht_a/MysticJTY/myhomepage
http://members.theglobe.com/Greed yMan/greedy.html
http://members.tripod.co.uk/SneakyBat
http://members.tripod.com/donotsueme
http://members.tripod.com/donquix0te
http://members.tripod.com/ny2600
http://members.tripod.com/r-sobin/dvd
http://members.tripod.com/~Denney/DeCSS
http://members.tripod.com/~baloney97/dvd
http://members.tripod.com/~lucvdb/decs s.html
http://members.tripod.com/~sk8or311
http://members.xoom.com/CaitSith16/DeC SS.htm
http://members.xoom.com/LinuxDVD
http://members.xoom.com/NiKeX
http://members.xoom.com/amateursoft
http://members.xoom.com/arjicle
http://members.xoom.com/chapter3/Mamma No.htm
http://members.xoom.com/freedvdinfo
http://members.xoom.com/get_decss
http://members.xoom.com/hairfro/DeCSS.zip
http://members.xoom.com/iamkeenan/master
http://members.xoom.com/iox
http://members.xoom.com/maud123/Home/C SS.htm
http://members.xoom.com/mogreen/decss
http://members.xoom.com/nyc2600
http://members.xoom.com/phireproof
http://members.xoom.com/s_o_sam/help.html
http://members1.chello.nl/~o.seibert/DeC SS
http://merlinjim.freeservers.com/dvd
http://mikedotd.penguinpowered.com/deccs
http://mikedotd.penguinpowered.com/decss
http://mikepark.org
http://mpaasucks.homepage.com
http://natara.freeservers.com/decss/ decss.html
http://ndez.bizland.com/css-auth
http://neil.gotlinux.org
http://netmanor.iboost.com/zachgoss/s imm.html
http://noc.res.cmu.edu
http://nomoredvd.tripod.com
http://ny2600.iwarp.com
http://nycsoftware.com/MirrorList.asp
http://osiris.978.org/~brianr/css
http://pages.hotbot.com/arts/weknow
http://pages.hotbot.com/edu/silex/mir ror.html
http://pcmania.bg/9-99/mortyr/_vti_ cnf/_vti_pvt
http://people.mn.mediaone.net/bojay/sl ashdot
http://people.mn.mediaone.net/si mulacrum/decss.htm
http://people.ne.mediaone.net/cy berwave/DeCSS.html
http://people.ne.mediaone.net/dantepsn
http://personalweb.smcvt.edu/wtaylo r/decss.html
http://planeta.clix.pt/DJ_AmAzInG/DVD
http://primate.net/DVD
http://pyrrhic.8m.com/DeCSS
http://quintessenz.at/q
http://rha.housing.niu.edu/~davebb/css- auth
http://rlk.ch.utoledo.edu/DVD
http://sadennes.is.dreaming.org/hanadu
http://saturate.org/decss.asp
http://saturn.spaceports.com/~brainz/DVD
http://screw_MPAA.tripod.com
http://sektor1.dhs.org/decss.html
http://sites.onlinemac.com/beback
http://sites.uol.com.br/decss
http://smokering.org
http://sophien.webjump.com/css-auth_tar. gz
http://st-bart.net
http://strange.8k.com
http://stunman.iwarp.com
http://stuweb.ee.mtu.edu/~krcalh oo/DeCSS/DeCSS.htm
http://sweet.as/decss
http://tatooine.fortunecity.com/moorco ck/337
http://telnet.stealth.kirenet.com/~star /dvd
http://the.wiretapped.net/wt/dvd
http://theannux.homestead.com/decss.html
http://thesanitarium.n3.net
http://ts1.online.fr/dvd
http://underground.pl/dvd
http://users.1st.net/roundhere/decss
http://users.1st.net/roundhere/decss /index.htm
http://users.bigpond.net.au/nf/dvd
http://users.pandora.be/glenn.plas/dvd
http://vandenborre.org
http://vedaa.tripod.com/decss.html
http://w1.1634.telia.com/~u163400190 /DeCSS.zip
http://wakeupthe.net/dvd
http://warpedreality.members.easyspace.c om
http://website.lineone.net/~kellypink/D eCSS
http://werewolf12.cjb.net
http://wildsurge.a2000.nu/decss
http://wiw.org/~drz/css
http://wusn-members.xoom.com/ambisagrus
http://www.19f.org/dvd.html
http://www.2600.org.au/dvd.html
http://www.UnderTheStairs.com
http://www.adulation.net/css
http://www.agybby.com/dvd
http://www.algonet.se/~skeleton/other.ht ml
http://www.alltel.net/~ledwards/css.htm
http://www.amerisuk.com/~carbon/css.html
http://www.angelfire.com/biz5/revblack
http://www.angelfire.com/electronic/drug me
http://www.angelfire.com/ga3/acidlocke
http://www.angelfire.com/hiphop/rawkus
http://www.angelfire.com/in/sight
http://www.angelfire.com/mb/DVDoutrage
http://www.angelfire.com/movies/DeCss
http://www.angelfire.com/movies/dvdiss
http://www.angelfire.com/movies/mpaasucks
http://www.angelfire.com/nh/panzah
http://www.angelfire.com/nh/panzah/DeC SS.zip
http://www.angelfire.com/ny3/ny2600
http://www.angelfire.com/or2/buzzkill
http://www.angelfire.com/pe/sh3/deccs
http://www.angelfire.com/pokemon/decss
http://www.angelfire.com/punk/DeCSS/DeCSS
http://www.angelfire.com/punk/freedom
http://www.angelfire.com/scifi/dblagbro
http://www.angelfire.com/sk2/braindamage
http://www.angelfire.com/tx3/winger s/decss.html
http://www.angelfire.com/vt/bigbrother
http://www.angelfire .com/wa2/phederalphelony/breakingnews.html
http://www.angelfire.com/wy/leggosfun /dvd.htm
http://www.angelfire.com/yt/mpaasucks
http://www.angelfire.com/zine/DeCSS
http://www.artnotart.com/anne/decss.html
http://www.asleep.net/dvd
http://www.asylum.webprovider.com
http://www.auntfloyd.com/DeCSS
http://www.auracom.com/~rhomac/dvd
http://www.azillionmonkeys.c om/qed/recess_for_css.html
http://www.best.com/~drumz/decss
http://www.bugbbq.org/decss
http://www.capital.net/~mazzic
http://www.charm.net/~dutch
http://www.chello.nl/~f.vanwaveren
http://www.cognitronics-tech.com
http://www.conspiracynow.com/theories/d ecss
http://www.constant.demon.co.uk
http://www.copkiller.org
http://www.corecomm.net/~davebb/css-auth
http://www.corova.com/dvd
http://www.cpinternet.com/~jhanson
http://www.crosswinds.net/oakland/~ahrendt/Lawyers _are_scu m-sucking_pigs [...]
http://www.crosswinds.net/~dvdcrack
http://www.cs.cmu.edu/~dst/DeCSS
http://www.cs.tu-berlin.de/~feise/DeCSS
http://www.csd.net/~cgadd/dvd.htm
http://www.csl.mtu.edu/~pdl athro/filez/DeCSS/DeCSS.html
http://www.ct2600.org/2600-DVD.html
http://www.cybertrippin.net
http://www.cyperspace.org/~multicom
http://www.darkkingz.com/DeCSS.zip
http://www.december.ndo.co.uk
http://www.deforest.org/CSS
http://www.deprecated.org
http://www.dgw3.com/dvd
http://www.discountwebhost.com/decss
http://www.divisionbyzero.com/decss
http://www.dodgenet.com/~nickz/decss
http://www.ductape.net/~alpha/decss
http://www.duffbrew.com/decss
http://www.execpc.com/~unicorn/dvdmirr or.htm
http://www.firstlight.net/~clarka/decss
http://www.flypop.com
http://www.fortunecity.com/skyscrap er/coax/1107
http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
http://www.fortunecity.com/vic torian/parkwood/95/DVD
http://www.frankw.net/decss
http://www.free-dvd.org.lu
http://www.freebox.com/zcedri
http://www.freeyellow.com/members8/mpa aidiot
http://www.fsp.com
http://www.futureone.com/~damaged
http://www.geekbits.com/decss
http://www.geocities.com /CollegePark/3807/2600Tribute.html
http://www.geocities.com/Ongakka/rebel. html
http://www.geocities.com/Pipeline /Curb/1232/DeCSS
http://www.geocities.com/Res earchTriangle/Station/2819
http://www.geocities.com/Shapierian
http://www.geocities.com/Silic onValley/Hardware/6188
http://www.geocities.com/SiliconV alley/Modem/4192
http://www.geocities .com/SiliconValley/Ridge/3727/2600/dvd.htm
http://www.geocities.com/Silic onValley/Software/3971
http://www.geocities.com/Silic onValley/Software/8762
http://www.geocities.com/SoHo/5258/de css.html
http://www.geocities.com/SoHo/Exhi bit/5771/decss
http://www.geocities.com /SunsetStrip/Towers/1379/DeCSS.zip
http://www.geocities.com/ SunsetStrip/Underground/3587/dvd
http://www.geocities.com/Ti mesSquare/Dome/4021/dvd.html
http://www.geocities.com/cold_dvd
http://www.geocities.com/corporatemin dcontrol
http://www.geocities.com/dba3297
http://www.geocities.com/decss2
http://www.geocities.com/decss_2000
http://www.geocities.com/decss_forever
http://www.geocities.com/decss_mirror
http://www.geocities.com/djph3ad/decss
http://www.geocities.com/donquix0te
http://www.geocities.com/duck_ohm
http://www.geocities.com/dvdcracked
http://www.geocities.com/dvdfightback
http://www.geocities.com/dvdrevolution
http://www.geocities.com/dvdsuit/dvd
http://www.geocities.com/dvdthings
http://www.geocities.com/epoxy_css
http://www.geocities.com/fairusedecss
http://www.geocities.com/fr33dvd
http://www.geocities.com/getyourdvd
http://www.geocities.com/ghaniali
http://www.geocities.com/iwantdvd
http://www.geocities.com/k4dwi/dvd
http://www.geocities.com/k4wi/dvd
http://www.geocities.com/ma dasian2000/decss_mirror.html
http://www.geocities.com/mastaflame
http://www.geocities.com/mavic007/decss .zip
http://www.geocities.com/meluchwj
http://www.geocities.com/mydefiance
http://www.geocities.com/necready433
http://www.geocities.com/necready433/dvd
http://www.geocities.com/neurosis_dvd
http://www.geocities.com/opendvdecss
http://www.geocities. com/siliconvalley/computer/2303/DVD.html
http://www.geocities.com/soho/studios/67 52
http://www.geocities.com/solidex
http://www.geocities.com/verruktesten
http://www.geocities.com/warrdragon_2000
http://www.geocities.com/watice2
http://www.geocities.com/whackmol
http://www.geocities.com/xtridzz
http://www.gl.umbc.edu/~awirth1/decss
http://www.glue.umd.edu/~castongj
http://www.hackunlimited.com/dvd
http://www.hakor.com/DVD
http://www.hellnet.org.uk/decss.htm
http://www.hobbiton.org/~tpm
http://www.hote.qc.ca/dvd
http://www.hotsoupmedia.com/decss
http://www.idrive.com/decss/web
http://www.iinet.net.au/~matlhdam/DeCSS
http://www.illiterate.net/DeCSS.zip
http://www.image.dk/~mbp
http://www.imsoelite.com/dvd
http://www.infa.abo.fi/~raine/pub/ software/DeCSS
http://www.ironbrick.com/decss
http://www.ismokecrack.com
http://www.jabberwocky.eyep.net/decss.ht ml
http://www.k4dwi.net/dvd
http://www.kentroad.demon.co.uk/decss
http://www.kiss.uni-lj.si/~k4ef1890/css
http://www.kki.net.pl/~rsr66/css
http://www.koek.net/dvd
http://www.krackdown.com/decss
http://www.lemuria.org/DeCSS
http://www.lifesolo.com/bin
http://www.linuxnerd.net/decss
http://www.linuxstart.com/~kv ance/projects/decss.html
http://www.linuxstart.com/~sys_admin
http://www.lockpicking.nl/decss
http://www.mafkees.com/dvd
http://www.mayday2000.org.uk/decss.htm
http://www.members.tripod.com/dkdecss
http://www.mindspring.com/~coueys
http://www.mindspring.com/~stonethrower
http://www.multimania.com/sxpert/decss
http://www.mykle.com/DVD
http://www.myshed.net/dvd
http://www.nacs.net/~vodak/dvd
http://www.netby.net/Oest/Hva lfiskegade/jana/css.html
http://www.netspace.net.au/~gromit
http://www.networksplus.net/blogg
http://www.neurosis.org/dvd
http://www.nsnva.pvt.k12.va.us/~abc
http://www.ntsmedia.com/decss
http://www.nvhs.nl/decss
http://www.nwu.edu/people/ldb/decss.html
http://www.oblivion.net/~amar/css
http ://www.oksanen.net/ville/this_is/under/Finnish/jur isdiction/otherstuff.htm
http://www.olen.net/deCSS
http://www.oz.net/~tvaughan
http://www.pages.drexel.edu/~jer24
http://www.penismightier.com/weisha upt/dvd.html
http://www.pepper-land.net
http://www.philter.com/DVD
http://www.pippy.itgo.com
http://www.posexperts.com.pl/people /wrobell/css
http://www.projectbullshit.com/decss.html
http://www.projectgamma.com/deccs
http://www.qix.net/~pheonix/decss.html
http://www.ratol.fi/~asiipola
http://www.reapers.org
http://www.redgnatt.homestead.com
http://www.redrival.com/chimx/computer s.html
http://www.robotslave.net
http://www.rpi.edu/~jettea/dvd.html
http://www.rz.uni-frankfurt.de/~marsie
http://www.scwc.net/DeCSS
http://www.sealteamsix.com/phagan
http://www.sent.freeserve.co.uk/css -auth.tar.gz
http://www.sk3tch.com/freedecss
http://www.smackfu.com/decss
http://www.spin.ch/~rca/decss
http://www.stanford.edu/~drumz/decss
http://www.stupendous.org
http://www.subcor.com
http://www.subnetsystems.com/decss/dec ss.zip
http://www.swcp.com/~ampere
http://www.tar.hu/decss
http://www.teamnismo.com/2600
http://www.underwhelm.org/decss
http://www.users.bigpond.net.au/ree ds/decss.zip
http://www.users.on.net/johnm/DeCSS
http://www.uwm.edu/~zachkarp
http://www.vent-soft.com/dvd
http://www.vexed.net/CSS
http://www.visi.com/~adept/liberty
http://www.vulgar.net/dvd
http://www.warren-wilson.edu/~echerry/dvd
http://www.webnx.com/tuna
http://www.webzsite.com/decss
http://www.wizardworkshop.com
http://www.wolfpaw.net/~decss
http://www.worldcity.nl/~frank/dvd
http://www.wwcn.org/~grit/free
http://www.xs4all.nl/~oracle/dvd
http://www.xs4all.nl/~rasch/dvd
http://www.zeal.net/~pyro/DeCSS
http://www.zip.com.au/~zzz/dvd
http://www.zone.ee/DeCSS
http://www3.50megs.com/dvd4free -
Time for Slashdot to take a stand...
The following is a list of all the mirrors from the 2600 site.
Slashdot has long been one of the best true forums for free speech in the world. Link to this comment. Post that link on your website and everywhere. CmdrTaco archives these comments indefinitely, right? Lets see the MPAA take on Slashdot, Andover, and the ACLU (who I'm assuming would back you guys up) BTW: When I click the "Post Anonymously" button, is there any way to retrieve my IP address, or my login info? I sure as hell hope not. Big risk I'm taking here for the sake of free speech... but we gotta do what we gotta do. Right?
ftp://ftp.u.washington.edu/public/arobs /css
ftp://sun.rl.odessa.ua/pub/decss
http://130.111.75.63:142
http://216.35.100.9/ma/kdawson/deecessess
http://24.114.168.235/public/css.htm
http://24.15.107.67/DeCSS
http://24.6.244.114/DeCSS
http://2600.dk/mirrors/css
http://334.se2600.org
http://DVDoutrage.Tripod.com
http://MSD.dyndns.org
http://Winmac.tripod.com/DECSS/decss.zip
http://alcor.concordia.ca/~sd_fort
http://alsscan.webjump.com/DeCSS.zip
http://alsscan.webjump.com/DeCSS.zip
http://amergeisaphreak.netfirms.com
http://andrewstern.freeservers.com/decss
http://artun.ee/~rommi/css
http://benyossef.com/freedom
http://bigpoppa.adsl.alpha1.net/decss
http://briefcase.yahoo.com/clcktwr
http://briefcase.yahoo.com/klflatt
http://budice.ancients.net/decss
http://budsmoker.com/sites/decss
http://bur-jud-118-039.rh.uchicago.edu/d vd
http://cant-stop-us-all.freehosting.net
http://chaz.fsgs.com/misc/DvD
http://chemlab.org/~dvd
http://cherryville.org/dvd
http://come.to/intelex
http://cs.unca.edu/~dillzc/decss
http://css.choppy.com/data
http://cssalgorithm.8m.com
http://cybertrippin.net
http://cymorg.bizland.com/index2.html
http://dB.org/dvd
http://dandruff.cs.unm.edu/~bap/DeCSS
http://darklord.darkthrone.com/users /smith/dvd
http://darkwing.uoregon.edu/~homeyd/DVD
http://dbzauctions.tripod.com/decss.zip
http://dcwi.com/~wench/decss
http://debian.mps.krakow.pl/mirror/css
http://decss.8m.com
http://decss.cx
http://decss.cyvoid.net
http://decss.fall0ut.com
http://decss.freeservers.com
http://decss.freeshell.org
http://decss.fzylogic.net
http://decss.htmlplanet.com
http://decss.netfirms.com
http://decss.z-man.org
http://decss_files.tripod.com
http://decssmirror.homestead.com
http://deelbeson.detour.net
http://dephile.hypermart.net
http://dephile.hypermart.net/dvdinfo.html
http://developer.dnepr.net/dvdcss
http://dialug.org/html/decss.html
http://dirtass.beyatch.net
http://dlsf.org
http://dogh ousepages.lycos.com/collecting/midnightrider/DVDEn crypt.html
http://donotsueme.freeservers.com
http://donotsueme.homepage.com
http://dosdemon.yi.org/decss
http://dsl129.drizzle.com:2001/downloa ds/DVD
http://dvd.coolpeople.dhs.org
http://dvd.k4dwi.net/dvd
http://dvd.loathe.com
http://dvdcopy.cjb.net
http://dvdcrack.homepage.com
http://dvdcss.newmail.ru
http://earendel.gt.ed.net/dvd
http://ebmedia.net/dvd
http://elknews.netpedia.net/dvd
http://fairuse.freeservers.com
http://freedecss.50megs.com
http://freemymind.homepage.com
http://freeshell.org/~simm
http://friko6.onet.pl/war/mkochano
http://ftp.yodanet.schwaebischhall. de/pub/DeCSS
http://ftso.org/decss
http://geocities.com/donquix0te
http://geocities.com/dontquit222
http://go.to/decss
http://go.to/nairos_dvd
http://hammer.prohosting.com/~deepbleu
http://heavymusic.8m.com
http://heky.org/dc
http://home.att.net/ ~phreakonaleash/ccs_mirror--screw_the_feds
http://home.clara.net/bangor/DeCSS
http://home.cyberarmy.com/drj/DeCSS
http://home.cyberarmy.com/enac/dvden crypt.html
http://home.earthlink.net/~kaos_inc
http://home.earthlink.net/~rocketrob
http://home.earthlink.net/~snagnbytz
http://home.monet.no/~christel/dvd.html
http://home.onestop.net/lakitu/mirror
http://home.pacbell.net/pfconces
http://home.postnet.com/~wsl3/DeCSS
http://home.primus.com.au/ratzmilk
http://home.rmci.net/bert/dvd
http://home.rmci.net/bert/fuckthelawyers
http://home.sol.no/~craphead/DVD
http://home.worldonline.dk/~loadfree/CSS
http://homepage.dtn.ntl.com/paul.chan
http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
http://homepages.go.com/homepages /4/0/3/403_error
http://homepages.ihug.co.nz/~cbunton
http://imezok.tripod.com/Untitled.txt
http://imprint.uwaterloo.ca/dvd
http://inferno.tusculum.edu/~neil/decss
http://internettrash.com/users/linuxdvd
http://intfreedom.homepage.com
http://io.spaceports.com/~decss
http://isupport2600.8m.com
http://jackvalenti-ismyhoe.tripod.com
http://jadin.virtualave.net
http://jump.to/decss
http://jupiter.spaceports.com/~decss
http://kb5kjn.karco.org/~alpine/DVD
http://kesagatame.tripod.com
http://kevins.ne.mediaone.net/~kevins/dvd
http://killer.radom.net/~shoggoth/dvd.ht ml
http://leeroy.webjump.com/DeCSS.zip
http://linux.uci.agh.edu.pl/~outlaw/ decss.html
http://logical-solutions.com.au/DeCSS.zip
http://loogham.2y.net/decss
http://magic.hurrah.com/~fireball/dvd
http://mail.sirak.org
http://matt.frogspace.net/css
http://members.aol.com/_ht_a/jwhite80 55/DeCSS
http://members.home.net/dgweb
http://members.hometown. aol.com/_ht_a/MysticJTY/myhomepage
http://members.theglobe.com/Greed yMan/greedy.html
http://members.tripod.co.uk/SneakyBat
http://members.tripod.com/donotsueme
http://members.tripod.com/donquix0te
http://members.tripod.com/ny2600
http://members.tripod.com/r-sobin/dvd
http://members.tripod.com/~Denney/DeCSS
http://members.tripod.com/~baloney97/dvd
http://members.tripod.com/~lucvdb/decs s.html
http://members.tripod.com/~sk8or311
http://members.xoom.com/CaitSith16/DeC SS.htm
http://members.xoom.com/LinuxDVD
http://members.xoom.com/NiKeX
http://members.xoom.com/amateursoft
http://members.xoom.com/arjicle
http://members.xoom.com/chapter3/Mamma No.htm
http://members.xoom.com/freedvdinfo
http://members.xoom.com/get_decss
http://members.xoom.com/hairfro/DeCSS.zip
http://members.xoom.com/iamkeenan/master
http://members.xoom.com/iox
http://members.xoom.com/maud123/Home/C SS.htm
http://members.xoom.com/mogreen/decss
http://members.xoom.com/nyc2600
http://members.xoom.com/phireproof
http://members.xoom.com/s_o_sam/help.html
http://members1.chello.nl/~o.seibert/DeC SS
http://merlinjim.freeservers.com/dvd
http://mikedotd.penguinpowered.com/deccs
http://mikedotd.penguinpowered.com/decss
http://mikepark.org
http://mpaasucks.homepage.com
http://natara.freeservers.com/decss/ decss.html
http://ndez.bizland.com/css-auth
http://neil.gotlinux.org
http://netmanor.iboost.com/zachgoss/s imm.html
http://noc.res.cmu.edu
http://nomoredvd.tripod.com
http://ny2600.iwarp.com
http://nycsoftware.com/MirrorList.asp
http://osiris.978.org/~brianr/css
http://pages.hotbot.com/arts/weknow
http://pages.hotbot.com/edu/silex/mir ror.html
http://pcmania.bg/9-99/mortyr/_vti_ cnf/_vti_pvt
http://people.mn.mediaone.net/bojay/sl ashdot
http://people.mn.mediaone.net/si mulacrum/decss.htm
http://people.ne.mediaone.net/cy berwave/DeCSS.html
http://people.ne.mediaone.net/dantepsn
http://personalweb.smcvt.edu/wtaylo r/decss.html
http://planeta.clix.pt/DJ_AmAzInG/DVD
http://primate.net/DVD
http://pyrrhic.8m.com/DeCSS
http://quintessenz.at/q
http://rha.housing.niu.edu/~davebb/css- auth
http://rlk.ch.utoledo.edu/DVD
http://sadennes.is.dreaming.org/hanadu
http://saturate.org/decss.asp
http://saturn.spaceports.com/~brainz/DVD
http://screw_MPAA.tripod.com
http://sektor1.dhs.org/decss.html
http://sites.onlinemac.com/beback
http://sites.uol.com.br/decss
http://smokering.org
http://sophien.webjump.com/css-auth_tar. gz
http://st-bart.net
http://strange.8k.com
http://stunman.iwarp.com
http://stuweb.ee.mtu.edu/~krcalh oo/DeCSS/DeCSS.htm
http://sweet.as/decss
http://tatooine.fortunecity.com/moorco ck/337
http://telnet.stealth.kirenet.com/~star /dvd
http://the.wiretapped.net/wt/dvd
http://theannux.homestead.com/decss.html
http://thesanitarium.n3.net
http://ts1.online.fr/dvd
http://underground.pl/dvd
http://users.1st.net/roundhere/decss
http://users.1st.net/roundhere/decss /index.htm
http://users.bigpond.net.au/nf/dvd
http://users.pandora.be/glenn.plas/dvd
http://vandenborre.org
http://vedaa.tripod.com/decss.html
http://w1.1634.telia.com/~u163400190 /DeCSS.zip
http://wakeupthe.net/dvd
http://warpedreality.members.easyspace.c om
http://website.lineone.net/~kellypink/D eCSS
http://werewolf12.cjb.net
http://wildsurge.a2000.nu/decss
http://wiw.org/~drz/css
http://wusn-members.xoom.com/ambisagrus
http://www.19f.org/dvd.html
http://www.2600.org.au/dvd.html
http://www.UnderTheStairs.com
http://www.adulation.net/css
http://www.agybby.com/dvd
http://www.algonet.se/~skeleton/other.ht ml
http://www.alltel.net/~ledwards/css.htm
http://www.amerisuk.com/~carbon/css.html
http://www.angelfire.com/biz5/revblack
http://www.angelfire.com/electronic/drug me
http://www.angelfire.com/ga3/acidlocke
http://www.angelfire.com/hiphop/rawkus
http://www.angelfire.com/in/sight
http://www.angelfire.com/mb/DVDoutrage
http://www.angelfire.com/movies/DeCss
http://www.angelfire.com/movies/dvdiss
http://www.angelfire.com/movies/mpaasucks
http://www.angelfire.com/nh/panzah
http://www.angelfire.com/nh/panzah/DeC SS.zip
http://www.angelfire.com/ny3/ny2600
http://www.angelfire.com/or2/buzzkill
http://www.angelfire.com/pe/sh3/deccs
http://www.angelfire.com/pokemon/decss
http://www.angelfire.com/punk/DeCSS/DeCSS
http://www.angelfire.com/punk/freedom
http://www.angelfire.com/scifi/dblagbro
http://www.angelfire.com/sk2/braindamage
http://www.angelfire.com/tx3/winger s/decss.html
http://www.angelfire.com/vt/bigbrother
http://www.angelfire .com/wa2/phederalphelony/breakingnews.html
http://www.angelfire.com/wy/leggosfun /dvd.htm
http://www.angelfire.com/yt/mpaasucks
http://www.angelfire.com/zine/DeCSS
http://www.artnotart.com/anne/decss.html
http://www.asleep.net/dvd
http://www.asylum.webprovider.com
http://www.auntfloyd.com/DeCSS
http://www.auracom.com/~rhomac/dvd
http://www.azillionmonkeys.c om/qed/recess_for_css.html
http://www.best.com/~drumz/decss
http://www.bugbbq.org/decss
http://www.capital.net/~mazzic
http://www.charm.net/~dutch
http://www.chello.nl/~f.vanwaveren
http://www.cognitronics-tech.com
http://www.conspiracynow.com/theories/d ecss
http://www.constant.demon.co.uk
http://www.copkiller.org
http://www.corecomm.net/~davebb/css-auth
http://www.corova.com/dvd
http://www.cpinternet.com/~jhanson
http://www.crosswinds.net/oakland/~ahrendt/Lawyers _are_scu m-sucking_pigs [...]
http://www.crosswinds.net/~dvdcrack
http://www.cs.cmu.edu/~dst/DeCSS
http://www.cs.tu-berlin.de/~feise/DeCSS
http://www.csd.net/~cgadd/dvd.htm
http://www.csl.mtu.edu/~pdl athro/filez/DeCSS/DeCSS.html
http://www.ct2600.org/2600-DVD.html
http://www.cybertrippin.net
http://www.cyperspace.org/~multicom
http://www.darkkingz.com/DeCSS.zip
http://www.december.ndo.co.uk
http://www.deforest.org/CSS
http://www.deprecated.org
http://www.dgw3.com/dvd
http://www.discountwebhost.com/decss
http://www.divisionbyzero.com/decss
http://www.dodgenet.com/~nickz/decss
http://www.ductape.net/~alpha/decss
http://www.duffbrew.com/decss
http://www.execpc.com/~unicorn/dvdmirr or.htm
http://www.firstlight.net/~clarka/decss
http://www.flypop.com
http://www.fortunecity.com/skyscrap er/coax/1107
http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
http://www.fortunecity.com/vic torian/parkwood/95/DVD
http://www.frankw.net/decss
http://www.free-dvd.org.lu
http://www.freebox.com/zcedri
http://www.freeyellow.com/members8/mpa aidiot
http://www.fsp.com
http://www.futureone.com/~damaged
http://www.geekbits.com/decss
http://www.geocities.com /CollegePark/3807/2600Tribute.html
http://www.geocities.com/Ongakka/rebel. html
http://www.geocities.com/Pipeline /Curb/1232/DeCSS
http://www.geocities.com/Res earchTriangle/Station/2819
http://www.geocities.com/Shapierian
http://www.geocities.com/Silic onValley/Hardware/6188
http://www.geocities.com/SiliconV alley/Modem/4192
http://www.geocities .com/SiliconValley/Ridge/3727/2600/dvd.htm
http://www.geocities.com/Silic onValley/Software/3971
http://www.geocities.com/Silic onValley/Software/8762
http://www.geocities.com/SoHo/5258/de css.html
http://www.geocities.com/SoHo/Exhi bit/5771/decss
http://www.geocities.com /SunsetStrip/Towers/1379/DeCSS.zip
http://www.geocities.com/ SunsetStrip/Underground/3587/dvd
http://www.geocities.com/Ti mesSquare/Dome/4021/dvd.html
http://www.geocities.com/cold_dvd
http://www.geocities.com/corporatemin dcontrol
http://www.geocities.com/dba3297
http://www.geocities.com/decss2
http://www.geocities.com/decss_2000
http://www.geocities.com/decss_forever
http://www.geocities.com/decss_mirror
http://www.geocities.com/djph3ad/decss
http://www.geocities.com/donquix0te
http://www.geocities.com/duck_ohm
http://www.geocities.com/dvdcracked
http://www.geocities.com/dvdfightback
http://www.geocities.com/dvdrevolution
http://www.geocities.com/dvdsuit/dvd
http://www.geocities.com/dvdthings
http://www.geocities.com/epoxy_css
http://www.geocities.com/fairusedecss
http://www.geocities.com/fr33dvd
http://www.geocities.com/getyourdvd
http://www.geocities.com/ghaniali
http://www.geocities.com/iwantdvd
http://www.geocities.com/k4dwi/dvd
http://www.geocities.com/k4wi/dvd
http://www.geocities.com/ma dasian2000/decss_mirror.html
http://www.geocities.com/mastaflame
http://www.geocities.com/mavic007/decss .zip
http://www.geocities.com/meluchwj
http://www.geocities.com/mydefiance
http://www.geocities.com/necready433
http://www.geocities.com/necready433/dvd
http://www.geocities.com/neurosis_dvd
http://www.geocities.com/opendvdecss
http://www.geocities. com/siliconvalley/computer/2303/DVD.html
http://www.geocities.com/soho/studios/67 52
http://www.geocities.com/solidex
http://www.geocities.com/verruktesten
http://www.geocities.com/warrdragon_2000
http://www.geocities.com/watice2
http://www.geocities.com/whackmol
http://www.geocities.com/xtridzz
http://www.gl.umbc.edu/~awirth1/decss
http://www.glue.umd.edu/~castongj
http://www.hackunlimited.com/dvd
http://www.hakor.com/DVD
http://www.hellnet.org.uk/decss.htm
http://www.hobbiton.org/~tpm
http://www.hote.qc.ca/dvd
http://www.hotsoupmedia.com/decss
http://www.idrive.com/decss/web
http://www.iinet.net.au/~matlhdam/DeCSS
http://www.illiterate.net/DeCSS.zip
http://www.image.dk/~mbp
http://www.imsoelite.com/dvd
http://www.infa.abo.fi/~raine/pub/ software/DeCSS
http://www.ironbrick.com/decss
http://www.ismokecrack.com
http://www.jabberwocky.eyep.net/decss.ht ml
http://www.k4dwi.net/dvd
http://www.kentroad.demon.co.uk/decss
http://www.kiss.uni-lj.si/~k4ef1890/css
http://www.kki.net.pl/~rsr66/css
http://www.koek.net/dvd
http://www.krackdown.com/decss
http://www.lemuria.org/DeCSS
http://www.lifesolo.com/bin
http://www.linuxnerd.net/decss
http://www.linuxstart.com/~kv ance/projects/decss.html
http://www.linuxstart.com/~sys_admin
http://www.lockpicking.nl/decss
http://www.mafkees.com/dvd
http://www.mayday2000.org.uk/decss.htm
http://www.members.tripod.com/dkdecss
http://www.mindspring.com/~coueys
http://www.mindspring.com/~stonethrower
http://www.multimania.com/sxpert/decss
http://www.mykle.com/DVD
http://www.myshed.net/dvd
http://www.nacs.net/~vodak/dvd
http://www.netby.net/Oest/Hva lfiskegade/jana/css.html
http://www.netspace.net.au/~gromit
http://www.networksplus.net/blogg
http://www.neurosis.org/dvd
http://www.nsnva.pvt.k12.va.us/~abc
http://www.ntsmedia.com/decss
http://www.nvhs.nl/decss
http://www.nwu.edu/people/ldb/decss.html
http://www.oblivion.net/~amar/css
http ://www.oksanen.net/ville/this_is/under/Finnish/jur isdiction/otherstuff.htm
http://www.olen.net/deCSS
http://www.oz.net/~tvaughan
http://www.pages.drexel.edu/~jer24
http://www.penismightier.com/weisha upt/dvd.html
http://www.pepper-land.net
http://www.philter.com/DVD
http://www.pippy.itgo.com
http://www.posexperts.com.pl/people /wrobell/css
http://www.projectbullshit.com/decss.html
http://www.projectgamma.com/deccs
http://www.qix.net/~pheonix/decss.html
http://www.ratol.fi/~asiipola
http://www.reapers.org
http://www.redgnatt.homestead.com
http://www.redrival.com/chimx/computer s.html
http://www.robotslave.net
http://www.rpi.edu/~jettea/dvd.html
http://www.rz.uni-frankfurt.de/~marsie
http://www.scwc.net/DeCSS
http://www.sealteamsix.com/phagan
http://www.sent.freeserve.co.uk/css -auth.tar.gz
http://www.sk3tch.com/freedecss
http://www.smackfu.com/decss
http://www.spin.ch/~rca/decss
http://www.stanford.edu/~drumz/decss
http://www.stupendous.org
http://www.subcor.com
http://www.subnetsystems.com/decss/dec ss.zip
http://www.swcp.com/~ampere
http://www.tar.hu/decss
http://www.teamnismo.com/2600
http://www.underwhelm.org/decss
http://www.users.bigpond.net.au/ree ds/decss.zip
http://www.users.on.net/johnm/DeCSS
http://www.uwm.edu/~zachkarp
http://www.vent-soft.com/dvd
http://www.vexed.net/CSS
http://www.visi.com/~adept/liberty
http://www.vulgar.net/dvd
http://www.warren-wilson.edu/~echerry/dvd
http://www.webnx.com/tuna
http://www.webzsite.com/decss
http://www.wizardworkshop.com
http://www.wolfpaw.net/~decss
http://www.worldcity.nl/~frank/dvd
http://www.wwcn.org/~grit/free
http://www.xs4all.nl/~oracle/dvd
http://www.xs4all.nl/~rasch/dvd
http://www.zeal.net/~pyro/DeCSS
http://www.zip.com.au/~zzz/dvd
http://www.zone.ee/DeCSS
http://www3.50megs.com/dvd4free -
Mirror from 2600 - probably will be gone soonMirrors
http://www.multimania.com/sxpert/decss/
http://www.posexperts.com.pl/peopl e/wrobell/css/
http://logical-solutions.com.au/DeCSS.zip
http://www.sarahandcasey.com/decss/
http://www.warren-wilson.edu/~echerry/dvd
http://people.mn.mediaone.net/bojay/s lashdot/
http://members.tripod.com/donotsueme/
http://donotsueme.homepage.com
http://donotsueme.freeservers.com/
http://www.rz.uni-frankfurt.de/~marsie/
http://www.capital.net/~mazzic
http://danger-island.com/~dav/any.lawyer.who [...]
http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
http://www.execpc.com/~unicorn/dvdmirr or.htm
http://members.xoom.com/chapter3/Mamma No.htm
http://www.twistedlogic.com/archive/dvd
http://merlinjim.freeservers.com/dvd/
http://www.visi.com/~adept/liberty
http://mikedotd.penguinpowered.com/deccs
http://www.ct2600.org/2600-DVD.html
http://magic.hurrah.com/~fireball/dvd/
http://homepages.together.net/~ib nzahid/DeCSS.zip
http://people.ne.mediaone.net/dantepsn/
http://mikedotd.penguinpowered.com/decss
http://members.xoom.com/mxpxguy/dvd/
http://vedaa.tripod.com/decss.html
http://www.hackunlimited.com/dvd/
http://hem.fyristorg.com/police/css.htm
http://elknews.netpedia.net/dvd/
http://www.idrive.com/decss/web
http://www.chello.nl/~f.vanwaveren
http://www.clug.com/~vodak/dvd/
http://www.nacs.net/~vodak/dvd/
http://www.wpi.edu/~nassar/dvd/
http://www.glue.umd.edu/~castongj
http://www.geocities.com/cold_dvd/
http://www.projectgamma.com/deccs/
http://members.xoom.com/mogreen/decss/
http://thrash.webjump.com/decss.zip
http://www.angelfire.com/de2/decss/dec ss.htm
http://www.krackdown.com/decss
http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
http://chaz.fsgs.com/misc/DvD/
http://www.linuxstart.com/~kv ance/projects/decss.html
http://www.darkkingz.com/DeCSS.zip
http://www.geocities.com/decss_forever/
http://revolution.3-cities.com/~spack/dv d/
http://www.geocities.com/Sili conValley/Software/8762/
http://members.xoom.com/s_o_sam/help.html
http://www.sent.freeserve.co.uk/css -auth.tar.gz
http://home.rmci.net/bert/fuckthelawyers
http://thrash.webjump.com/decss.zip
http://linux.uci.agh.edu.pl/~outlaw/ decss.html
http://debian.mps.krakow.pl/mirror/css/
http://www.mindspring.com/~stonethrower
http://www.geocitie s.com/SiliconValley/Hardware/6188/index.html
http://matt.frogspace.net/css/
ftp://www.spamshack.net/pub/dcss/
http://imezok.tripod.com/Untitled.txt
http://warpedreality.members.easyspace. com/
http://w1.1634.telia.com/~u163400190
/DeCSS.ziphttp://homepages.go.com/homepage s/4/0/3/403_error/
http://members.xoom.com/maud123/Home/C SS.htm
http://hackingdvd.homestead.com
http://www.geocities.com/soho
/studios/6752/index.htmlhttp://www.geocities.com/corporatemin dcontrol
http://darklord.darkthrone.com/user s/smith/dvd/
http://thrash.webjump.com/decss.zip
http://www.twistedlogic.com/archive/dvd
http://www.divisionbyzero.com/decss/
http://kevins.ne.mediaone.net/~kevins/dv d/
http://friko6.onet.pl/war/mkochano/
http://planeta.clix.pt/DJ_AmAzInG/DVD/
http://www.kiss.uni-lj.si/~k4ef1890/css/
http://hackingdvd.homestead.com
http://www.uwm.edu/~zachkarp/index.html
http://www.angelfire.com/punk/freedom/
http://www.worldcity.nl/~frank/dvd
http://members.xoom.com/iamkeenan/master/
http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
http://members.xoom.com/nyc2600
http://zerosoft.hypermart.net/warez/ DVDcrK.txt
http://members.xoom.com/freedvdinfo/
http://www.geocities.com/Sili conValley/Software/3971/
http://24.114.168.235/public/css.htm
http://fairuse.freeservers.com/
http://jupiter.spaceports.com/~decss
http://www.crosswinds.net/oakland/~ahrendt/Lawyer
s _are_scu m-sucking_pigs [...]http://www.duffbrew.com/decss/
http://www.oblivion.net/~amar/css
http://members.tripod.com/ny2600/
http://www.angelfire.com/ny3/ny2600/
http://www.angelfire.com/electronic/decs s/
http://www.csd.net/~cgadd/dvd.htm
http://theannux.homestead.com/decss.html
http://members.aol.com/elktonstalkers/CS S/
http://pages.hotbot.com/edu/silex/mir ror.html
http://budsmoker.com/sites/decss/
http://www.geocities.com/watice2/
http://home.att.net
/~phreakonaleash/ccs_mirror--screw_the_feds/http://www.azillionmonkeys.c om/qed/recess_for_css.html
http://www.cs.cmu.edu/~dst/DeCSS
http://supportyourlocal2600.homestead.co m/
http://www.angelfire.com/pe/sh3/deccs/
http://www.angelfire.com/el ectronic/icebandits/dvd.html
http://killer.radom.net/~shoggoth/dvd.ht ml
http://www3.50megs.com/dvd4free/
-
Mirror from 2600 - probably will be gone soonMirrors
http://www.multimania.com/sxpert/decss/
http://www.posexperts.com.pl/peopl e/wrobell/css/
http://logical-solutions.com.au/DeCSS.zip
http://www.sarahandcasey.com/decss/
http://www.warren-wilson.edu/~echerry/dvd
http://people.mn.mediaone.net/bojay/s lashdot/
http://members.tripod.com/donotsueme/
http://donotsueme.homepage.com
http://donotsueme.freeservers.com/
http://www.rz.uni-frankfurt.de/~marsie/
http://www.capital.net/~mazzic
http://danger-island.com/~dav/any.lawyer.who [...]
http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
http://www.execpc.com/~unicorn/dvdmirr or.htm
http://members.xoom.com/chapter3/Mamma No.htm
http://www.twistedlogic.com/archive/dvd
http://merlinjim.freeservers.com/dvd/
http://www.visi.com/~adept/liberty
http://mikedotd.penguinpowered.com/deccs
http://www.ct2600.org/2600-DVD.html
http://magic.hurrah.com/~fireball/dvd/
http://homepages.together.net/~ib nzahid/DeCSS.zip
http://people.ne.mediaone.net/dantepsn/
http://mikedotd.penguinpowered.com/decss
http://members.xoom.com/mxpxguy/dvd/
http://vedaa.tripod.com/decss.html
http://www.hackunlimited.com/dvd/
http://hem.fyristorg.com/police/css.htm
http://elknews.netpedia.net/dvd/
http://www.idrive.com/decss/web
http://www.chello.nl/~f.vanwaveren
http://www.clug.com/~vodak/dvd/
http://www.nacs.net/~vodak/dvd/
http://www.wpi.edu/~nassar/dvd/
http://www.glue.umd.edu/~castongj
http://www.geocities.com/cold_dvd/
http://www.projectgamma.com/deccs/
http://members.xoom.com/mogreen/decss/
http://thrash.webjump.com/decss.zip
http://www.angelfire.com/de2/decss/dec ss.htm
http://www.krackdown.com/decss
http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
http://chaz.fsgs.com/misc/DvD/
http://www.linuxstart.com/~kv ance/projects/decss.html
http://www.darkkingz.com/DeCSS.zip
http://www.geocities.com/decss_forever/
http://revolution.3-cities.com/~spack/dv d/
http://www.geocities.com/Sili conValley/Software/8762/
http://members.xoom.com/s_o_sam/help.html
http://www.sent.freeserve.co.uk/css -auth.tar.gz
http://home.rmci.net/bert/fuckthelawyers
http://thrash.webjump.com/decss.zip
http://linux.uci.agh.edu.pl/~outlaw/ decss.html
http://debian.mps.krakow.pl/mirror/css/
http://www.mindspring.com/~stonethrower
http://www.geocitie s.com/SiliconValley/Hardware/6188/index.html
http://matt.frogspace.net/css/
ftp://www.spamshack.net/pub/dcss/
http://imezok.tripod.com/Untitled.txt
http://warpedreality.members.easyspace. com/
http://w1.1634.telia.com/~u163400190
/DeCSS.ziphttp://homepages.go.com/homepage s/4/0/3/403_error/
http://members.xoom.com/maud123/Home/C SS.htm
http://hackingdvd.homestead.com
http://www.geocities.com/soho
/studios/6752/index.htmlhttp://www.geocities.com/corporatemin dcontrol
http://darklord.darkthrone.com/user s/smith/dvd/
http://thrash.webjump.com/decss.zip
http://www.twistedlogic.com/archive/dvd
http://www.divisionbyzero.com/decss/
http://kevins.ne.mediaone.net/~kevins/dv d/
http://friko6.onet.pl/war/mkochano/
http://planeta.clix.pt/DJ_AmAzInG/DVD/
http://www.kiss.uni-lj.si/~k4ef1890/css/
http://hackingdvd.homestead.com
http://www.uwm.edu/~zachkarp/index.html
http://www.angelfire.com/punk/freedom/
http://www.worldcity.nl/~frank/dvd
http://members.xoom.com/iamkeenan/master/
http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
http://members.xoom.com/nyc2600
http://zerosoft.hypermart.net/warez/ DVDcrK.txt
http://members.xoom.com/freedvdinfo/
http://www.geocities.com/Sili conValley/Software/3971/
http://24.114.168.235/public/css.htm
http://fairuse.freeservers.com/
http://jupiter.spaceports.com/~decss
http://www.crosswinds.net/oakland/~ahrendt/Lawyer
s _are_scu m-sucking_pigs [...]http://www.duffbrew.com/decss/
http://www.oblivion.net/~amar/css
http://members.tripod.com/ny2600/
http://www.angelfire.com/ny3/ny2600/
http://www.angelfire.com/electronic/decs s/
http://www.csd.net/~cgadd/dvd.htm
http://theannux.homestead.com/decss.html
http://members.aol.com/elktonstalkers/CS S/
http://pages.hotbot.com/edu/silex/mir ror.html
http://budsmoker.com/sites/decss/
http://www.geocities.com/watice2/
http://home.att.net
/~phreakonaleash/ccs_mirror--screw_the_feds/http://www.azillionmonkeys.c om/qed/recess_for_css.html
http://www.cs.cmu.edu/~dst/DeCSS
http://supportyourlocal2600.homestead.co m/
http://www.angelfire.com/pe/sh3/deccs/
http://www.angelfire.com/el ectronic/icebandits/dvd.html
http://killer.radom.net/~shoggoth/dvd.ht ml
http://www3.50megs.com/dvd4free/
-
Mirrors part 1Visit Humpin! (No, it's not what you think!)
Temporary restraining order DENIED!
Thanks to the efforts of the Electronic Frontier Foundation and the organization and support provided by a few of our fellow defendants we are still here! Another hearing is scheduled for January 14th.
We would like to point out to all of the mirror sites with things like "fuck the lawyers" on them that it is because of a generous group of lawyers that we are still here. These lawyers are working for free (or much less than they could get by going over to the Dark Side) and don't deserve this kind of abuse.
Here is the EFF's stance on this case.
Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Wed, Jan 19, 12:13am EST
Numbers are only for the maintainer's convenienceWe apologize for the length of time between updates. This list has gotten quite large and thus more difficult to maintain.
Much thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.irgendeinedomain.de/decs s/index.html
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://linuxvideo.org/
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.geocities.com/SiliconV alley/File/3635/
- http://members.xoom.com/a1010_2000/
- http://decss.globalservice.hu/
- http://members.xoom.com//_XMC M/madasian2000/index.htm
- ftp://ftp.firehead.org/pub/
- http://www.koek.net/dvd
- http://www.mindspring.com/~stonethrower
- http://www.geocitie s.com/SiliconValley/Hardware/6188/index.html
- http://matt.frogspace.net/css/
- ftp://www.spamshack.net/pub/dcss/
- http://imezok.tripod.com/Untitled.txt
- http://warpedreality.members.easyspace. com/
- http://ts1.online.fr/dvd/
- http://homepages.go.com/homepage s/4/0/3/403_error/
- http://members.xoom.com/maud123/Home/C SS.htm
- http://xtreme2k.8k.com/DeCSS/
- http://hackingdvd.homestead.com/
- http://www.geocities.com/corporatemi ndcontrol/
- http://www.geocities.com/SoHo
/Studios/6752/index.html - http://darklord.darkthrone.com/user s/smith/dvd/
- http://www.image.dk/~mbp
- http://www.divisionbyzero.com/decss/
- http://decss.cx/
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
Mirrors part 1Visit Humpin! (No, it's not what you think!)
Temporary restraining order DENIED!
Thanks to the efforts of the Electronic Frontier Foundation and the organization and support provided by a few of our fellow defendants we are still here! Another hearing is scheduled for January 14th.
We would like to point out to all of the mirror sites with things like "fuck the lawyers" on them that it is because of a generous group of lawyers that we are still here. These lawyers are working for free (or much less than they could get by going over to the Dark Side) and don't deserve this kind of abuse.
Here is the EFF's stance on this case.
Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Wed, Jan 19, 12:13am EST
Numbers are only for the maintainer's convenienceWe apologize for the length of time between updates. This list has gotten quite large and thus more difficult to maintain.
Much thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.irgendeinedomain.de/decs s/index.html
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://linuxvideo.org/
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.geocities.com/SiliconV alley/File/3635/
- http://members.xoom.com/a1010_2000/
- http://decss.globalservice.hu/
- http://members.xoom.com//_XMC M/madasian2000/index.htm
- ftp://ftp.firehead.org/pub/
- http://www.koek.net/dvd
- http://www.mindspring.com/~stonethrower
- http://www.geocitie s.com/SiliconValley/Hardware/6188/index.html
- http://matt.frogspace.net/css/
- ftp://www.spamshack.net/pub/dcss/
- http://imezok.tripod.com/Untitled.txt
- http://warpedreality.members.easyspace. com/
- http://ts1.online.fr/dvd/
- http://homepages.go.com/homepage s/4/0/3/403_error/
- http://members.xoom.com/maud123/Home/C SS.htm
- http://xtreme2k.8k.com/DeCSS/
- http://hackingdvd.homestead.com/
- http://www.geocities.com/corporatemi ndcontrol/
- http://www.geocities.com/SoHo
/Studios/6752/index.html - http://darklord.darkthrone.com/user s/smith/dvd/
- http://www.image.dk/~mbp
- http://www.divisionbyzero.com/decss/
- http://decss.cx/
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
Mirrors part 1Note: This mirror list has been copied from http://www.humpin.org/decss/, on January 2nd 2000 13:13 GMT
Mirrors since 28-Dec-99 added by me.
To my main DVD page (containing list of lists of mirrors) Visit Humpin! (No, it's not what you think!)
Temporary restraining order DENIED!
Thanks to the efforts of the Electronic Frontier Foundation and the organization and support provided by a few of our fellow defendants we are still here! Another hearing is scheduled for January 14th.
We would like to point out to all of the mirror sites with things like "fuck the lawyers" on them that it is because of a generous group of lawyers that we are still here. These lawyers are working for free (or much less than they could get by going over to the Dark Side) and don't deserve this kind of abuse.
Here is the EFF's stance on this case.
If you need a REAL reason to host these files, try reading this. Truth has never been more purely distilled.Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Fri, Dec 31, 8:18pm EST
Numbers are only for the maintainer's convenienceMuch thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://members.tripod.lycos.nl/jvz/
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- ftp://dvd:dvd@206.98.63.136
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http://mu nitions.vipul.net/software/algorithms/streamciphe
r s/decss.tar.gz - http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://134.100.185.221/decss/
- http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.tasam.com/~fenkt/dvd/
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://livid.on.openprojects.net
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://members.tripod.co.uk/bap/css/cs s.html
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://nickd.org/decss
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.geocities.com/SiliconV alley/File/3635/
- http://members.xoom.com/a1010_2000/
- http://decss.globalservice.hu/
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
Mirrors part 1Note: This mirror list has been copied from http://www.humpin.org/decss/, on January 2nd 2000 13:13 GMT
Mirrors since 28-Dec-99 added by me.
To my main DVD page (containing list of lists of mirrors) Visit Humpin! (No, it's not what you think!)
Temporary restraining order DENIED!
Thanks to the efforts of the Electronic Frontier Foundation and the organization and support provided by a few of our fellow defendants we are still here! Another hearing is scheduled for January 14th.
We would like to point out to all of the mirror sites with things like "fuck the lawyers" on them that it is because of a generous group of lawyers that we are still here. These lawyers are working for free (or much less than they could get by going over to the Dark Side) and don't deserve this kind of abuse.
Here is the EFF's stance on this case.
If you need a REAL reason to host these files, try reading this. Truth has never been more purely distilled.Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Fri, Dec 31, 8:18pm EST
Numbers are only for the maintainer's convenienceMuch thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://members.tripod.lycos.nl/jvz/
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- ftp://dvd:dvd@206.98.63.136
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http://mu nitions.vipul.net/software/algorithms/streamciphe
r s/decss.tar.gz - http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://134.100.185.221/decss/
- http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.tasam.com/~fenkt/dvd/
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://livid.on.openprojects.net
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://members.tripod.co.uk/bap/css/cs s.html
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://nickd.org/decss
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.geocities.com/SiliconV alley/File/3635/
- http://members.xoom.com/a1010_2000/
- http://decss.globalservice.hu/
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
OOPS - Trying Humpin list againYou have one bat and there are 100 million holes Visit Humpin! (No, it's not what you think!)
Temporary restraining order DENIED!
Thanks to the efforts of the Electronic Frontier Foundation and the organization and support provided by a few of our fellow defendants we are still here! Another hearing is scheduled for January 14th.
We would like to point out to all of the mirror sites with things like "fuck the lawyers" on them that it is because of a generous group of lawyers that we are still here. These lawyers are working for free (or much less than they could get by going over to the Dark Side) and don't deserve this kind of abuse.
Here is the EFF's stance on this case.
If you need a REAL reason to host these files, try reading this. Truth has never been more purely distilled.Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Thu, Dec 30, 2:55am EST
Numbers are only for the maintainer's convenienceMuch thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://members.tripod.lycos.nl/jvz/
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- ftp://dvd:dvd@206.98.63.136
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http://mu nitions.vipul.net/software/algorithms/streamciphe
r s/decss.tar.gz - http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://134.100.185.221/decss/
- http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.tasam.com/~fenkt/dvd/
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://livid.on.openprojects.net
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://members.tripod.co.uk/bap/css/cs s.html
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://nickd.org/decss
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
This site contains some good technical documentation as well as more source code that the DVD consorium's lawyers would rather you not see:
http://crypto.gq.nu/
Semi-broken Mirrors
(These mirrors sometimes work and sometimes don't)
http://joe.to/storage/files/decss.zip
ftp://eris.giga.or.at/pub/hacker/crypt/ DVD/
http://gullii.stu.rpi.edu/dvd/files/D eCSS.zip and http://gullii.stu.rpi.edu/dvd/f iles/css-auth.tar.gz
http://www.discordia.de/decss/DeCSS.zip and http://www.discordia.de/decss/css-aut h_tar.gz and http://www.discordia.de/decss/LiVid.tgz
Broken Mirrors
(These are listed here for the notification of the people who run them)
http://members.theglobe.com/avoiderman/css-auth.ta r.gz
ftp://mikpos.dyndns.org/pub/cssdvd.zip
ftp://195.115.63.44/pub/DeCSS.zip
http://home.c2i.net/buddha9/
http://frodo.campus.luth.se/~iocc/tip.html
http://home.t-online.de/home/skinner01/decss.zip ftp://ftp.firehead.org/pub/
http://freeweb.digiweb.com/business/avoiderman/
http://www.hack.b3.nu/
Mirrors shut down by The Man
(A moment of silence, please.)
http://www.rhythm.cx/dvd/css-auth.tar.gz and http://www.rhythm.cx/dvd/DeCSS.zip
http://dvdcracked.tvheaven.com/index.html
http://home.worldonline.dk/~andersa/download/DeCSS .zip
http://download.cnet.com/downloads/0-10079-100-143 3209.html?tag=st.dl.10001_104_3.lst.titl edetail
http://www.theresistance.net/files.html
http://cryptome.org/dvd-css.htm
http://www.d.umn.edu/~dchan/css/
http://caspian.twu.net/dvd/
http://mclaughlin.orange.ca.us/~andrew/
ftp://134.173.94.44 - http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
OOPS - Trying Humpin list againYou have one bat and there are 100 million holes Visit Humpin! (No, it's not what you think!)
Temporary restraining order DENIED!
Thanks to the efforts of the Electronic Frontier Foundation and the organization and support provided by a few of our fellow defendants we are still here! Another hearing is scheduled for January 14th.
We would like to point out to all of the mirror sites with things like "fuck the lawyers" on them that it is because of a generous group of lawyers that we are still here. These lawyers are working for free (or much less than they could get by going over to the Dark Side) and don't deserve this kind of abuse.
Here is the EFF's stance on this case.
If you need a REAL reason to host these files, try reading this. Truth has never been more purely distilled.Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Thu, Dec 30, 2:55am EST
Numbers are only for the maintainer's convenienceMuch thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://members.tripod.lycos.nl/jvz/
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- ftp://dvd:dvd@206.98.63.136
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http://mu nitions.vipul.net/software/algorithms/streamciphe
r s/decss.tar.gz - http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://134.100.185.221/decss/
- http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.tasam.com/~fenkt/dvd/
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://livid.on.openprojects.net
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://members.tripod.co.uk/bap/css/cs s.html
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://nickd.org/decss
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
This site contains some good technical documentation as well as more source code that the DVD consorium's lawyers would rather you not see:
http://crypto.gq.nu/
Semi-broken Mirrors
(These mirrors sometimes work and sometimes don't)
http://joe.to/storage/files/decss.zip
ftp://eris.giga.or.at/pub/hacker/crypt/ DVD/
http://gullii.stu.rpi.edu/dvd/files/D eCSS.zip and http://gullii.stu.rpi.edu/dvd/f iles/css-auth.tar.gz
http://www.discordia.de/decss/DeCSS.zip and http://www.discordia.de/decss/css-aut h_tar.gz and http://www.discordia.de/decss/LiVid.tgz
Broken Mirrors
(These are listed here for the notification of the people who run them)
http://members.theglobe.com/avoiderman/css-auth.ta r.gz
ftp://mikpos.dyndns.org/pub/cssdvd.zip
ftp://195.115.63.44/pub/DeCSS.zip
http://home.c2i.net/buddha9/
http://frodo.campus.luth.se/~iocc/tip.html
http://home.t-online.de/home/skinner01/decss.zip ftp://ftp.firehead.org/pub/
http://freeweb.digiweb.com/business/avoiderman/
http://www.hack.b3.nu/
Mirrors shut down by The Man
(A moment of silence, please.)
http://www.rhythm.cx/dvd/css-auth.tar.gz and http://www.rhythm.cx/dvd/DeCSS.zip
http://dvdcracked.tvheaven.com/index.html
http://home.worldonline.dk/~andersa/download/DeCSS .zip
http://download.cnet.com/downloads/0-10079-100-143 3209.html?tag=st.dl.10001_104_3.lst.titl edetail
http://www.theresistance.net/files.html
http://cryptome.org/dvd-css.htm
http://www.d.umn.edu/~dchan/css/
http://caspian.twu.net/dvd/
http://mclaughlin.orange.ca.us/~andrew/
ftp://134.173.94.44 - http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
MirrorsYou have one bat and there are 100 million holes Visit Humpin! (No, it's not what you think!)
Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Wed, Dec 29, 3:14pm EST
Numbers are only for the maintainer's convenienceMuch thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://members.tripod.lycos.nl/jvz/
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- ftp://dvd:dvd@206.98.63.136
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http://mu nitions.vipul.net/software/algorithms/streamciphe
r s/decss.tar.gz - http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://134.100.185.221/decss/
- http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.tasam.com/~fenkt/dvd/
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://livid.on.openprojects.net
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://members.tripod.co.uk/bap/css/cs s.html
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- www.clarkson.edu/~andrixjr/decss/DeCSS.z ip
- http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
This site contains some good technical documentation as well as more source code that the DVD consorium's lawyers would rather you not see:
http://crypto.gq.nu/
Semi-broken Mirrors
(These mirrors sometimes work and sometimes don't)
http://joe.to/storage/files/decss.zip
ftp://eris.giga.or.at/pub/hacker/crypt/ DVD/
http://gullii.stu.rpi.edu/dvd/files/D eCSS.zip and http://gullii.stu.rpi.edu/dvd/f iles/css-auth.tar.gz
http://www.discordia.de/decss/DeCSS.zip and http://www.discordia.de/decss/css-aut h_tar.gz and http://www.discordia.de/decss/LiVid.tgz
Broken Mirrors
(These are listed here for the notification of the people who run them)
http://members.theglobe.com/avoiderman/css-auth.ta r.gz
ftp://mikpos.dyndns.org/pub/cssdvd.zip
ftp://195.115.63.44/pub/DeCSS.zip
http://home.c2i.net/buddha9/
http://frodo.campus.luth.se/~iocc/tip.html
http://home.t-online.de/home/skinner01/decss.zip ftp://ftp.firehead.org/pub/
http://freeweb.digiweb.com/business/avoiderman/
http://www.hack.b3.nu/
Mirrors shut down by The Man
(A moment of silence, please.)
http://www.rhythm.cx/dvd/css-auth.tar.gz and http://www.rhythm.cx/dvd/DeCSS.zip
http://dvdcracked.tvheaven.com/index.html
http://home.worldonline.dk/~andersa/download/DeCSS .zip
http://download.cnet.com/downloads/0-10079-100-143 3209.html?tag=st.dl.10001_104_3.lst.titl edetail
http://www.theresistance.net/files.html
http://cryptome.org/dvd-css.htm
http://www.d.umn.edu/~dchan/css/
http://caspian.twu.net/dvd/
http://mclaughlin.orange.ca.us/~andrew/
ftp://134.173.94.44 - http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
MirrorsYou have one bat and there are 100 million holes Visit Humpin! (No, it's not what you think!)
Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Wed, Dec 29, 3:14pm EST
Numbers are only for the maintainer's convenienceMuch thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://members.tripod.lycos.nl/jvz/
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- ftp://dvd:dvd@206.98.63.136
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http://mu nitions.vipul.net/software/algorithms/streamciphe
r s/decss.tar.gz - http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://134.100.185.221/decss/
- http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.tasam.com/~fenkt/dvd/
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://livid.on.openprojects.net
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://members.tripod.co.uk/bap/css/cs s.html
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- www.clarkson.edu/~andrixjr/decss/DeCSS.z ip
- http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
This site contains some good technical documentation as well as more source code that the DVD consorium's lawyers would rather you not see:
http://crypto.gq.nu/
Semi-broken Mirrors
(These mirrors sometimes work and sometimes don't)
http://joe.to/storage/files/decss.zip
ftp://eris.giga.or.at/pub/hacker/crypt/ DVD/
http://gullii.stu.rpi.edu/dvd/files/D eCSS.zip and http://gullii.stu.rpi.edu/dvd/f iles/css-auth.tar.gz
http://www.discordia.de/decss/DeCSS.zip and http://www.discordia.de/decss/css-aut h_tar.gz and http://www.discordia.de/decss/LiVid.tgz
Broken Mirrors
(These are listed here for the notification of the people who run them)
http://members.theglobe.com/avoiderman/css-auth.ta r.gz
ftp://mikpos.dyndns.org/pub/cssdvd.zip
ftp://195.115.63.44/pub/DeCSS.zip
http://home.c2i.net/buddha9/
http://frodo.campus.luth.se/~iocc/tip.html
http://home.t-online.de/home/skinner01/decss.zip ftp://ftp.firehead.org/pub/
http://freeweb.digiweb.com/business/avoiderman/
http://www.hack.b3.nu/
Mirrors shut down by The Man
(A moment of silence, please.)
http://www.rhythm.cx/dvd/css-auth.tar.gz and http://www.rhythm.cx/dvd/DeCSS.zip
http://dvdcracked.tvheaven.com/index.html
http://home.worldonline.dk/~andersa/download/DeCSS .zip
http://download.cnet.com/downloads/0-10079-100-143 3209.html?tag=st.dl.10001_104_3.lst.titl edetail
http://www.theresistance.net/files.html
http://cryptome.org/dvd-css.htm
http://www.d.umn.edu/~dchan/css/
http://caspian.twu.net/dvd/
http://mclaughlin.orange.ca.us/~andrew/
ftp://134.173.94.44 - http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
Re:Why do you want to do this?
You can't expect someone to live only off the Internet. That's not how life was meant to be.That's also not how the Internet was meant to be. You might as well ask someone to live only off of the telephone or the radio or the newspaper. Perhaps next month, the author will lock himself in a library and write about how it is hard to live there for a week.
It's not technology failing, it's people who fail to understand that technology is merely a tool who are failing.
--
QDMerge 0.4! -
Re:Revenge of the hackers?
-
KDE's Legacy?
What do you think will be the most important legacy from the KDE project? A desktop environment? A framework for applications? KOffice? A bunch of little applications that make life easier (kppp comes to mind)?
--
QDMerge 0.4! -
Dozing
Even if Judge Jackson took a cat nap or two, he still had access to the court transcripts and all of the exhibits presented. Just think of it as reviewing someone else's notes before the big final.
--
QDMerge 0.4! -
Performance
I'm pleased with the performance. Even though the NVIDIA SVGA server only supports hardware acceleration with 16 bpp right now, q3test looks good and is very playable at 800x600.Now I haven't seen the Windows version at all, let alone with a similar setup, and I haven't cared enough to measure framerates, but the only problems I've had with the demo are my rather poor ping times and my mediocre fragging abilities. (But I'm still better than Hemos.)
--
QDMerge 0.4! -
TNT and Quake in Linux
Grab the modified SVGA server from NVIDIA and run the little installation script.Quake 2 looks good (in a window) and q3test looks great (full screen) with my TNT2 and XFree86 3.3.5. You'll probably also want to update your Mesa library. (I think I had to make a symbolic link to a slightly-modified libMesa, too.)
--
QDMerge 0.4! -
Looking At It In Different Ways
I didn't think about it that way... My line of reasoning was that Samba allows you to replace a Windows server with a Unix box in an existing network.If you have an existing network set up, your Windows clients are probably already configured. The assumption there is that anyone setting up Samba has already configured the clients for one server or another, and the configuration method is the same no matter what type of server they use. Of course, you can also set up a network from scratch, with absolutely no Windows servers, which renders that assumption invalid.
Thanks for the comment. Now I understand why that chapter was there!
--
QDMerge 0.4! -
Freedom and MS Don't Exactly Coincide
If you don't want the governement stepping in when Linux or BSD or whatever OS makes it's way to the top, then I highly suggest you support Microsoft in this struggle to free themselves from Government regulation.
I think not. Let me rephrase that and you'll see what I mean:If you like companies breaking the law to increase their profits, stifle competition, and give consumers sub-optimal products, support Microsoft in this struggle to be free from Government regulation. That's the same kind of government regulation that says your car company can't make airbags that shoot metal spikes into your skull instead of nice, fluffy pillows.
Yeah, government sucks sometimes. However, that doesn't mean that it's not right once in a while. Anarchy ain't fun for long.
--
QDMerge 0.4! -
The Divestiture of Technical Ability
It's worse than that. Consider the MIS degree. It used to be that companies wanted technical people. Now they want people to manage technical people. Instead of hiring a good sysadmin, they'd rather hire someone to rent a sysadmin.
I suppose I shouldn't complain -- I wouldn't have my job if it weren't for A Big Company deciding that it is too expensive to hire people with technical skills. (Instead, it started a program with two additional layers of management and various contract negotiations and secretaries and the like.)
I wonder, though, if the desire to save quick cash is going to bite some of these companies on the backside when something goes wrong and no one has the foggiest clue how to fix it. Sucks to fire all of the network guys, eh? Sucks to pay me $2000 to show up, type in three commands, and spend the rest of the day at home, wondering how many people you could have hired at $25 an hour to catch these things before they happen.
The moral of the story? If you're renting brains to tell your company how to run its business, your company is in a heap of trouble. I'd short it.
--
QDMerge 0.4! -
The "Things Have Changed" Defense
From a legal standpoint, can Microsoft point to such developments as the Sun/AOL/Netscape deal and the mainstream attention devoted to Linux and the BSDs and say, "Things move too fast and we're struggling to catch up" and avoid or beg down punishment?
Contrariwise, is the case focused only on what Microsoft has done in the past? Even if the company has broken the law, if it falls apart tomorrow, will it still be held responsible for its actions?
--
QDMerge 0.4! -
Re:A question
There is a difference between hardware and software. Transmeta's patents all seem to cover hardware devices. I don't see a dilemma there (barring the question of the legitimacy of 'Intellectual Property').
--
QDMerge 0.4! -
Re:The damage is done...years ago.
Everybody who bought Microsoft products (from OEMs and partners to end users) did so by their own choice. If no one wanted microsoft products, no one is forced to buy them.
Missed Windows Refund Day, did you?
How about the story in my essay about the future of business software? One particular company with which I have a passing acquaintance had to purchase Office 2000 just to get one bug fix which prevented them from communicating with their business partners. (I supposed they weren't *forced* to do so, but the company did feel a need to stay in business. If you don't build anything to sell, you'll run out of money pretty quickly.)
Let's try an analogy -- 'everybody' bought petroleum distillates from 'Standard Oil' not because they all thought that it was the best deal, but because that is the only choice they could see. Sure, some people may have been able to drill in their backyards and set up a gasoline still, but did that work for most people?
No, Microsoft isn't in the business of saying 'buy this software or your dog gets it', but the company does behave in such a way to suggest, 'Nice company, pity if you can't read documents from anyone else.'
--
QDMerge 0.4! -
Re:Giving software away
But does Microsoft have a monopoly on any software it gives away? The closest thing that comes to mind is special student pricing on Visual Studio products or the Office suite.
I suppose you could put educational donations on that short list... but that's not how Microsoft achieved the monopoly. In fact, reading the FoF, it appears that growing the user base of Internet Explorer required some quick and dirty deals with AOL.
--
QDMerge 0.4! -
Building a Monopoly
Sorry, Jon, but Microsoft didn't become a monopoly by giving software away. It became a monopoly by making shrewd deals with computer manufacturers -- the same ones the Judge discussed as being rather unethical.
Unless you're talking about becoming a monopoly in the web browsing market (not the case), the web server market (not the case), the music software playing market (not the case), you're wrong. Microsoft has a monopoly in approximately none of the markets in which it has given away software. (Not that it hasn't tried....) Perhaps if Microsoft were truly innovative, things would be different.
Remember Windows refund day? There's the monopoly product.
--
QDMerge 0.4! -
Re:Nice idea... but will it work?
It's a fake rumor that never made it into the Quickies here... too obscure, I guess!
--
QDMerge 0.4! -
Re:M$ would be out of business
Don't be too hasty. I can barely achieve 16/7 uptime with the original wetware. Let's not talk about reliability, either.
insert smiley here
--
QDMerge 0.4! -
Re:Nice idea... but will it work?
-
Changes
If you could add or change three things about Linux to make your job easier or more enjoyable, what would they be?
--
QDMerge 0.4! -
Does Windows 2000 Count?
Remember when www.windows2000test.com first went public? How long did it take to come back up after the router got "hit by lightning"? Wasn't it almost three days?
Now how do I attach that Monty Python foot to this post...?
--
QDMerge 0.4! -
One Stab at Theodicy
Let me preface this by saying it is merely a what-if exercise, since I have not studied studied theology in seminary. I did read a few philosophy books, though.
I would rephrase the first assumption of your point in the opposite direction: our moral system resembles God's character. That may be important. If we accept the idea that God did create the universe and the idea that creation reflects His nature, we come to the idea that physical laws (like gravity) and moral laws (like those against murder) are similar.
One might as well ask, "Why do I fall when I step off of my roof?", but that doesn't really help.
Another piece to consider is the concept of divine justice and mercy. If you believe that God is all-knowing and all-loving (presupposed here, supported and explained in another argument), His view of justice and mercy is greater (as in, not limited by a certain amount of time or in scope to only a certain amount of people). I hate to use the word 'ineffable', but I think we bump up against human limitations quickly when attempting to understand Someone purported to be much greater than we are.
Another idea is much simpler. Does God make anyone do anything? (This is different from the question "Can God make anyone do anything?") It comes back to the free will argument again. (Standard Christian reasoning goes that God did not want a race of robots who love and obey Him because they were 'programmed' to do so -- He would rather some chose to do so, knowing that some would not.)
The previous poster's mention of God's purpose may help explain the pattern you bring up. The question there is, "What is God's purpose in acting in the world? Is it to enforce a standard of morality or is it to find a way to bring humanity back into relationship with him?" Christianity chooses the latter as His primary purpose.
What would I pick as an acceptable answer out of these? I would say that God allows moral choice (knowing that some will choose to do evil) and allows the consequences of these actions. If you are to believe Christianity, one day all wrongs will be righted and justice will prevail (tempered with great mercy, if you also accept their anthropology).
--
QDMerge 0.4! -
Space Elevator
Did anyone else think of Red Mars and start to worry about the idea of a Space Elevator? At least when a rocket explodes or a satellite orbit decays, it only ruins a small chunk of real estate.
Sure, it would be cool... but you won't catch me moving to the equator.
--
QDMerge 0.4! -
Re:This is not a conspiracy theory
Hemos gave a fiction book a 4/10 a while ago... I don't remember what the book was, but he apparently didn't like it.
In my case, there are two things that come into play. First, I'm careful of the books I buy. Second, of those books I review, I try to decide the target audience and judge the book's effectiveness and appropriateness for that audience, even if I'm not normally someone who would read it.
Snow Crash? A best of genre book. 9.5/10.
Programming Web Graphics with Perl and GNU Software? A unique book with lots of interesting information, but limited to a particular audience. 8/10. (Most of the O'Reilly books I've read are 8 or better.)
I'm reading a Java 2 beginners book right now, and it won't be getting a glowing review.
--
QDMerge 0.4! -
Don't forget about Education!
Might I bring to mind Gutenberg's printing press, created to print Bibles?
How about most of the major universities in Europe (and many Ivy League schools), set up to train preachers?
Don't forget the Celts storing and copying manuscripts centuries ago, as well as monks in various other monastaries... ask yourself why the Roman Catholic church performed the High Mass in Latin exclusively until Vatican II and why so much legal, medical, and scientific terminology is based in Latin.
Look at the Islamic side of things, too. Who kept the knowledge lost after the collapse of the Roman Empire and the destruction of Alexandria until the Crusades, when Westerners were re-exposed to the classics?
It would be unfair to say that pundits are opposed to history based on Mr. Katz article here, but so very tempting...
PS -- It's just a video game. Yeah, it sounds kinda dumb to me too, but I respect people who follow their beliefs more than I respect people who bitch about stuff. Especially when the latter get their facts wrong.
--
QDMerge 0.4! -
Re:Ok, enough!
People actually do ask Roblimo those questions fairly often. (It helps that he's head-over-heels for Debbie and talks about her a lot.) Maybe he just attracts single guys who think they're down on their luck. Seems like a thankless job to me, telling a bunch of people to get up, look beyond themselves, and start talking to other people.
--
QDMerge 0.4 just released! -
Re:No way
Suppose I or another consultant find a bug in Excel that prevents our customers from doing their normal work. Suppose we contact Microsoft about this bug, and the engineer there tells us that we will have to upgrade to Office 2000 in six months to fix the bug. (True story from February 1999). It's a really dumb bug, too.
Suppose Microsoft generously provides us a beta-test CD and allows us to find other bugs in Office 2000. Suppose we do. (True... ah, you get the picture.)
Granted, we benefit from the bug fixes, but so does everyone else, including our customer's competitors, if they use Office 2000.
I suppose you could claim that Microsoft didn't have to give us a beta of Office 2000, which is true. Still, how much money are we (actually, our customers) paying to Microsoft for the privilege of talking to a second-tier phone monkey? Much more than it would cost for me to e-mail someone at Abiword or KOffice or even StarOffice, that's for sure. If it were up to me, I wouldn't want to pay that much. Different business sense, I guess.
--
QDMerge 0.4 just released! -
Re:Doom as part of an OSS Unicenter TNG clone?
If there were a way to update the WAD file (in memory?) to reflect changing topology and geography automatically, you'd be on to something... that would solve the one-map-at-a-time issue.
Now if one could "lock" the current room in memory and not allow any architectural changes there, that would solve another issue. Interesting.
--
QDMerge 0.4 just released! -
Re:Woo hoo!
Could someone please review this book on Slashdot?
Since you asked so nicely, yes. It's really interesting -- more of an overview of the different things you can do than an in-depth exploration of any one thing. It reminds me of Programming Web Graphics with Perl and GNU Utilities in that sense. The demo robots are quite interesting.
Full review coming when I finish it.
--
QDMerge 0.4 just released! -
Whoops!
You're right about me leaving out the mythological underpinnings... I must have moved that from the synopsis to the analysis and forgotten to paste it. To wit:
Let it be known that Hiro knowingly attempts to reenact the ancient Sumerian myth which is explained throughout the story. One might analyze 'Snow Crash' as the germ of a future hacker mythos, where the sorceror-priests are those who can reach into the guts of the [mind|machine] and rewire [consciousness|digital reality] as they see fit. Except that the advertising age necessitates a word from our sponsor... (Hiro's business card at the lightshow.)
Mea culpa. Sorry everyone!
As for cyberspace, I took that for part of the mythology. Did Hiro find it more real than reality?
--
QDMerge 0.4 just released! -
Re:Look at this from Sun's perspective
Sun, however, needs to turn a profit. This can be done only if they keep property of their product.
This is one thing that confuses me about Sun's behavior as of late. I think they're a hardware company. They think they're a software company, I guess.
The question they should be asking is, "Are people buying our nice & expensive hardware to get Solaris, or are they getting Solaris when they buy our nice & expensive hardware?"
It makes a big difference.
--
QDMerge 0.4 just released! -
Re:Squatters in general...
There should be a clause in the NIC agreement:
Use it or lose it. 3 months to get *something* at that domain name (besides a 'coming soon' page from your registrar) or you lose it and your cash.
Hmm, maybe they could start with Transmeta!
--
QDMerge 0.4 just released! -
Re:No,
The problem is that these people refuse to consider an alternative point-of-view to such an extent that they threaten to murder the speaker.
That's not a problem of speech. That's a problem of listening and understanding.
Whenever I hear a viewpoint different from my own and take the time to consider it, it does change my own world view.
This too. You cannot guarantee (even if you are the government) that when you speak freely, people will take the time to listen, to consider, and to allow your viewpoint to change theirs.
When one's life is threatened for speaking one canNOT speak freely.
I disagree -- look at the Declaration of Independence. The signers' lives were threatened, yet they spoke freely anyway.
Threatening death for voicing/holding a different point-of-view, that is religious nature.
It seems to be more widespread in statism, from my studies in history.
--
QDMerge 0.4 just released!