Slashdot Mirror


SSL Encryption Coming To The Pirate Bay

An anonymous reader writes "The Pirate Bay, in response to Sweden's new wiretapping law, will start offering SSL encryption to its user base this week. Although copyright issues really have little to do with national security, The Pirate Bay knows its population is uneasy with the recent legal change. The encryption will mostly benefit Swedish users living under the current law. Since The Pirate Bay and its servers are not hosted in Sweden, the additional security offered to outside users could be comparatively minimal."

31 of 267 comments (clear)

  1. Re:speed by Anonymous Coward · · Score: 4, Funny

    Won't that slow things down quite a lot?

    Better slow downloads than meeting your new Swedish boyfriend in jail.

  2. A broader lesson by dfaulken · · Score: 5, Insightful

    While this particular instance doesn't concern me, it seems that, more and more, we're seeing reasons to start encrypting most data that we send across the Internet--certainly we would encrypt IMAP/POP3 sessions, Jabber and whatnot--why not HTTP as well?

    Yes, there might be some performance drawbacks, but, on the whole, it seems to me like the less data we send in plaintext, the less we open ourselves up to identity theft, and being spied on by governments (not necessarily our own, mind you).

    So I tend to think that this is just a manifestation of this broader trend towards encryption in all Internet transactions. I think the real question is whether we'll see people using SSL/TLS for things like checking the weather or sports scores.

    1. Re:A broader lesson by GIL_Dude · · Score: 5, Interesting

      I agree with you here.
      I think it will be an escalation though between the people who want to know what everyone is doing and those of us who want privacy. For example, if we encrypt everything - how long will it take these same wiretapping morons to pass more laws requiring that sites make the decryption key available for all "official agencies" or some such?

    2. Re:A broader lesson by oodaloop · · Score: 4, Insightful

      It's about time. If you look at the postal system, people have been using security envelopes or at least sealed envelopes since pretty much the beginning. The only mail postal employees are allowed to read are postcards, since it's pretty hard to stop them. Unencrypted email is basically like a postcard, and it pains me to hear people complain that governments are reading them. Do they complain that postal employees are reading their postcards? If it's important or private, use a security envelope or encryption. Otherwise, don't complain when someone reads it.

      --
      Tic-Tac-Toe, Global Thermonuclear War, and relationships all have the same winning move.
    3. Re:A broader lesson by dfaulken · · Score: 5, Insightful

      If you look at the postal system, people have been using security envelopes or at least sealed envelopes since pretty much the beginning. This is exactly the problem, though--people are accustomed to using envelopes, whereas getting people to use e-mail encryption requires some serious additional effort, which most people aren't willing to put in.
    4. Re:A broader lesson by nine-times · · Score: 5, Insightful

      Yeah, it seems to me that it was an oversight that networking wasn't encrypted in the first place. When lots of these protocols were being developed, security didn't seem to be much of a consideration.

      It's about time that these things got rectified, but I'm not sure what the best course is. For example, using SSL concerns me in that we've accepted the convention that certificates should be issued by certain set organizations that require exorbitant fees. I mean, hundreds or thousands of dollars per year for an SSL cert? Seems a bit much to me. Yeah, I know you can generate your own, which will cause you to get complaints from your websites' users when they see what looks to them like an error message.

      I'm not a security expert, but I get the sense someone needs to go back to square one and figure out how to build a coherent, open, and secure model for networking that doesn't rely on giving such control to a small number of companies.

    5. Re:A broader lesson by Free+the+Cowards · · Score: 4, Insightful

      If TCP/IP had been encrypted from the beginning, we'd be worse off, not better.

      Why? Because any crypto available from that time is trivially crackable today. So instead of an obviously insecure communications medium, you'd have an insecure communications medium that everyone thinks is secure because, hey, it's encrypted! It wouldn't change anything except make people more complacent.

      --
      If you mod me Overrated, you are admitting that you have no penis.
    6. Re:A broader lesson by David+Jao · · Score: 5, Insightful

      Yeah, it seems to me that it was an oversight that networking wasn't encrypted in the first place. When lots of these protocols were being developed, security didn't seem to be much of a consideration.

      You may be too young to remember this, but until 1997, it was for all practical purposes illegal to transmit cryptography software over the internet because of ITAR regulations.

      As a result, during the formative years of the internet when networking protocols were being designed, there was no practical way to include security as a requirement. A cynic would interpret this state of affairs as being exactly the goal that the US government had in mind when they made cryptography illegal.

    7. Re:A broader lesson by jc42 · · Score: 5, Interesting

      ... as I understand it security was outside of the scope of networking technology when it was first created. ARPANET was created in order to facilitate information sharing, and it started out quite small. Encryption at that point would've been counterproductive. ...

      Well, yes and no. Note that the ARPAnet project was funded by the US Dept of Defense. There were security experts around from the beginning. But it was well understood back in the 1960s that building the security into the low-level networking code was a bad engineering design. Everyone involved pretty much understood that you got (data) security by end-to-end encryption, and doing encryption at any level below the user app was simply a waste of cpu cycles. So the network-level design goal was reliable transport on unreliable ("battlefield") hardware. The design meant that the people working on the network layer could concentrate without distraction on the job of getting the bits reproduced accurately at the other end.

      The primary argument against low-level encryption has always been the same: The two endpoints have no reliable knowledge of or control over most of the data path. The history of encryption is full of stories about someone cracking someone else's encryption and reading their messages for a long time before they were found out. We must assume this can happen with any encryption scheme. This means that if a low-level link in the middle of a data path is decrypted (or even intercepted), the endpoints generally have no way of knowing it has happened, and also have no way of changing that link's encryption scheme. Low-level encnryption is thus only usable if you control every piece of hardware in the data path. This requirement would totally eliminate the wide-area networking that ARPA was trying to achieve. So if the ARPAnet was to meet its design goals, encryption of low-level data links was a pointless waste of cpu time.

      End-to-end encryption at the application layer, however, is totally under the control of the endpoints. It can be changed at any time, for any reason. It eliminates dependence on the security of the low-level links that aren't controlled by the entpoints.

      And there's a reasonable argument that end-to-end encryption increases security: It means that the data packets can be scattered across many different data paths, making it difficult for anyone to intercept all of the packets for a given conversation. Previous secure communication required tight control of the data path, and usually meant that there was a single data path for a given conversation. This is easy to intercept and either block or subvert, giving a copy of the conversation to an enemy. But if your packets are sprayed across all the available paths, interception and packet collection become nearly impossible.

      This is, of course, a very loose, off-the-cuff summary. But it's easy enough to find the early ARPAnet docs in various Internet archives, where you can easily spent far too much time learning about the subject.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    8. Re:A broader lesson by devman · · Score: 5, Interesting

      I disagree, email clients have native support for S/MIME and signed PKI certificates. Conversely, most clients do not have native support for PGP, though you can get it through plug-ins (Thunderbird).

      Certainly you can get a email signing cert from Verisign by paying for it (It's very inexpensive and integrates well with most email clients). You can also generate your own key pair and get it signed by Thawte (so long as you complete there "Web of Trust" requirements), if you are worried Verisign might keep a copy of your private key (they don't).

      The problem with the whole system is that while only you need a PKI cert to sign an email (recipients client will auto verify it), but in order to encrypt an email your recipient must have a PKI cert and you must have there public key. That means both parties must care enough to encrypt email. This is where the envelope analogy breaks down, because to receive a sealed envelope in the mail I don't have to do anything.

  3. Re:speed by Anonymous Coward · · Score: 5, Funny

    Hmm... A Swedish jail boyfriend.

    A List? Lets.

    Pros:
    Funny Accent? Check
    Athletic? Check
    Likes Wooden Shoes? Check
    Digs Meatballs? Check

    Cons:
    Makes you scream in a funny accent? Check
    Athletic (in all the wrong places)? Check
    Likes pain and Abuse? Check
    Digs _your_ Meatballs? Check

    It's a hard call.

  4. Re:speed by ozamosi · · Score: 5, Informative

    The actual file transfers are peer-to-peer, so they won't be effected (also, they're usually encrypted already, to avoid bandwidth throttling). This is for accessing the website and/or for contacting the tracker.

    Web pages have been using SSL for years without being especially slow.

    Contacting a tracker is a lightweight request that is being performed once every 30 minutes or so - if it was a few seconds slower, nobody'd notice anyway.

  5. Re:speed by duguk · · Score: 5, Funny

    (Yes yes, I know, everyone wants their cake and wants to it too.)

    Of course I want my cake and want it too.

    Its when you eat your cake and still want it you've got problems.
  6. Re:speed by SirLurksAlot · · Score: 4, Funny

    You know the worst part? I actually took the time to "proofread" my post before making it too :-P Stupid word-skipping brain.

    --
    God, schmod. I want my monkey man!
  7. About time by nurb432 · · Score: 5, Insightful

    Lets hope this is just the beginning.

    *everything* should be encrypted by default, and no unencrypted connections should be offered.

    I don't care that i'm doing nothing wrong, its no ones business.

    ya, there is a performance hit, but thats just part of the deal to have your communications remain private.

    --
    ---- Booth was a patriot ----
    1. Re:About time by You+ain't+seen+me! · · Score: 5, Funny

      *everything* should be encrypted by default, and no unencrypted connections should be offered.
      If you were to start using unlimited encrypted connections here within the UK, I guess the thought-police will immediately assume you to be a terrorist and bang you up for 42 days.
  8. Re:speed by youthoftoday · · Score: 5, Funny

    There's your answer! The fruit of your speed trade-off!

    --
    -1 not first post
  9. Re:speed by Anonymous Coward · · Score: 4, Informative

    Won't that slow things down quite a lot? We're talking 20KB files here. The encryption will only affect the tracker search portal and the torrent file serving. I'd rather have an encrypted site that takes a couple of ms more to respond than something fast that spews out visible data left and right. All the data transfer is run by the peers and there encryption depends on the individual client settings (and many people already use full stream encryption w/o any slowdown). So "not really" would be an appropriate answer to your question.
  10. Re:speed by Bandman · · Score: 4, Informative

    There are really a lot of hardware solutions to speeding up SSL.

    The real issue is that, typically speaking, the server which is responsible for the server-side processing is also responsible for encrypting the stream.

    By putting a hardware or software solution in front of the client-access machine, you offload encryption to that host, leaving the application server free to concentrate on serving applications.

    This can also be useful for debugging sessions, as you (the provider) have an unencrypted stream to examine.

    Securing that stream between the application and the encryption device becomes of paramount importance, in that case.

  11. Re:speed by thermian · · Score: 4, Informative

    Um, no, this change has nothing to do with torrent swarms, so downloading of the files referenced inside a torrent would be unaffected.

    --
    A learning experience is one of those things that say, 'You know that thing you just did? Don't do that.' - D. Adams
  12. Re:Circumventing the law by endemoniada · · Score: 5, Interesting

    The law says that the government has the right to listen, nowhere does it demand that everyone speaks loud enough to be heard. We still have every right to encrypt everything we want, and newspapers/tabloids here in Sweden have already been running articles like "5 ways to not get wiretapped" and guides on encryption techniques.

    --
    Blog -
  13. Copyright issues != terrorism by frdmfghtr · · Score: 4, Insightful

    " Although copyright issues really have little to do with national security... "

    Try telling that to the US Gov't.

    --
    Government's idea of a balanced budget: take money from the right pocket to balance...oh who am I kidding?
    1. Re:Copyright issues != terrorism by Eudial · · Score: 5, Funny

      " Although copyright issues really have little to do with national security... "

      Try telling that to the US Gov't.

      You're getting the lawmaker newspeak confused. Smoking pot is terrorism, piracy is the same as child pornography and paedophilia.
      --
      GAAH! MY PRINTER IS ON FIRE!!! PUT IT OUT! PUT IT OUT!
  14. Re:speed by just_a_monkey · · Score: 5, Informative

    There are pros and cons to living in Sweden. This law is a big con. So are the taxes, and the regulations. A penal system which is not based on homosexual rape is a pro, though.

    --
    How inappropriate to call this planet Earth, when clearly it is Ocean.
  15. Re:speed by igibo · · Score: 5, Funny

    A penal system which is not based on homosexual rape is a pro, though. Speak for yourself.
  16. Re:speed by orzetto · · Score: 4, Informative

    In Scandinavia, there are no "federal pound-in-the-ass" prisons. The prisons are top-notch, just google around: here is a couple of articles.

    --
    Victims of 9/11: <3000. Traffic in the US: >30,000/y
  17. Re:speed by Maxo-Texas · · Score: 5, Insightful

    I agree with your general point and agree that recent material that is still in print should be either paid for or ignored.

    That being said, I torrent.

    I use it for
    1) Movies that I can't buy if I want to.
    2) Comics that I grew up with and can't buy if I want to.
    3) Anime that isn't for sale in the U.S. (This has lead to be buying anime when it does become available- like Stand Alone Complex)

    And I do draw the line 28 years (the original terms before our governments sold out to disney and other companies and sold away the public domain to them). And I could get fined or go to jail for that activity. I keep that in mind, so I use peer guardian and other techniques to keep a low profile. But mainly, I stay away from new hot shit. Mostly, new hot movies you can buy for $5-$7.50 within 18 months of them coming out. Why risk prison/ fines to see a movie 18 months early? And more importantly, creators do deserve *some* compensation for creating.

    --
    She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
  18. Re:speed by WeblionX · · Score: 5, Insightful

    Wait, so I can now buy HD movies online and download them as fast as my connection allows legally? I thought I had to drop a wad of cash on a new disc drive then had to either go out and buy or wait for it to ship to get the movie, then I had no option to put it on my computer (legally). This is all news to me.

    --
    (\(\
    (=_=) Bani!
    (")")
  19. Re:speed by Anonymous Coward · · Score: 4, Insightful

    Oh, I'll pay, when they offer me what I want to buy, not what they want me to buy.

    I certainly don't want to pay for drm, which I can't play in Linux without having to circumvent their stupid restrictions.

  20. Re:And all other x countries that does wiretapping by ettlz · · Score: 4, Funny

    How many actually uses PGP for their e-mails?
    -----BEGIN PGP MESSAGE-----
    Version: GnuPG v1.4.7 (GNU/Linux)

    hIwDupFG1SObtBMBBACAyUZAEDruQO9RlkZ5aGkGYRxv2oxqKdTgg0Glo1ZJk/nF
    YS2HUhpzP7r3sVjTQ5h4RDRxUKOGllrFappta3kOfVU7KAS6HSrhmZ3IRU0VJvQP
    LTusUO8cVjmon4YB44sMeUksLB/g7Ylm3LuF9abAd8yXH4lNn1OzgExAVtTbf8kf
    IS4qtvlxiltgtqYqGw1N8JbFREuKrfyepkKshNxV3w==
    =+MLj
    -----END PGP MESSAGE-----
  21. Re:speed by Anonymous Coward · · Score: 5, Insightful

    ...creators do deserve *some* compensation for creating.

    Which is EXACTLY the point. They're product isn't *worth* anything if it isn't scarce. With digital medium nothing is scarce making it worth whatever the public is willing to pay - simple economics. What pisses me off is that media companies are allowed to force artificial scarcity. I have no sympathy and don't believe hiding their greedy little faces behind corrupt bureaucrats should be tolerated by the general public.