Slashdot Mirror


Whither Tor? Building the Next Generation of Anonymity Tools (arstechnica.com)

"Tor hasn't changed, it's the world that's changed," says Aaron Johnson, the lead researcher on a 2013 paper which reported that 80% of Tor users could be de-anonymized within six months, and that today's users may want protection from different threats. An anonymous Slashdot reader quotes Ars Technica: The most probable future we face is a world in which Tor continues to offer a good-but-not-perfect, general-purpose anonymity system, while new anonymity networks arrive offering stronger anonymity optimised for particular use-cases, like anonymous messaging, anonymous filesharing, anonymous microblogging, and anonymous voice-over-IP. Nor is the Tor Project standing still. Tor today is very different from the first public release more than a decade ago, [Tor project cofounder Nick] Mathewson is quick to point out. That evolution will continue.

"It's been my sense for ages that the Tor we use in five years will look very different from the Tor we use today," he says. "Whether that's still called Tor or not is largely a question of who builds and deploys it first. We are not stepping back from innovation. I want better solutions than we have today that are easier to use and protect people's privacy."

The article lists five projects that are "breaking new ground in developing stronger anonymity systems," including the Dissent Project, the Aqua and Herd projects (for filesharing and voice over IP), Vuvuzela/Alpenhorn (for anonymous chat), Riffle (filesharing), and Riposte (anonymous microblogging). Tor project cofounder Nick Mathewson is urging anonymity developers to begin using their own software. "What you learn about software from running it is like what you learn from food by tasting it... You can't actually know whether you've made a working solution for humans unless you give it to humans, including yourself."

