News
Mac/Linux: PlayFair 0.2 released - removes DRM from protected AAC files
By Dennis Lloyd
Publisher, iLoungeGoogle+
Published: Tuesday, April 6, 2004
News Categories: Mac Software
Decode Apple iTunes Music Store protected AAC files into unprotected AAC files so that they can be played outside of iTunes.
Note: Several users of this software are reporting crashes when using the converted AAC files in iTunes on Mac or PC. One user notes: “It appears that before running the playfair you need to make sure to play an encrypted song in iTunes and possibly even need to copy an encrypted song to the iPod to make sure the correct key is on the iPod. I tried it again after doing those two things and it worked. So the code appears to still be fairly buggy so I wouldn’t go around decrypting all your files without backing them up, but it does work, you just need to be carefull to test your resulting files.”
Playfair requires a Unix command line interface to be installed.
What’s new in this version:
2004-04-02 playfair Release version 0.2. Ensure DRMS code will work. * keyutils.c: Implement function to try to ensure that the DRMS code will be able to get a key. This means that either (a) the DRMS key storage directory exists, (b) the program is running on Windows or (c) an iPod is connected and detected. * playfair.c: Invoke new function. 2004-03-30 playfair Release version 0.1.
License: Freeware
System Requirements: MacOS X, Linux
Related Stories
- MS Office coming to iOS in 2013
- SuperSync 5 adds advanced ITunes Match support
- Apple releases Configurator 1.1
- iCloud Tabs to share Safari tabs between Mac, iOS
- Apple releases Configurator 1.0.1
- Ambrosia seeks iToner 3 beta testers
Comments
If you have a comment, news tip, advertising inquiry, or coverage request, a question about iPods/iPhones/iPad or accessories, or if you sell or market iPod/iPhone/iPad products or services, read iLounge's Comments + Questions policies before posting, and fully identify yourself if you do. We will delete comments containing advertising, astroturfing, trolling, personal attacks, offensive language, or other objectionable content, then ban and/or publicly identify violators.
Recent News
- OtterBox acquires LifeProof
- LifeProof debuts Frē case for iPad mini
- Logitech debuts Wired Keyboard for iPad
- New Apple online store design alters focus, hides deals
- Apps: ABC Aquarium, Disney Jr. Appisodes, Pinterest 2.4 + Pocket Informant Pro 3.0
- Report: iOS 7 could see Flickr, Vimeo integration
- Apple CEO Cook testifies on taxes, faces Senate critics
- Google Play Music All Access to get iOS app support?
- Senate subcommittee accuses Apple of tax avoidance
- AT&T: All video chat apps will work over cellular in 2013
Recent Reviews
- HMDX Jam Plus Bluetooth Wireless Speaker
- Fitbit Flex Wireless Activity & Sleep Wristband
- Cambridge Audio Minx Air 100 + 200 Bluetooth + AirPlay Wireless Speakers
- Mophie Juice Pack Plus for iPhone 5
- Ultimate Ears UE Boom
- Trü Protection Trü-Fit Anti-Glare Film Set
- New Trent iCarrier IMP120D Dual USB Power Pack
- BlueFlame 2M Charge and Sync Cable with Lightning Connector
- HMDX Jam Party Bluetooth Wireless Stereo Speaker
- Logitech Harmony Ultimate Universal Remote Control
Recent Articles
- Inability to use Find My Friends without a passcode
- Calendar info disappears after iCloud restore
- Remove old iCloud backup after restoring to a new iPhone
- Setting up a ringtone in iTunes
- Using a Wi-Fi hard drive with an iPad
- Backing up and restoring an iPod classic
- Can’t restore iPod touch without passcode
- Retaining older versions of Apps during an iOS Restore
- Can’t eject iPod nano without closing Firefox
- Can’t change iTunes Apple ID to iCloud e-mail address


1
kool, i’ll try it
Posted by ipodman on April 6, 2004 at 6:38 AM (PST)
2
this will be awesome for people who want to have a quick, hassle-free download for the songs they like, but still want to illegally share their songs with their friends and/or p2p networks. great work!
Posted by eric on April 6, 2004 at 6:56 AM (PST)
3
Reports on SlashDot (where it was discussed yesterday) seem to think that the binaries have mostly been pulled, though some mirror sites might still have it. Though whether that’s due to deliberate action, or just servers burning out under /. traffic, no-one seems to know
As to the crashes, that’s probably not the major concern it might sound. From what I gather, the app doesn’t check its results, so if the key file it finds is the wrong one, then it’ll happily produce garbage instead of unprotected AAC. Not surprisingly, that garbage can confuse player programs. But I don’t think it does any more damage than that, and as long as you keep your original .m4p files, you won’t lose anything.
Oh, and just in case it’s not clear: you need the key, so YOU CAN ONLY UNPROTECT FILES YOU’VE BOUGHT YOURSELF.
As for me, I’ve got the app safely stashed just in case Apple ever finds itself with nothing to do one rainy afternoon and decides to make the iTMS available far out in the uncharted backwaters of the unfashionable end of the western part of Europe, where lies an utterly insignificant little country whose ape-descended life-forms are so amazingly primitive that they still can’t access it…
Posted by Gidds in UK on April 6, 2004 at 7:38 AM (PST)
4
This is just based on several months old VideoLAN code.
http://theregister.co.uk/content/6/34712.html
http://wiki.videolan.org/tiki-read_article.php?articleId=5
Posted by Earl on April 6, 2004 at 8:00 AM (PST)
5
Works great as long as it can properly determine your iPod’s ID. Playing at least one encrypted song seems to be necessary for this to work (and if you don’t have any encrypted songs, you don’t need this). If it doesn’t get your iPod ID right, the resulting .m4a file will probably crash your media player (sloppy non-defensive coding in the media players is to blame there).
To the folks that claim this only a way to steal music, I beg to differ. I buy iTunes tracks. I want to play them on other non-iPod devices. Current copyright law says I’m allowed to do just that, and playfair makes this possible.
Tech-savvy people already know that the concept of self-contained copy protection used by the iPod is inherently flawed. The RIAA still has its thumbs in its ears, mumbling to itself that this can’t be happening.
Posted by liikweed on April 8, 2004 at 5:05 AM (PST)
6
Apple sent a cease and desist letter to the SourceForge management. The C&D cited the DMCA. Legally, SourceForge had to abide and pull the project. The project is now being hosted by Sarovar in India.
http://playfair.sarovar.org/
Posted by anonymous on April 9, 2004 at 11:44 PM (PST)
7
Earl -
No, that hack was based on a totally different principle, so that it was possible to “hijack” a stream and record it to disk. This is something totally different, where the encryption is removed directly.
Posted by Sraphim on April 12, 2004 at 1:03 PM (PST)