InsaneNutter
Resident Nutter
Requiem is a program that removes Apple's DRM (called FairPlay) from songs, videos, and books purchased on iTunes, This allows content purchased on iTunes to be played on non-Apple-approved devices, like a SlimServer or Linux box. The DRM removal is a lossless process, it is merely decrypting the file, not decoding and re-encoding it, meaning no quality is lost when the DRM is removed.
Requiem must be run on a computer that are currently authorized to play the DRM'd music or video.
Download:
Download Requiem 4.1 for Windows
Download Requiem 4.1 for OSX
Download Requiem 4.1 Source Code
Old Downloads:
Download Requiem 3.3.6 For Windows - Apparently works better for Ebooks.
How to use:
Double-click on the Requiem application and watch it work!
It will automatically find DRMed files in your iTunes library and remove the DRM from them.
The original DRMed files will be moved to the trash. Make sure you verify that the songs and videos still work before emptying the trash.
Windows users will need to install Java.
You can also drag & drop files or directories (which will be searched recursively) onto the Requiem application or the Requiem window.
Starting Requiem with the shift key down will disable scanning of the iTunes library. You can use this feature to start requiem with a blank window into which you can drag & drop files to be processed.
How it works:
Requiem decrypts the audio and video data in your file exactly like iTunes does:
1. Requiem authenticates with the DRM library using the secret credentials used by iTunes.
2. Requiem uses the decrypt routines in the DRM library to decrypt all of the audio and video data.
Changes:
There is no longer a key cache.
Warning:
This program is not intended to promote piracy. I just wanted to play my iTunes songs on a SlimServer! As such, the output file is only minimally modified to remove the DRM. It still has lots of information in it identifying you.
Command Line:
You can run Requiem a bunch of different ways from the command line (Mac examples):
run it as usual:
java -cp Requiem.app/Contents/Resources/Java/Requiem.jar Requiem
deDRM a single file:
java -cp Requiem.app/Contents/Resources/Java/Requiem.jar UnDrm <input file> <output file>
print mp4 structure of a file:
java -cp Requiem.app/Contents/Resources/Java/Requiem.jar Mp4 <file>
print configuration info:
java -cp Requiem.app/Contents/Resources/Java/Requiem.jar Config
request more memory: add "-Xmx1024m" (or whatever number of megabytes you want)
Official Website:
Requiem had a Tor website, the project is however no more and the website closed down many years ago: http://tag3ulp55xczs3pn.onion
Requiem must be run on a computer that are currently authorized to play the DRM'd music or video.
Download:
Download Requiem 4.1 for Windows
Download Requiem 4.1 for OSX
Download Requiem 4.1 Source Code
Old Downloads:
Download Requiem 3.3.6 For Windows - Apparently works better for Ebooks.
How to use:
Double-click on the Requiem application and watch it work!
It will automatically find DRMed files in your iTunes library and remove the DRM from them.
The original DRMed files will be moved to the trash. Make sure you verify that the songs and videos still work before emptying the trash.
Windows users will need to install Java.
You can also drag & drop files or directories (which will be searched recursively) onto the Requiem application or the Requiem window.
Starting Requiem with the shift key down will disable scanning of the iTunes library. You can use this feature to start requiem with a blank window into which you can drag & drop files to be processed.
How it works:
Requiem decrypts the audio and video data in your file exactly like iTunes does:
1. Requiem authenticates with the DRM library using the secret credentials used by iTunes.
2. Requiem uses the decrypt routines in the DRM library to decrypt all of the audio and video data.
Changes:
There is no longer a key cache.
Warning:
This program is not intended to promote piracy. I just wanted to play my iTunes songs on a SlimServer! As such, the output file is only minimally modified to remove the DRM. It still has lots of information in it identifying you.
Command Line:
You can run Requiem a bunch of different ways from the command line (Mac examples):
run it as usual:
java -cp Requiem.app/Contents/Resources/Java/Requiem.jar Requiem
deDRM a single file:
java -cp Requiem.app/Contents/Resources/Java/Requiem.jar UnDrm <input file> <output file>
print mp4 structure of a file:
java -cp Requiem.app/Contents/Resources/Java/Requiem.jar Mp4 <file>
print configuration info:
java -cp Requiem.app/Contents/Resources/Java/Requiem.jar Config
request more memory: add "-Xmx1024m" (or whatever number of megabytes you want)
Official Website:
Requiem had a Tor website, the project is however no more and the website closed down many years ago: http://tag3ulp55xczs3pn.onion

