In the early 2000s, programmer Phil Carmody did something wild: he transformed a piece of DVD decryption code (DeCSS) into a single massive prime number.
Why? To challenge the Digital Millennium Copyright Act (DMCA)—a law that restricted sharing tools used to bypass encryption.
Here’s the idea, step by step 👇
1. Code → Number
Any computer file is just binary (0s and 1s).
That means you can reinterpret the entire program as one giant integer.
2. Padding the Data
By adding small bits of extra data at the end (called “padding”), you slightly change the number’s value.
3. Searching for a Prime
Then comes the clever part: tweak that padding over and over until the number becomes prime (only divisible by 1 and itself).
Now you have something fascinating:
A prime number that also encodes restricted software.
This wasn’t just a hack—it was a question:
👉 Is a number illegal?
👉 Is math protected as free speech?
Because if you ban the code… do you also ban the number?
This is a perfe...
Suggested Credits
Tags, Events, and Projects