89 comments

  1. Security cleared by Anonymous Coward · · Score: 0

    Tell me Emerson Tan isn't GCHQ and I won't believe you. I bet a lot of their volunteers are spooks just as Snowden revealed a lot of nodes are spook run.
    Tor has no credibility now, we need a new Tor.

    1. Re:Security cleared by negRo_slim · · Score: 1

      Why not I2P or Freenet?

      --
      On the Oregon Cost born and raised, On the beach is where I spent most of my days
    2. Re:Security cleared by Killall+-9+Bash · · Score: 1

      Snowden didn't tell me anything I didn't know.

      Remember Heartbleed? Tell me Robin Seggelmann isn't on the NSA payroll and I won't believe you. Tell me he's unemployed, and I might believe you. But he's not unemployed, after making the stupidest fucking mistake EVER.

      And it goes deeper than one guy allegedly fucking up code in the most critical piece of security software in the world.

      RFC6520-- WHY THE FUCK DOES THIS EXIST? Because it's too computationally expensive for clients to re-establish SSL sessions...?! Really? My dual core 2.15ghz smart phone begs to differ.

      Highly suspicious that this RFC even exists, and then later is the source of the biggest FUCK UP in security coding history.

      The fucking game is rigged. There is no privacy. There is no security.

      --
      "Prediction: within 10 years, Windows will be a Linux distribution." Me, 7-6-2016
    3. Re:Security cleared by Anonymous Coward · · Score: 1

      Snowden didn't tell me anything I didn't know.

      There is a difference between believing that the world is round and getting it proved.

      Snowden didn't tell anyone anything that people didn't already suspected. The difference is that before Snowden one would be disregarded as a tinfoil hat rather than a realist.
      What Snowden did was to give you credibility. You lacked it before, even if you didn't realize it.

    4. Re:Security cleared by MartinG · · Score: 2

      > RFC6520-- WHY THE FUCK DOES THIS EXIST? Because it's too computationally expensive for clients to re-establish SSL sessions...?! Really? My dual core 2.15ghz smart phone begs to differ.

      No. It's not about CPU time, but about the time taken to establish a connection due to the TLS and TCP handshakes. I think it's only a single round trip for the TLS part (someone will surely correct me if not) but that's on top of the TCP 3 way handshake, which all adds up. You can't mitigate network latency with a faster CPU.

      These are partly the same reasons for http2 by the way. Re-using a single connection means avoiding the TCP and TLS setup happening more than once.

      Finally, keeping a connection open for a long time and re-using it goes some small way to avoid revealing as much metadata to snoopers, as does multiplexing a single TLS connection rather than creating many.

      --
      -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
    5. Re:Security cleared by cryptizard · · Score: 1

      It is two round trips: client hello, server hello, client exchange, server finished.

    6. Re:Security cleared by Anonymous Coward · · Score: 0

      Snowden didn't tell me anything I didn't know

      Yes, always seems to releases after the fact. And it always seems to be hastily done. Intersting how these NSA docs just cover *exactly* what has been reported, and not a skeric more. What a coincidence!!!

      One would think someone who went to all that trouble for freedom would actually be proactive in order to help us reclaim our freedom - it would be in the man's best interests to out the perps. He will never get back whilst they are still in power. instead, for example, were the codes he recently confirmed in the supposed (sloppy coded) malware leak + auction. An auction where, interestingly, no one bought the programs. I could think of 20 countriries that shold have jumped at the chance to get those programs. A million dollars is nothing to a government, or even a wealthy individual, for that level of knowledge, if it were new knowledge.

      So tell me again, why the fuck did this "freedom fighter" not reveal this information beforehand, so that we could prevent any further abuse earlier? He's had years to do it. Noooo, too busy working at simple computer support desk. After all that effort...

      And always he seems to be complaining when other people reveal stuff. Why? Isn't he for freedom? I am dubious about the entire Snowden affair, I mistrust the person - after all, the guy is a spy, who still professes his allegiance to the very beast he supposedly double-crossed.

      Same with his supposed Brasilian based contact. Never actually revealing anything useful, even though the guy supposedly has all the documents, too. A man with access to the same documents who travels in and out of the US freely. WTF? And the contacts Brasilian boyfriend, who magically got off the hook supposedly transporting these very documents that the US supposedly wanted so badly that they supposedly chased Snowden to Russia, by supposedly cocking up his name on simple paperwork.

      Assange and Manning have been figuratively hung for less. People have mysteriously died for far, far less. USA Brits and Ausies will go to great lengths to bust people for movie torrents.

      Stinky when scrutinised.

    7. Re:Security cleared by Anonymous Coward · · Score: 0

      RFC6520-- WHY THE FUCK DOES THIS EXIST?

      So that datagram protocols have a standard way to renegotiate a secured session or discover a neighbour has dropped out of the conversation, without some sort of ridiculous multi-packet handshake for each datagram or needing to re-implement the idea within each application that uses TLS.

      It means that datagram protocols can continue being low-latency unreliable transports, which is why you'd use them instead of TCP. UDP deserves crypto too.

    8. Re:Security cleared by Anonymous Coward · · Score: 0

      Keeping a connection open for a long time also opens up other potential security risks.

    9. Re:Security cleared by Anonymous Coward · · Score: 0

      I think it's only a single round trip for the TLS part (someone will surely correct me if not) but that's on top of the TCP 3 way handshake, which all adds up.

      FWIW, that's true with False Start (which I believe most modern web browsers will use if the server is using a modern ciphersuite), but with traditional TLS there is a second additional round-trip.

  2. TOR's already looking different, Nick. by Anonymous Coward · · Score: 0, Interesting

    They threw out Jacob Rapelbaum and managed to buy off Bruce Schneier among others...I guess a bit, fat check from the spooks will buy anyone these days.

    On the other hand, when even the "co-founder" of the project is name-dropping better solutions than TOR itself, one wonders why people still put their faith and trust in the US Navy's honeypot in the first place...

    1. Re:TOR's already looking different, Nick. by AmiMoJo · · Score: 1

      TOR is still the best option, and for the most part it works as advertised. It's possible to sometimes unmask users, usually relying on them making mistakes, but it's an expensive and time consuming process.

      The issue is that it needs continuous development and scrutiny to keep it secure. Appelbaum really screwed the project but it's important that it manages to recover, because at the moment there is nothing else comparable.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    2. Re:TOR's already looking different, Nick. by cryptizard · · Score: 2

      What a bunch of baseless FUD. The new board was picked precisely because they are beyond reproach. If you think Bruce Schneier and Matt Blaze are government stooges then you might as well just give up trying because no researcher can be trusted.

    3. Re:TOR's already looking different, Nick. by Anonymous Coward · · Score: 0

      Co-founder being aware of shortcomings and keeping an eye on what other projects do is good sign. Board buying in experienced experts is even better sign.

    4. Re:TOR's already looking different, Nick. by Anonymous Coward · · Score: 0

      Orson Scott Card, cowardly and pragmatically bigoted as he is, had a good point in the Earth/Home/Whateveritwascalled series about how no person who cares about their children can be trusted not to be coerced by any even moderately powerful state entity.

      As far as 'beyond reproach', I find it amusingly coincidental that the catholics are cannonizing so many saints lately...

    5. Re:TOR's already looking different, Nick. by zedaroca · · Score: 1

      I closed my node after reading those news. Jacob is a very outspoken enemy of the surveillance state. His speech To protect and infect part 2 was one of the best about the Snowden revelations.

      Jacob was expelled from Tor based on several types of accusations made in a website, including rape, intense kisses and crude language (they went for all the audiences). His friends here sort of expelled too when they didn't believe all the accusations or pointed some of them were false (indirectly by claiming they were covering for a rapist and making personal attacks). They went after his other businesses and his doctorate too. It was textbook character assassination.

      Write a blog purpoting to be one of their victims
      Email/text their colleagues, neighbours, friends etc

      For those who are interested on what happened to Jacob former face of Tor that is also involved with Wikileaks:
      The weaponising of social (Analysis from some person on the internet)
      What has this man done? (On the German Magazine Zeit online - in English)

      "I am not a victim of Jake," she told Die Zeit. She says she told a friend about the intense kiss in confidence. This story was not merely used on the website without her permission – she says the story was also "heavily manipulated."

      I should warn that they are very long reads.

      Now there is an "ex-cia" agent working on Tor.

      The person responsible for a questionable website with at least some false accusations and the exit of several developers holds a key position.

      There is increased development on usage statistics (that does make sense and is a response on attacks being used against tor - I am being paranoid here, but I wasn't a paranoid enough before Snowden and was proven a fool).

      Also, as much as I admire Schneier for his work and would like his addition if it was in other circumstances, something that always bothered me about him is that he always focused on the NSA violations against Americans and American companies. I don't remember him criticizing the NSA for spying on innocent foreigners and on other countries (despite international agreements and the fact that foreigners are people too), I would like to be shown otherwise, but if he did it was tangentially. His discourse has always been that they should do a better job at protecting American national security and companies (and not that such military powers shouldn't exist).

    6. Re:TOR's already looking different, Nick. by zedaroca · · Score: 1

      Yes, in principle no researcher can be trusted (Carnegie Mellon, RSA). Jacob was not there because he was beyond reproach, he was there because he was an activist. Now we have some people supposedly "beyond reproach".

      But the new board is not beyond reproach, as the person that did make false accusations against Jacob is in it.

      Anyone who is not being persecuted for their activism should raise an eyebrow, even Schneier, who chose a very strange moment to join the project.

      Most of what we claimed before Snowden was FUD, but it was correct and incomplete.

  3. Cause and effect by currently_awake · · Score: 1

    If you make a completely safe and secure and anonymous communications system, the governments (all of them) will ban it. If you don't they will spy on you and you'll be worse off because you think you're safe.

    1. Re:Cause and effect by Anonymous Coward · · Score: 0

      please listen to this person folks

    2. Re:Cause and effect by Anonymous Coward · · Score: 0

      Encryption still works, but every anonymity system must be managed in a way which makes it possible to survive being banned worldwide. It must have structures in place which allow further development even if all publicly know developers have to stop working on it and the anonymous developers have to take over.

      If you don’t have anonymous developers with a track record of doing something useful, then your project can’t survive becoming effective and widely used. i2p and Freenet both have systems in place which allow developing the network anonymously over the network.

    3. Re:Cause and effect by Anonymous Coward · · Score: 0

      Tor has been banned in many places, and I'm sure it's on the list of all the 'liberal' Western governments. Once they succeed in legislating against the commercial privacy options they will go against the freely available ones.

    4. Re:Cause and effect by Anonymous Coward · · Score: 0

      This. If you develop anything of the sort you will be threatened, arrested and eventually killed. If you're smart you will cave in immediately, governments have demonstrated they have no qualms about destroying people and have long since dropped any pretense of democracy and respect for the people they're supposed to serve. They don't serve, they rule and and they hold us all as expendable. In the globalized economy, millions of citizens are easily replaced by millions of other working hands. That's how things are and that's how things are going to be from now on. Get used to it and stay away from computers.

  4. Listen to the Cypherpunks by Anonymous Coward · · Score: 0

    Cypherpunks have been telling you Tor is garbage against GPA's and other highly characterized and well documented attacks like finding onions.... FOR YEARS.
    Tor's funding masters DO NOT fund research into any kind of mitigating technologies that would go up against their masters (governments for one).
    Tor is completely on the take from the US government and WILL NOT give up that funding source, the teat they suck from.
    Tor Project Inc has blood on their hands regarding Jacob Appelbaum. As do all the SJW's that work for Tor and that Tor permits to hang around.
    Tor REFUSES to acknowledge the standing OPEN PUBLIC REQUEST for its Board and Executive Minutes, the records of who voted on what motions, and the ByLaws under which they operate and operated, and all the documents they've filed with governments.
    The new board and executive staff has enforced a policy of SILENCE across all their staff and themselves, and a policy of CENSORSHIP on their mailing list and IRC channels.

    All of this is public knowledge, analysed and recorded in the annals of cypherpunks.

    Tor is no longer a viable option for any conscientious or technical user.
    It needs to be replaced with new tech by new people.

    1. Re:Listen to the Cypherpunks by Anonymous Coward · · Score: 0

      I see a lot of these issues too. They have really gone downhill.

  5. corporate interests got us here by Anonymous Coward · · Score: 0

    it is very sad we need all these privacy tools to avoid spying from corporations and gobernments

    1. Re:corporate interests got us here by ls671 · · Score: 1

      gobernments?

      Wait, I see:
      Top 25 Gobernment profiles | LinkedIn:
      https://www.linkedin.com/title...

      Liberal Gobernment archives:
      http://aptn.ca/news/tag/libera...

      Smart Gobernment. UA Smart University - Universidad de Alicante:
      http://web.ua.es/en/smart/smar...

      etc...

      Dummy me, just googling for "Gobernment" made me realize that it is just another valid way to spell "Government"...

      --
      Everything I write is lies, read between the lines.
  6. Obvious by PopeRatzo · · Score: 1

    Whither Tor?

    Clearly, the answer is "thither".

    Maybe "hither"

    --
    You are welcome on my lawn.
    1. Re:Obvious by ls671 · · Score: 1

      They should just use this for up to three shades whither:
      http://tide.com/en-us/shop/typ...

      --
      Everything I write is lies, read between the lines.
    2. Re:Obvious by Anonymous Coward · · Score: 0

      They should just use this for up to three shades whither:
      http://tide.com/en-us/shop/typ...

      Clearly that's racism. It implies that "whiter" is desirable and worth taking step(s) to effect. What we need is more tolerance for our less-white articles. Sensitivity training should be made available to all.

    3. Re:Obvious by SeriousTube · · Score: 1

      Stop getting worked up and in a tither.

    4. Re:Obvious by mrbester · · Score: 1

      "getting worked up": also known as mither.

      --
      "Wait. Something's happening. It's opening up! My God, it's full of apricots!"
    5. Re:Obvious by wonkey_monkey · · Score: 1

      All I ever see you do is blither.

      --
      systemd is Roko's Basilisk.
    6. Re:Obvious by Anonymous Coward · · Score: 0

      Atheist too, they claim to rescue Brights and Whites.

  7. Wish there was a Tor Lite browser by Anonymous Coward · · Score: 0

    One that just let you surf the web without being track by advertisers and installing cookies ad-hock and willy nilly.

    1. Re:Wish there was a Tor Lite browser by NotInHere · · Score: 1

      I'm afraid that TOR is your only really good alternative here. I use TOR specifically for that reason. Something that can protect journalists from repressive governments should be more than enough to protect me from data hungry companies. The issue here is that it doesn't depend on client software alone. Just alone your ip address can often be used to almost uniquely identify you. How many devices share your internet connection? Do you connect your phone to the WiFi? Then you've lost.

    2. Re:Wish there was a Tor Lite browser by Anonymous Coward · · Score: 0

      IP address isn't really good enough to identify a person or even a machine, although it's a clue. Advertisers use sophisticated browser fingerprinting techniques which wouldn't be necessary if it was that simple. What's really needed, however, is a browser which can spoof everything and defeat fingerprinting.

    3. Re: Wish there was a Tor Lite browser by Anonymous Coward · · Score: 0

      They have plugins for that. My browser spoofs my agent string, my font list, my operating system, etc.. I often get messages saying my browser is no longer supported because it thinks I'm using IE4 sometimes. Lul.

  8. The very concept is dead in a sense. by Anonymous Coward · · Score: 0

    The popularity of Tor (to say nothing of its origins) made it a defacto target for de-anonymizer agencies and anything widely used enough to be vetted also will have a similar effort attempting to undermine its core function. Security through codebase obscurity looks better every day.

  9. Further muddying the waters by Anonymous Coward · · Score: 0

    Either you improve Tor or you kill anonymity on the net in a death by a thousand cuts.

    1. Re:Further muddying the waters by Anonymous Coward · · Score: 0

      Anonymity on the net is already dead. Bury it and move on.

  10. Tor must evolve by Anonymous Coward · · Score: 0

    Tor protocol can bring suspicion on you. It's pretty good when coupled with other tools with censoring countries as well as other reasons.

    There's an old saying you move with the times or get left behind. the security sector is no different but the cost can be higher.

  11. gay name for a cowboy by Anonymous Coward · · Score: 0

    I think everyone who wanna keep anonymous is a criminal or wanna help criminals ans must get shot. Even knwoing about a nemd related with this issue must be investigated. I'm glad you spend 1 million trying to convince me that you got in love with game character and I for a chat robot. I would make you spend a million more for making me get apart real people because of your sick family and your methamphetamines business

  12. Tor and VPN weakness is packet size. by adolf · · Score: 2

    Maybe for TOR, and certainly for VPN (as-implemented), is a specific vulnerability for packet sizes.

    If 208.230.30.20 sends packets of 9098, 3039, and 3030 bytes, and I receive similar packets of the same size (plus or minus VPN headers), then I am already identifiable.

    Is this different for Tor?

    1. Re:Tor and VPN weakness is packet size. by AHuxley · · Score: 1

      The NSA and GCHQ seem to have 3 ways of breaking down anonymity and privacy on any emerging platform.
      Junk encryption standards allows a message to be collected even if anonymity can be assured.
      If privacy can be assumed then the anonymity is weakened to allow end to end tracking. Low quality server hardware and networks sold globally.
      If all that per application effort fails, just go for https://en.wikipedia.org/wiki/... and match up the start and end point.
      Once an interesting persons computer network is discovered, then the expected gov malware like efforts can collect on every keystroke. All efforts at strong encryption is then much harder.
      The real tell is the level of interest in getting a product banned at a national talking point political level or a push for export controls at an international level.
      If the security services are happy to see a service in use and the police can gain an ip with a per case federal budget that anonymity and privacy test is not passed.
      VPN is still sold globally even during national privacy, gov logs, digital rights, geo blocking conversations.
      Onion routing networks are still running in Western nations with NSA and NATO not really too unhappy about limitations on discovering the origin or end point of any user's data flow.
      The security services have set weak standards over generations at the OS level, wider telco network hardware level and within crypto developer communities. Even national police forces can get the original ip's and bring the result before open courts.

      --
      Domestic spying is now "Benign Information Gathering"
    2. Re:Tor and VPN weakness is packet size. by Anonymous Coward · · Score: 0

      This is why deep packet inspection is a meaningless term.

      "We only look at metadata, not your information"
      Yep, they don't look at the content because they don't need to.

      From the metadata you can figure out if someone is part of "us" or "them" and then you know if the person is an enemy or not.
      After that you don't need to know more if you have already decided that the ends justify the means and that you don't need proof when killing terrorists.

    3. Re:Tor and VPN weakness is packet size. by dns_server · · Score: 2

      Tor works by setting up multiple layers of vpn's between nodes in laters in a way that traffic is passed between nodes without them knowing the contents.
      You want to connect to c so you set up a vpn between a and b then b and c and use both of those vpn to set up another vpn between a and c.

      That is the a kind of traffic analysis that can be done if you are a government and can monitor enough nodes.
      While any one node may not know what is being transmitted and to where you could see that a series of packets came through in to one node and a few seconds later a similar amount of data was transmitter do another node.
      If you are unlucky one of these bad nodes could also be an entrance or exit node and they would see what you are sending.

      There has also been research that showed that if you monitor a voip call transmitted through a vpn you can guess what they are saying by the traffic spikes as words are spoken.

    4. Re:Tor and VPN weakness is packet size. by rrohbeck · · Score: 1

      They could pad the packets with random dummy data.

    5. Re:Tor and VPN weakness is packet size. by cryptizard · · Score: 1

      Yes TOR does not try to protect against those "traffic confirmation" attacks, not could it if it wanted to. If an attacker can observe everything going into the network and everything coming out of it, then the game is over because of simple information theoretic limits. Unless clients are willing to pad all their traffic to some fixed rate. This is not at all practical though, since you would have to have all clients match the bandwidth of the weakest client, making the network unusable.

    6. Re: Tor and VPN weakness is packet size. by adolf · · Score: 1

      They could, but they don't.

    7. Re: Tor and VPN weakness is packet size. by Anonymous Coward · · Score: 0

      Random pad does solve it, though. Especially if used in conjunction with random packet splitting.

      Anything that disrupts the 1:1 size ratio of packets in and packets out will solve the problem that I describe. I don't see any reason why it will bring the network to its knees, either.

    8. Re: Tor and VPN weakness is packet size. by cryptizard · · Score: 1

      No not really. How do you pick the randomness? If it's uniformly distributed then I can still extract averages over larger sequences of traffic. You don't have to have an EXACT match on size. For instance, imagine you are trying to catch someone that is exfiltrating a large amount of sensitive data. I don't care what you pad, if I can see both ends of the network I will notice one person transferring a huge amount of data that corresponds with data I see going into the "wikileaks" site (or whatever) on the other. The only way you could defeat this type of attack is if you rate limit all users to the same rate, and force them to transmit data even when they are idle (sometimes called the leaky bucket approach). And that would clog things up pretty quickly.

    9. Re: Tor and VPN weakness is packet size. by adolf · · Score: 1

      I'm imagining a typical VPN host (eg airvpn). I'm assuming that an attacker is able to monitor both my encrypted and unencrypted traffic, or at least the metadata therein (which isn't particularly unlikely), at the point where the OpenVPN server connects to the Internet. There's a lot going on with one of these systems.

      Suppose I'm sending a bunch of stuff to Wikileaks over this connection using HTTP[S], and it's a pretty steady stream of ~1500 byte TCP packets coming in and going out. Easy enough to correlate who is doing this, even though it's a very busy system.

      Now suppose instead that some packets are 234 bytes, some are 1293 bytes, and some are 1023 bytes [...], selected randomly, as encrypted on the VPN. Let us further assume that we're willing to allow some overhead for additional padding, so we'll randomly add between 0 and 500 bytes of random to each of these packets, with random weighting over random time intervals to favor more or less padding.

      Now, neither the packet sizes coming in over VPN nor the total transfer-over-time directly correlate any longer with the stuff going unencrypted out of the VPN box.

      Efficiency took a dive, to be sure, but it's survivable.

      It can still presumptively be figured out, but your "leaky bucket" approach does take care of that neatly enough (even though I don't think that's the correct use of that term), and can be accomplished by also using the encrypted tunnel for other forms of communication at the same time (everyone seeds Linux ISOs, right?) for those who are particularly paranoid -- or who simply do multiple things at one time with a tunnel, perhaps by serving multiple users.

      Or, you know, random isolated noise packets sent to the VPN server to be discarded, but that seems dumb (unless it isn't: A lot can be hidden in an unending and constant stream of noise, and this would also mitigate timing-based attacks.)

      As I see it, we've made the two streams very difficult or impossible to correlate by comparison of packet sizes at this point. Efficiency is nowhere what it used to be, but anonymity has improved markedly....*especially* if everyone else is doing it, too.

      And, AFAICT, we haven't even broken TCP for the unencrypted half of the conversation (yet).

      (I used a VPN in this example, but this could be re-written with TOR and an exit node, or just TOR in and of itself in mind just as well.)

    10. Re: Tor and VPN weakness is packet size. by cryptizard · · Score: 1

      Now, neither the packet sizes coming in over VPN nor the total transfer-over-time directly correlate any longer with the stuff going unencrypted out of the VPN box.

      Why do you say this? Think of it this way, if I see a stream going to wikileaks and I want to track who it is coming from, consider the individual packets from that stream. Every packet I see, I look at the incoming traffic and think, "which client could have sent this?" I put some generous bounds on the network environment and what I know about your padding system and say, "any packet sent between this time and this time, between this size and this size, could have corresponded to that output packet". That results in a, potentially large, set of "suspicious" clients. Now over time I do this for many packets, one by one eliminating clients. Unless there is another person who is sending packets at the same rate as you, for the same duration, you will eventually be singled out regardless of padding.

    11. Re: Tor and VPN weakness is packet size. by BundesSheep · · Score: 1

      This does help though by making the entire process take longer. If you've got a relatively small burst of data you need to send to wikileaks, for example, you might get it all sent before you can be statistically cornered, as it were. Maybe you'll never use that network ever again now that the job is done.

    12. Re: Tor and VPN weakness is packet size. by cryptizard · · Score: 1

      Ok but then you are saying it is only secure for certain types of traffic. How do you quantify when you are secure? Is it 1 MB? 100 MB? It is a bad idea to have situations where you might not be secure and have no idea.

    13. Re: Tor and VPN weakness is packet size. by adolf · · Score: 1

      We're already insecure, and we know it.

      The point is to decrease the signal-to-noise ratio so that finding good, reliable data as to whom is doing what is harder, which is pretty much all that encryption has gotten us so far anyway: It makes it harder.

      Anyone who believes that their data is secure in transit on a public network is a lunatic to whom I'd like to sell a bridge. I would also like to take this time to draw into question the sanity of anyone who chooses to think that there's no good reason to make the job of spoofing to be as difficult and drawn-out as possible.

    14. Re: Tor and VPN weakness is packet size. by adolf · · Score: 1

      s/spoofing/snooping/

  13. When will people realise by Chrisq · · Score: 1

    The only way to guarantee privacy is to disconne//....

  14. Maybe the need isn't as great? by jandersen · · Score: 1

    "Tor hasn't changed, it's the world that's changed," says Aaron Johnson, the lead researcher on a 2013 paper which reported that 80% of Tor users could be de-anonymized within six months, and that today's users may want protection from different threats.

    I think this is it: most people are simply not all that worried about anonymity or privacy. Perhaps they are stupid, but on the other hand, it could be that it is just bit too paranoid to go to enormous lengths to protect one's privacy. I can see why - with smartphones and smart tvs and all the other silly gadgets, as well as credit cards that we use all over the place, we leave an enormous trail everywhere we go, and we allow companies access to our privacy almost without limitations; so how much is it actually worth that we encrypt emails and use Tor?

    Oh, and before you hit the button and mod me down because you are miffed that I have an opinion you don't like - how about thinking up a really good reply that will cut me right down to size? It ought to be easy, if I'm such an idiot ;-)

    1. Re:Maybe the need isn't as great? by Larsen+E+Whipsnade · · Score: 1

      Other people's complacency should not be my responsibility.

      Let them be spied on if they're fine with that. But if it affects me, then a line has been crossed.

  15. Tor has been forked by Anonymous Coward · · Score: 0
    1. Re:Tor has been forked by cryptizard · · Score: 1

      Okay so people won't trust the Tor organization, with longstanding community heroes on the board like Bruce Schneier and Matt Blaze, but they will trust a random fork of Tor that is made by anonymous nobodies with a questionable agenda. Very smart.

    2. Re:Tor has been forked by Anonymous Coward · · Score: 0

      It is stupid to trust either.
      For trust you need an open protocol specification that can be evaluated in itself.
      Then you can write your own implementation that you know is safe or you can use an open source alternative that may or may not be compromised or you can use a binary that may or may not be compromised.
      The protocol itself needs to be resilient against man in the middle attacks so that you aren't exposed just because a few other users are using version that are actively trying to figure out where the packets come from.

      Trusting authority is stupid.
      You might known Bruce Schneier or Matt Blaze and be sure that they wouldn't do anything sketchy, but just because someone claims to be either of them doesn't mean that they are.
      You also don't know what either of them would do when severely threatened.
      In that regard it is safer to go for an anonymous nobody since there are so many of them and with enough different implementations it is hard to compromise all of them.

    3. Re:Tor has been forked by cryptizard · · Score: 1

      For trust you need an open protocol specification that can be evaluated in itself. Then you can write your own implementation that you know is safe or you can use an open source alternative that may or may not be compromised or you can use a binary that may or may not be compromised. The protocol itself needs to be resilient against man in the middle attacks so that you aren't exposed just because a few other users are using version that are actively trying to figure out where the packets come from.

      Literally all of those things are true of Tor, so I don't know wtf your point is here.

    4. Re:Tor has been forked by Anonymous Coward · · Score: 0

      The point is that the appeal to authority is the wrong reason to trust Tor.
      If your reason to trust Tor hinges on you trusting specific persons then you make the job easier for an organization like NSA. They would just have to discredit the persons you trust and with that your trust of Tor goes away.
      If people were to follow your argument for why Tor should be used then the people behind it becomes viable targets for character assassination.

      I also find that appeal to authority have the same flaws as a "the end justify the means" reasoning that some three letter agencies uses.
      You may find one case where it can be applied, but if you keep doing it you will encounter authorities that are wrong or means that aren't justified by the end.

      You might not feel that the distinction is important and I also don't think you mindlessly listen to authorities all the time.
      I just don't think the argument you gave holds water and I think that following the reasoning you presented can lead you to bad decisions.

    5. Re:Tor has been forked by cryptizard · · Score: 1

      I didn't mean to trust Tor because of them, I meant their presence was not a reason to NOT trust Tor, as some people are claiming.

    6. Re:Tor has been forked by Anonymous Coward · · Score: 0

      Linking to reddit from slashdot aka last decade's reddit, I like it.

      Anyway, the top comment in that discussion pretty much hits the nail on the head and drives right into the proverbial coffin: "Misguided, naive, and underestimates the amount of work required. Will probably be obsolete or insecure."

    7. Re:Tor has been forked by Anonymous Coward · · Score: 0

      > They would just have to discredit the persons you trust

      Discrediting people assiciated with the TOR project? Perhaps by vague, anonymous accusations of a sexual nature?
      Surely such a thing will never happen!! ;-)

  16. Hiding Tor by grumbel5969 · · Score: 4, Informative

    Focus an anonymity is all nice and good, but from my experience the biggest problem with Tor is that the exit nodes are so limited that the fact that you are using Tor is obvious for the server. Meaning websites will block you or become unusable due to requesting a CAPTCHA every few clicks. Thus you have anonymity, but your web access is so drastically limited that it becomes impractical to use Tor as every day Internet access, thus you switch back to a non-Tor browser and are left with no anonymity.

    1. Re:Hiding Tor by Larsen+E+Whipsnade · · Score: 1

      This is a concern for me. It seems like exit nodes get blacklisted because they look like exit nodes. If we sculpted their traffic to look more vanilla we could get past this, and maybe reduce Tor's usability for spammers at the same time.

      The danger is it could also reduce usability for legit users as well, but CAPTCHA is already doing that anyway.

    2. Re:Hiding Tor by Larsen+E+Whipsnade · · Score: 1

      Also, lots of sites block Tor outright. Not even the courtesy of a CAPTCHA. That's a troubling trend.

      Maybe if we force upstream-downrange ratios into a narrow range then we can avoid exit nodes looking distinct from ordinary client hosts. That will make it harder to upload large files, but I can live with that.

    3. Re:Hiding Tor by Anonymous Coward · · Score: 0

      What you don't realize is that CloudFlare is owned and run by those with strong ties to government and corporate surveillance.
      They're not about protecting some lame websites from "ddos",
      they're about tracking and mining YOU.

    4. Re:Hiding Tor by Anonymous Coward · · Score: 0

      Is that why this site uses it? Ever since I realized ./ used cloudflare Ive wondered how difficult it would be for them to censor something they didnt like on the site.

    5. Re:Hiding Tor by Anonymous Coward · · Score: 0

      FYI, exit nodes get blacklisted because TOR publishes a list of who they are. The reasons are really twofold in that they are so important to the people using them that they should be able to know who they are and it provides at least some protection from the police about the traffic leaving that exit node.

    6. Re:Hiding Tor by Anonymous Coward · · Score: 0

      > [T]he biggest problem with Tor is that the exit nodes are so limited that the fact that you are using Tor is obvious for the server.

      The Tor network _automatically publishes a list of all of the exit nodes in the network_.

      So yeah, it's obvious when you're coming from an exit node because anyone who cares can periodically download the list and check. This is a peacemaking feature, not a bug.

      > Meaning websites will ... become unusable due to requesting a CAPTCHA every few clicks.

      The worst offender in the bunch was Cloudflare. They got much much better _years_ ago. Maybe you should try browsing through Tor again.

    7. Re:Hiding Tor by Anonymous Coward · · Score: 0

      > The worst offender in the bunch was Cloudflare. They got much much better _years_ ago.

      As in better what? Picking out 'store fronts' and 'rivers' every second site?

  17. Trust? by kqc7011 · · Score: 1

    Are they doing the work with help from the NSA?

    --
    Passionately Indifferent
  18. HORNET, next gen Tor @ 93Gb/s by saibot834 · · Score: 3, Interesting

    It's worth looking at HORNET, which is at this point not much more than a research paper, but it could point in the right direction. Instead of having anonymity for very few people (because of disadvantages to using anonymity tools, e.g. speed and latency), increase the anonymity pool by making anonymous communication less disadvantagous. With HORNET high throughput is achieved by providing Tor-like routing at the network layer (something which is currently not possible in the internet, but it might come with SCION, a BGP replacement that's in the works). I'm not saying that this will be ready anytime soon, but I think it's certainly an interesting idea. [full disclosure: I'm a researcher working on SCION]

    I also think that Tor still is the best thing we have. The rumors about Tor's death are greatly exaggerated.

    1. Re:HORNET, next gen Tor @ 93Gb/s by ewanm89 · · Score: 5, Informative

      The problem with Tor is not throughput but latency, and the latency issue in Tor exists as a protection against timing attacks. Basically, Tor nodes capture several requests to pass on, then wait, only sending in batches on a given interval, they also shuffle the order of the batches, 3 hops later and all these waits add up. Without this method, one could easily watch packets going into and coming out of the network and just match them up, as they come out in the same order a few milliseconds later, with the batching you have no idea which packet matches with which one going in.

    2. Re:HORNET, next gen Tor @ 93Gb/s by allo · · Score: 1

      > the latency issue in Tor exists as a protection against timing attacks
      No, it does not, but it should (as idea of the tor devs). This means currently you have random relay based latency, which can make it even easier to fingerprint your connection. The plan (to be done when it's time) is to add random latency and padding to packets (generating overhead as well) to make fingerprinting harder.

  19. Using Tor by Oswald+McWeany · · Score: 1

    Using Tor only makes the government want to spy on you more; it will only help protect you from less sophisticated entities. Unfortunately, wanting to protect your privacy means the government will try even harder to spy on you.

    --
    "That's the way to do it" - Punch
  20. Making deanonymising hard... by John+Allsup · · Score: 1

    A lot of the issues come down to a general type of problem, one I term 'NSA/GCQH problems', namely "is this meaningful data?" type questions.

    For example, if trying to decrypt a file, if one alphanumeric password of length 16 characters ends up with something like passable HTML or English text, chances are you have the right password. Thus there are easy(ish) ways for an attacker/listener to verify whether or not they have the the correct password. I imagine future anonymity systems will need to look at means of effective communication which do not allow such easy verification of a correct attack. That requirement, rather than defining _how_ information is anonymously transmitted, will define _what_ can sensibly be anonymously transmitted, and what practical use can be made of what can sensibly be anonymously transmitted.

    Much of this comes down to making things computationally 'vague' in some well-defined way, so that 'attack problems' (like e.g. find the password for this AES encrypted file) are, in general, poorly defined and open-ended (so that the search space is effectively infinite). This means harnessing computational complexity in different ways to current mainstream cryptographic methods (though probably using them in conjunction with mainstream crypto).

    This begins with taking real-world communication scenarios, asking what basic problem is being solved, and what communication is necessary for solving this problem, and considering the whole space of possibilities.

    Crypto like AES has the nice property of being easily implemented on small custom hardware. For important things, it is sensible to at least contemplate methods which would take large amounts of ram and processor power (e.g. if it took 5s and 1GB RAM on my i5 laptop to encrypt and decrypt a 4k textual message into, say, a 256k binary blob, for the kinds of things TOR was originally about, which was not selling drugs and spreading kiddie porn, this would be acceptable). Doing it in such a way as to make the 'false positive' rate for an attacker very high (so restricting the format of communication to a very computer-friendly and formulaic language format, such that many plausible but incorrect 'decryptions' are possible, and non-interactive verification is hard). Stuff like that.

    A lot of this really requires thinking outside-the-box about what we need to communicate, rather than sticking with everyday communication conventions and throwing all our effort at _how_ to transmit that everyday communication anonymously. I did envisage, years ago, something I termed the 'schizophone', which would generally throw around pseudo-bullshit in the forms of spiritual poetry or whatever, reminiscent of a psychotic mental patient, but for which there were well-defined means to extract meaning. But modelling the communication language on the kind of crap people send round twitter these days, you get a kind of steganography-on-acid where attackers have a hard enough time figuring out what is even meaningful. (Then there is the fun of defining 'meaningful' in terms of mathematically hard language recognition problems of the NP-complete kind, where the 'certificate' functions as a filter, a little like the 'chaffing and winnowing' paper talked about a while back: if I have an NP-complete problem for a language L, where L is contained in some larger computationally efficient language L2 (by being much less stringent about what is in L2 than in L) and both an element of this language s, a certificate c, and many other elements of L2 all encoded in some blob, it is feasible to extract all possible candidates for elements of L2 from that blob, but without access to c, verifying which are elements of L is much harder, assuming P != NP, or that in the event that P = NP, there is still a significant gulf between the best 'solver' and a decent 'checker'.)

    --
    John_Chalisque
  21. "currently not possible in the internet, but..." by Larsen+E+Whipsnade · · Score: 1

    Deal breaker right there.

    The whole point of freedom is to reduce dependency on other people. We do for ourselves,

  22. Not this shit again by Anonymous Coward · · Score: 0

    "The Next Generation of Anonymity Tools"

    Here we go again. An article making theoretical and planned projects sound like they're ready to go, up and running, rock stable, and seeing adoption pick up. We seem to be getting articles like this about once a month. The reality is that no such projects exist beyond what somebody envisions maybe getting developed in the next few years.

    Ain't a damn thing changed so stop trying to make it sound otherwise.

  23. TOR-Everywhere? by Anonymous Coward · · Score: 0

    From Article:

    "The original design documents highlight the system's vulnerability to a "global passive adversary" that can see all the traffic both entering and leaving the Tor network."

    It seems to me, that the low-hanging fruit here would be to mass-implement TOR Onion Services to make normal websites reachable from within the network without exit servers being needed.
    Just as was done with SSL, a TOR-Everywhere plugin could jump-start things, pointing users' browsers automatically at the .onion version.