Slashdot Mirror


Napster Has Been Cracked

Sabathius writes "Users have found a way to skirt copy protection on Napster Inc's portable music subscription service just days after its high-profile launch, potentially letting them make CDs with hundreds of thousands of songs for free...""

70 of 616 comments (clear)

  1. Man... by Curtman · · Score: 5, Funny

    Never saw that one coming.

    1. Re:Man... by yogikoudou · · Score: 4, Funny

      Well I guess they were using SHA-1 ...

    2. Re:Man... by FrYGuY101 · · Score: 5, Insightful

      To be fair, this is a far more crude hack than Hymn.

      Hymn (the iTunes DRM remover) keeps the encoded data encoded, simply removes the copy protection, wheras this takes the decompressed audio, writes it as a wav file to the disk. As a result, if you want to encode it to save space, say, WMA, or ogg or MP3, you're losing more information (I suppose you could also go with FLAC, but that's a lot of space for a mediocre bitrate WMA version anyway).

      All in all, I'd say wait for a better way of bypassing the DRM before you hog up to the Napster smorgasboard.

      --
      "If we let things terrify us, life will not be worth living."

      - Seneca
    3. Re:Man... by BasilBrush · · Score: 5, Informative
      Not any more. Transcode direct to MP3, no WAV step.

      And do them in parallel to beat the real time limitation.

    4. Re:Man... by buttersnout · · Score: 3, Interesting

      True but this is much more a problem with a subscription service. If you use Hymn, you have already payed 99c for the track. You aren't really doing much other than making it so you can give a copy to your friends which you could do anyway with a cd. If you use napster you are permanantly keeping something you were only supposed to be renting. you could pay 15 dollars and get and get 5 gigs of music. Breaking fairplay will still require you to pay a little over $1000 for the tracks

    5. Re:Man... by SamBeckett · · Score: 5, Insightful

      To be fair, there always must be a "WAV" step; you just don't see it in action using method described for the link.

    6. Re:Man... by JAgostoni · · Score: 5, Informative

      And you are STILL losing quality even if it was just transcoding like that.

    7. Re:Man... by Anonymous Coward · · Score: 4, Informative

      Wrong.

      Original recording -> MP3: loss
      MP3 -> WAV: no additional loss
      WAV -> MP3: more loss

      Each time you convert to a lossy format, there is more going on that "throwing away the parts of the music you can't hear", which is often the quick, oversimplified explanation of lossy compression. There's added noise due to compression as well, and that noise will be, at least to some extent, cumulative with additional generation of compression.

      Even if the psychoacoustic models used were perfect (which they aren't, especially at low bit rates), at the very least there would be generational loss from calculation round-off errors when converting from MP3 to WAV and back again.

    8. Re:Man... by Khazunga · · Score: 3, Informative
      If you keep transcoding your file over and over again you are not losing imperceptible data.
      You might not lose any data at all. It depends on the transcoding. Say you grab a perfect, audible-band-complete FLAC and keep only mid-tones [50Hz-15KHz], then enconde it in the frequency domain. Let's call this new format CRAP.

      CRAP saves space by throwing away data, losing quality. However, you only lose quality the first time around. You can transcode between FLAC and CRAP as many times as you want, and there is no subsequent data or quality loss.

      The problem arises when different formats/encoders throw away different parts of the spectrum. Then, the end result is a file that contains only the frequencies nobody threw away along the transcoding pipeline.

      In the end, I mean to say a transcoder in and by itself won't cause loss of data. You can convert to wav and back to a compressed format with no data loss, if you know what you're doing.

      --
      If at first you don't succeed, skydiving is not for you
    9. Re:Man... by BoldAC · · Score: 5, Informative

      hah!

      Actually, the DRM can be bypassed by having winamp send the audio straight to a raw WAVE file. Winamp stopped this previously by preventing DRM files from using a direct write-to-wav plug-in. However, this hack uses an additional plug-in to bypass this.

      The sad thing is that the Output Stacker has been pulled from the winamp website.

      Users have been posting links to sites that still contain Output Stacker in the forums.

      This recipe contains the step-by-step directions for the hack and active links to the plug-ins.

    10. Re:Man... by warlockgs · · Score: 4, Interesting

      As the originator (as far as I can tell) of this "hack" (I wouldn't call it that), it is absolutely amazing how quickly this got around. 4 weeks from post on cdfreaks, to worldwide news, and an article on slashdot. Yay to me.

      Click here to see the original post I made on this

      Anyhow, I hope you all are enjoying it. I merely wanted to transcode the files I had bought (3207 and climbing....) so I could load them on a non-WMA-aware MP3 player like any other piece of music I own. I certainly didn't intend for Napster to start a 14-day free trial, nor did I expect this method to get "out into the wild" (although, posting on the internet is no way to keep anything secret.....). I would like to take this moment and kindly remind you all that unless you actually *buy* some tracks, Napster loses money. Napster loses enough money, they'll fold shop. The artists will then get reamed by iTunes. Don't let it happen guys, lets at least try to be honest.

      /Just sayin....

      --warlock1711 of club cdfreaks.

  2. Whatever by Quasar1999 · · Score: 4, Insightful

    So long as the audio comes out speakers at some point you will always be able to grab the analog signal and re-encode it to whatever format you want... this isn't some breakthrough... It's called recording the analog output...

    --

    ---
    Programming is like sex... Make one mistake and support it the rest of your life.
    1. Re:Whatever by rsidd · · Score: 5, Informative

      On linux, so long as you're playing via /dev/dsp you can always grab the digital signal, for example via vsound. I wouldn't be surprised if that's possible with MacOS X too, or even Windows.

    2. Re:Whatever by mirko · · Score: 5, Informative
      --
      Trolling using another account since 2005.
    3. Re:Whatever by Anonymous Coward · · Score: 5, Insightful

      I don't see why you couldn't create a fake audio driver for Windows that let you swipe the digital signal. Or a fake CD-RW to steal to the MP3s iTunes lets you download.

      And of course the DarkNet paper showed us all what we already knew: With DRM, you have to give the user everything needed to play the file. That includes the cryptography algorithm and the key. Thus, all DRM is breakable.

    4. Re:Whatever by Curtman · · Score: 5, Funny

      so long as you're playing via /dev/dsp you can always grab the digital signal

      Quiet you. If my next soundblaster comes with some new fangled Macrovision, it'll be your fault.

      Or would that be Macroaudio?

    5. Re:Whatever by Troed · · Score: 3, Interesting

      With DRM, you have to give the user everything needed to play the file. That includes the cryptography algorithm and the key. Thus, all DRM is breakable.

      Bollocks - you're assuming you have complete control of the execution environment. That is not the case on some platforms (cellphones springs to mind) and there are incentives (I'm sure you know the acronym) to make a "secure platform" within our normal open platforms to reach the same goal.

    6. Re:Whatever by UnRDJ · · Score: 4, Informative

      Many sound card drives (Echo Mia, Egosys Waveterminal, Emu series, to name a few) allow internal rerouting of a digital signal to and from various virtual ins and outs. Simply playback anything through the mme driver, route that to an asio or WDM input, record, and voila. But really people, just buy the music. I know I'm going out on a limb here, but look at a service like Rhapsody. $10 a month for as much 44.1/16 music on your computer as you want. Albeit the bitrate isn't that great (im guessing 128), if you're really using kazaa for virtuous reasons such as "discovering music that you can't find in the record store because the RIAA shoves pop down your throat," then you'll buy a cd when you find something you really like. Rhapsody has a huge library of songs, stuff you would never see on mtv. It has a 30 day free trial, see for yourself. No I'm not a Rhapsody employee =), I just honestly enjoy the service.

    7. Re:Whatever by Reverant · · Score: 5, Informative
      I wouldn't be surprised if that's possible with MacOS X too, or even Windows.
      It is possible. It always has been possible. All Sound Blaster cards (after the first Live! series) have a virtual input mixer called "WhatUHear". Selecting it as an input, you can record whatever goes to the card's DAC, without actually going through the DAC->ADC process. The quality is excellent. I've been using this method to capture some nice soundtracks from several games that didn't offer the music as wave or mp3.
    8. Re:Whatever by Anonymous Coward · · Score: 5, Informative

      Actually, their drivers do contain something similar.

      For instance, I'm in the pro audio industry and folks have always claimed that a soundblasters S/N and other specs are right up there with the big boys. Of course they are -- their team is comprised of greats from around the industry including their aquisition of Ensoniq a few years back.

      What they don't tell you is that the digital outs and otherwise are disabled in the drivers. The claim is that you get 24bit in / out -- but the reality is that even if you are doing a pure pass through, that 24 bit randomly drops bits down to a signal of as low as 14.

      The strange this is this doesn't happen with the free drivers that were available for Linux nor the Mac solutions. And then someone backported one of the Ensoniq proaudio card drivers after realizing the chipset was identical and was able to bring this back to the PC by doing a little hex editing...and the audio in phenomenal (although the driver is still a bit buggy and I wouldn't recommend it for anyone that needed a serious project undertaken).

      But yeah, if Creative needed to make the industry happy, they'd throw in Macrovision in a heartbeat. Sad that your post is rated funny...

      Note: This was true several years back...I don't deal with audio interfaces as I once did, so it may not be true any longer.

      Also now, this is Off Topic, please rate it accordingly. I'm an AC and don't give a rats ass.

    9. Re:Whatever by Filmwatcher888 · · Score: 5, Informative
      There is a virtual sound card program for windows. It is called VAC, the Virtual Audio Cable. It works really well, and is relatively cheap.

      The only Virtual CD Burner software I've seen is called Original CD Emulator. It creates a fake CD Burner in the same way DaemonTools creats a fake CD drive.

      If anyone knows any other software that can do the same things as these too, please post them here too.

  3. Copied Music by JohnHegarty · · Score: 5, Funny

    Oh No...

    Now the name Napster will be tried to illegally copied music... and after all the paid of the good number of that company...

    1. Re:Copied Music by binarybum · · Score: 4, Funny

      I think what he meant to say was, "all of your base belong to us"

      --
      ôó
  4. Old News by samtihen · · Score: 5, Insightful

    Oh this has been explained for a while: http://marv.kordix.com/archives/000400.html

    All that is happening is that people are grabbing the actual output of the song, and dropping it into a wav file. This will ALWAYS happen with any kind of copy protection. If you let users actually hear (music) or see (movies/tv) the content, there will always be a way to get it. At the absolute worst, people can just set up a tape recorder and grab it from that.

    Regardless, the point is that it is STILL ILLEGAL to abuse. Until you can get people to stop breaking the law voluntarily (via fair pricing and good business practices), all media/content companies will have to keep playing this game. What they need to realize is that they are always going to lose.

    1. Re:Old News by jxyama · · Score: 5, Informative
      >All that is happening is that people are grabbing the actual output of the song, and dropping it into a wav file. This will ALWAYS happen with any kind of copy protection. If you let users actually hear (music) or see (movies/tv) the content, there will always be a way to get it. At the absolute worst, people can just set up a tape recorder and grab it from that.

      you are absolutely right, however, the difference here is, napster is a subscription model. (with a free trial to boot.) so the circumvention of the DRM means you get as many songs as you want for little or no money. music download sites, like iTMS or MSN, you have to pay first, then crack it all you want... so media/content companies aren't quite "losing" there to the same degree...

    2. Re:Old News by Anonymous Coward · · Score: 3, Funny
      If you let users actually hear (music) or see (movies/tv) the content, there will always be a way to get it.

      Not if you build the copy protection into the user...

    3. Re:Old News by Khomar · · Score: 3, Insightful
      Regardless, the point is that it is STILL ILLEGAL to abuse. Until you can get people to stop breaking the law voluntarily (via fair pricing and good business practices)

      I think the point your getting at here is that we live in an imperfect world. The fact is that there will always be someone who will break the law. In order to stop all crime, you have to place very strict, cumbersome laws and practices -- and even then someone will find a way around them(we humans are quite resourceful when it comes to finding new and devious ways to circumvent authority). The key is finding the balance between discouraging crime and maintaining the usability and popularity of your product to your customers.

      It has been my experience that it is much better to lean toward ignoring piracy for the sake of our law abiding customers rather than to hurt everybody to stop the few bad apples. Our customers end up being much happier, and we also get fewer support calls. Win-win.

      --

      I believe in de-evolution. God made the world perfect, man fell, and its been going downhill ever since!

    4. Re:Old News by MartinG · · Score: 4, Insightful

      The law is there to uphold the beliefs of society. If enough people are breaking a law, who is that law representing exactly? In those cases, it is that law itself that is wrong. History teaches us that the most effective way to get rid of unjust laws is to ignore them.

      NB. I'm making a point about laws, not about my opinion on current intellectual property laws.

      --
      -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
  5. Free? by danormsby · · Score: 4, Funny

    I thought all music downloaded from the internet was free?

    --
    Omnis amans amens
  6. Aw Crap by Sentry21 · · Score: 5, Informative

    The jig is up. I was hoping I'd finish my 14-day trial before anyone found out about this. Oh well, I got 8 gigs already, and I can get more today.

    I use a program called tunebite that plays the files back and records them to MP3, as well as copying over album/artist metadata from the tags.

    Hopefully I can get everything copied before they fix it (if they ever can fix it).

    1. Re:Aw Crap by KiloByte · · Score: 4, Interesting
      The trick is, they can't fix that.

      Possible workarounds for them:

      subverting the system (MS can do that) to allow locking the soundcard We can simply code a virtual soundcard driver. restricting Janus to work only if your soundcard has a driver signed by Microsoft's key (at the cost of breaking it for many people) We can use cards with extended functions. blocking all cards with such "extended functions" when Janus is in use At the cost of some quality, we can use the analog route, by simply plugging the card's speaker output into some other device.
      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
  7. Oh dear by Ckwop · · Score: 5, Insightful

    "The DRM (digital rights management) is intact. Basically, people are just recording off a sound card. This is nothing new and people could do this with any legitimate service if they want to use a sound card," she said.

    "This kind of attack has been around for a long time and it's just because of our higher profile that it has sparked such interest," she said.

    But isn't this the point? All it takes a little software tool and suddenly everyone can do it. You can't just "ignore" attacks - because the attackers certainly wont.

    Simon.

  8. Who thought, it would take Slashdot this long? by mi · · Score: 3, Informative
    to post the story?

    "Growsing about rejected submissions" my behind -- I submitted a better worded snap with more informative links two days ago...

    WinAmp has pulled the plug-in in question from their site, it seems...

    --
    In Soviet Washington the swamp drains you.
  9. That Napster business plan in full by Deep+Fried+Geekboy · · Score: 4, Funny

    1. Launch DRM'd subscription-based music service. Nobody joins it but RIAA backs your model and you get lots of good music.
    2. Wait for DRM to be cracked, in, ooh, three or four days.
    3. Your subscriptions suddenly rocket
    4. PROFIT!

    --

    I'm not wrong. You haven't thought about it hard enough.

  10. That's not a crack by harlows_monkeys · · Score: 3, Insightful

    Sticking something on the output of the media player that saves a copy of the bits is not a crack.

  11. Are we not just talking about the analog hole by cmiller173 · · Score: 3, Insightful

    Isn't this just a plugin to WinAmp the grabs the output stream from napsters software going to the sound card and "records" it? As far as I can tell you would still have to manually name/tag the files unless your happy with generic names. Also, a five minute song will take five minutes to capture. OPh and it captures as an uncompressed wav so you would need to convert it to your prefered format.

    1. Re:Are we not just talking about the analog hole by natemc · · Score: 4, Informative

      get the LAME output plug in, it will create and tag an mp3 for you

  12. Re:Damn...must not be very high quality songs... by avgjoe62 · · Score: 4, Funny
    Seriously, though, who didn't see this coming?

    Uhm... Napster?

    So much for the business model...

    --

    How come Slashdot never gets Slashdotted?

  13. I wouldn't say cracked by Daath · · Score: 4, Informative

    It's not actually been cracked - They can't make real digital 1:1 copies of the songs - What they do is record from the sound card. That's not so bad if you just want to burn them to CD, but if you want to re-encode from WAV to Ogg or MP3, the quality will deteriorate further...
    You can do this will *all* DRM media, nothing new here - It's only because it's Napster (woohoooo) that people think it's revolutionary. It isn't.

    --
    Any technology distinguishable from magic, is insufficiently advanced.
    1. Re:I wouldn't say cracked by Kjella · · Score: 3, Insightful

      Well, depending on how you look at it. They are 1:1 digital copies of the same wav output that'd go to your speakers. If the WMA format was open, you could probably (with a lot of effort) create a "reverse engineer" encoder which would reconstruct the original compressed file, sans DRM.

      You can do this will *all* DRM media, nothing new here - It's only because it's Napster (woohoooo) that people think it's revolutionary. It isn't.

      Actually, no. The big news here is because it is a subscription service. I.e. you take a temporary copy, and make it a permanent one. It has a completely different impact on the business model than say Hymn and the iTMS.

      --
      Live today, because you never know what tomorrow brings
  14. Impact? by tuomasr · · Score: 4, Insightful

    So what's the point? The main thing of Napster is that you can legally download songs off the internet. Circumventing copyright protection schemes is illegal, at least here in Finland. So why not download the songs illegally in the first place? Of course there's the RIAA-factor but if you don't share, is there a problem as getting caught propably isn't that likely.

  15. Well, its come full circle. by GatesGhost · · Score: 4, Funny

    napster just keeps finding a way to provide free music. lol. talk about irony.

  16. Re:If you don't have time to RTFA... by harlows_monkeys · · Score: 4, Informative
    Until recently, music subscription services have been somewhat restricted in their ability to transfer songs they provide to portable players, while Apple has sold millions of portable iPods by allowing users to buy songs from iTunes and store them on iPods

    Divide the number of songs sold on iTunes by the number of iPods sold, and it works out to only something like 5 or 10 albums per iPod. Unless people are buying much much bigger players than they need for some reason, it looks like people are mostly putting things other than iTMS music on their iPods.

  17. Broadcast flag has been cracked by RandoX · · Score: 5, Funny

    Apparently, users have been sitting in front of their TV with a camcorder...

  18. Napster v.s. iTunes by thenextpresident · · Score: 5, Funny

    Hehe
    iTunes: $0.99 per song.
    Napster: 14 day free trial: All the songs you can download and copy to MP3.

    Hrm... =)

    --
    Jason Lotito
  19. Not cracked by Mr_Silver · · Score: 5, Informative
    The DRM wasn't cracked, simply the output of the file was redirected back into a WAV (or MP3) without any DRM - akin to doing a tape to tape copy.

    Napster have already responded on their site (link in top right) and basically said the same thing. They also rightly pointed out (i think, as i've not tried) that this would be a 1:1 copy, so a 60 minute album would take you the same amount of time to copy - which isn't going to be much fun to do lots of.

    Apparantly rumour has it that Steve Jobs contacted music executives, pointing them to the site and the Napster CEO countered by pointing out several sites which showed you how to do the same with iTunes files. I'm not sure how true this is.

    Interestingly enough, the Winamp plugin required to do this - Output Stacker - was pulled from the winamp site. Which I find a little odd, since there are perfectly legal uses for the plugin - so I don't understand why they're playing censorer (to be safe?)

    If anyone knows where to get it from, it would be appreciated since Googles cache shows no homepage and a Google search of the author gives only a set of links to a non-working winamp.com URL.

    --
    Avantslash - View Slashdot cleanly on your mobile phone.
  20. What they actually mean is... by Kjella · · Score: 5, Insightful

    ..."we're powerless to stop it".

    Don't think it isn't being worked on, just not by Napster. You can read more about Secure Audio Path here. Of course, the next step is a simple loopback-cable to another sound card (your input will be disabled while doing secure playback). The next step is to add a broadcast flag to the signal, only to have people circumvent it. Then they'll go for Secure Digital speakers. Then people will record with a high-fidelity microphone. And some time after they ban A/D converters, we will win (or the digital society we've made will collapse, whichever comes first).

    Kjella

    --
    Live today, because you never know what tomorrow brings
  21. And Apple... by gmajor · · Score: 3, Funny

    Steve Jobs reportedly e-mailed record company executives a link to a blog detailing the hack. He apparently wants to paint Napster as an insecure service, no different from its original form all the while portraying iTunes as secure (PlayFair anyone?)

    Ruthless business tactics IMHO, dare I say reminiscent of the Redmond giant. I wish he'd let consumers decide which service is better rather than try to sabatoge Napster with his industry connections and FUD.

    (Disclaimer: Heard this as a rumor - I wasn't exactly CCed on Steve's e-mail - but I had no reason to disbelieve the source).

    1. Re:And Apple... by eboot · · Score: 4, Informative

      The difference is Napster offer 14 day trial, meaning that you an download as much as possible and rencode at the same time, meaning you can download, with a reasonable amount of effort, a thousand free songs. In iTunes you can burn 'perfect' recordings of downloaded songs without any audio 'trickery' but you still have to pay for them! So Jobs can call them out on this, but he still shouldnt. Nobody likes a snitch!

      --
      Two tears in a bucket. Motherfuck it.
  22. Napter CTO responds by graiz · · Score: 5, Informative

    A response from the Napster CTO taken from the homepage of Napster.com:
    ----

    It has come to our attention that there are a number of inaccurate statements posted by various sources on the Internet regarding the security of Napster and Napster To Go. As Napster's CTO, I would like to officially state that neither Napster To Go, Napster, nor Windows Media DRM have been hacked. In the interest of providing the most accurate information to consumers, the following is some background on the subject.

    There is a program that allows a user to record the playback of tracks directly from the computer's sound card. This process can be likened to the way people used to record songs from the radio onto cassette tapes, but instead of capturing the music on a tape, the file is converted into a new, unprotected digital format. This program does not break the encryption of the files, which can only be recorded one at a time making the process quite laborious. It would take 10 hours to convert 10 hours of music in this manner. It is important to note that this program is not specific to Napster; files from all legal subscription and pay-per-download services can be copied in this way.

    We hope that the information provided above clarifies the matter and puts questions regarding the security of Napster and Napster To Go to rest. Napster's mission is to provide consumers with a legal environment in which they can experience and discover the world's largest collection of digital music. We believe that artists should be compensated for their work and intellectual property rights should be respected. While we acknowledge there are always going to be those who do not share our belief, we remain committed to providing the most enjoyable and flexible digital music experience for those who do.

  23. Sorry, not legal to abuse anywhere. by samtihen · · Score: 3, Insightful

    No, it quite certainly is still illegal to abuse. A subscription to Napster gives you the legal right to use the songs you want for as long as you pay a subscription to Napster. You are not paying for the song; you are paying for the right to RENT the song.

    http://www.napster.com/terms.html

    Even if it was illegal, dont try to pretend that it still wouldnt be IMMORAL. Does it really matter if your country doesn't have specific laws keeping you from doing this?

    Does the artist of the song get paid? No? Well, arent you kind of screwing him/her over? I think the answer is clear.

  24. Output Stacker plugin URL by buro9 · · Score: 4, Informative

    Output Stacker plugin has been pulled from the WinAmp site, but you can still get it in their forums.

    The details on the plugin are cached here, this is the PULLED page:
    http://64.233.183.104/search?q=cache:zsalMv FLX6QJ: www.winamp.com/plugins/details.php%3Fid%3D86033+wi namp+output+stacker+plugin&hl=en&client=firefox-a

    This thread lists where it can be found NOW:
    http://forums.winamp.com/showthread.php?thre adid=3 5627

    And this contains the plugin:
    http://forums.winamp.com/attachment.php?p ostid=159 3266

    Google is a wonderful thing when companies wish to backtrack like that.

    The plugin has tons of geniune uses... pulling it, well yeah I understand AOL/Time Warner's motives... but they're kinda dumb.

  25. Hey, what do you expect... by skids · · Score: 5, Funny


    Before you criticise the craftwork, consider the medium.

    You don't expect a pile of burning tires to be stacked neatly, do you? That's about the same as expecting coherence and grammar in a slashdot post.

  26. Its not a crime by adeydas · · Score: 3, Informative

    Well according to Napster, this is not a crime. Quotting from the article: "The DRM (digital rights management) is intact. Basically, people are just recording off a sound card. This is nothing new and people could do this with any legitimate service if they want to use a sound card".

  27. Re:Really lossy? by wed128 · · Score: 4, Interesting

    yes. MP3, Ogg, and WMA all take away different parts of the waveform in their quest to be smallest. Therefore, transcoding from one to another results in the waveform being mangled more and more.

  28. I saw it coming! by ImaLamer · · Score: 5, Funny
    I was going to submit this story with the headline:
    Napster is Back!
  29. New key developments by flowerp · · Score: 4, Informative
    New key developments:

    -If you use the "Out-lame" Winamp plugin in the Output Stacker in place of "Out-disk", you can convert straight to MP3. It still encodes no faster than realtime, but this is a great way to conserve space. WAV(Out-disk) is still recommended if you are burning CDs and want to keep as much quality as possible. I can confirm that this all works.

    -You can run multiple instances of Winamp at once, each converting its own song. Each instance's playback will not interfere with any of the others, illustrating the fact that this is not simply recording the music off of your soundcard. Doing this, you can get FAR MORE than 252 full 80 minute CDs within 14 days. I can confirm that this works.

    You can transcode(MP3) or decode(WAV) X albums in the time it takes for the longest track on the album to elapse. And since you're not limited to only tracks from one album at a time, you can trans/decode as many tracks as instances of Winamp your computer will run limited only by your computer's resources.

    Quote from Napster's official statement: "It would take 10 hours to convert 10 hours of music in this manner."

    With the updated methods, you can convert 100 hours or 1,000 hours or 10,000 hours of music in 10 hours. The only limit is your computing resources.

    --
    --- Eat my sig.
    1. Re:New key developments by DA-MAN · · Score: 4, Informative

      How do you run multiple WinAmp instances? I tried and it just jumps to the current instance.

      CTRL-P and go to "General Preferences". Once there, click on "Allow multiple instances" and voila.

      --
      Can I get an eye poke?
      Dog House Forum
  30. Press Release by SomeOtherGuy · · Score: 4, Funny

    I have just cracked LP copy protection. I have plugged my record player into the line in button on my sound card, dropped the needle and clicked "record". This is a banner day. Hail to me. I am off to crack my camcorder next.

    --
    (+1 Funny) only if I laugh out loud.
  31. Re:*I* call bollocks on *you* by Herbmaster · · Score: 4, Insightful

    The thing is always in the hand of the user. With some tools, I can completely re-flash my cell phone. If I'm smart, I can even make the modifications I did stealth from the POV of the cell phone company. This is and will always be true, unless you start making appliances that explode when you open them. Or when you try to make any "illegal operation" with them.

    ...Or until you persuade the government to criminilize attempts to defeat your DRM. Then you can make your DRM encryption as weak as you want, and let the police pick up the slack for your laziness/technological shortcomings.

    --
    I'm not a smorgasbord.
  32. Re:it's good enough by redJag · · Score: 5, Funny

    for audiophiles and perfectionists ....

    Turns out they don't care since they'd never purchase that low quality of music in the first place eh? :)

  33. Re:*I* call bollocks on *you* by Sarastrobert · · Score: 3, Insightful

    ...Or until you persuade the government to criminilize attempts to defeat your DRM. Then you can make your DRM encryption as weak as you want, and let the police pick up the slack for your laziness/technological shortcomings.

    Well, this doesn't exactly help alot since copying the music is already illegal (copyright infringement) providing you can not claim fair use.

    I'll make an analogy.

    Stealing bikes is forbidden according to law. But some people still steal bikes fully aware that it is illegal. So bike owners install locks on their bikes to prevent theft. But some bike thieves will just bash or pick the locks and still steal the bikes.

    So, lets assume that BOAA (Bike Owners Association of America) puts some serious lobbying money towards making it illegal to circumvent bike locks. Will this stop bike thefts? Bike thieves are already breaking the law, so what makes anyone think that they will respect the latter law when they already disregard the former?

    I call bollocs on the Lawmakers...

    Disclaimer: I am not actually comparing stealing bikes with downloading illegaly copied music, I do it just to prove a point

  34. Re:Specialist Subject: the Bleeding Obvious by yeremein · · Score: 4, Insightful

    The upshot of all which is, it's trivially easy to capture data meant for the sound card; and there is no place for any kind of security through obscurity, because everyone needs to know at some level how to send data to a sound card.

    Not so fast. Microsoft is already a step ahead of you with Secure Audio Path. Essentially, Windows Media DRM can require a digitally signed audio driver which accepts encrypted input. It simply won't talk to an "untrusted" driver (such as TotalRecorder).

    That said, the Napster representative in TFA is incorrect about the type of exploit this is. The audio isn't being captured by a "rogue" sound driver (or an analog loopback, which is what she makes it sound like). It's being redirected to disk via a Winamp output plugin. Ordinarily, Winamp will refuse to write to a disk writer plugin given a DRM'd input file, but the Output Stacker plugin sends audio to *both* the DirectSound driver (the "primary" one, which is kosher for DRM'd audio and is the one Winamp sees), _and_ the secondary driver, which is a disk writer plugin.

    The upshot is, if you want a means to remove encumbrances from legally acquired media, download Winamp and Output Stacker now before Nullsoft "fixes" this "exploit". But don't share anything you decrypt online, or you'll only vindicate the suits who press for DRM to prevent file sharing.

  35. This Rumour Confirmed UNTRUE by Anonymous Coward · · Score: 3, Informative

    I have spoke to a friend within apple who has told me they are aware of this rumour, it is NOT true, and it is apparently being spread by people like gmajor(look at his several replies acting as if the "email" is a fact) as some sort of FUD campaign (maybe gmajor does the astro???). I have to admit though, he had me at first...we all know between running sucessful companies and coming up with innovative products steve is busy RABIDLY FOLLOWING BLOGS!!! UZ PWNED!

  36. Um... duh? by Audigy · · Score: 3, Insightful

    Christ almighty, way to make a mountain out a molehill.

    As long as any type of music is taking an analog path out to the listener's ear, it will ALWAYS be possible to "crack" ...just route your soundcard's line out to the line in jack, creating a loopback, and have fun with your audio recorder program.

    That's not cracking, it's common sense.

    Talk about your sensationalist journalism... I was expecting to read some article about a batch processor that strips the DRM from the MP3 files, not requiring decoding and re-encoding again.

    --
    [an error occured while processing this directive]
  37. Re:Damn...must not be very high quality songs... by untaken_name · · Score: 3, Funny

    "CDs" it is plural

    It's always nice when someone doesn't get the joke. It's even better when they reply with broken English. It's best when they're trying to correct me using broken English while missing the joke. Thank you, sincerely.

  38. Re:Quality by cens0r · · Score: 4, Insightful

    Please remove vinyl from your list. A well taken care of record on a good turntable with a good phono pre-amp can often sound superior to the CD of the same music.

    I still prefer CD's because of their ease of use and portability, but when I'm sitting alone in my main listening environment, I definately perfer the sound of vinyl.

    --
    Jack Valenti and Orrin Hatch will be first up against the wall when the revolution comes.
  39. Will I? by hummassa · · Score: 4, Insightful
    Yes.
    will you be able to extract the DRM-protected content on your memorystick?

    I repeat: YES, I will.
    If it's on *my* memorystick, I will extract it. If it requires a closed software to play it, I'll install such closed software under a hacked version of QEMU that instead of playing some stream writes it into a file. Digitally.
    I guess Akio Morita did not know what he was getting into when he had the CD/DAT idea "let's write everything digitally in the media".

    Repeat after me: there is no DRM. It's cryptographically infeasible. One of the pillars of crypto is that the key must travel between Alice and Bob by a secured mean, so that Eve cannot get a hold of it. When Bob is schizo and Eve is the same as Bob, Eve has the key, so Eve has the message. Pristine. Not even quantum crypto can give a real DRM.
    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
  40. Napster was right by EvilStein · · Score: 3, Funny

    Now it really IS cheaper than iTunes. :)

  41. Only true for lossless codecs by NickSD · · Score: 5, Informative

    This is only true for lossless codecs. This won't work for any lossy codec. You can't go from MP3->WAV->MP3 for example without quality loss. Same with WMA, AAC, and pretty much all the popular lossy codecs. For more information, see this discussion on HydrogenAudio.