Given Facebook's real-name policy, and the fact that it's literally a social network of your best friends, then since all Facebook pages are HTTPS anyway, the idea of using it over tor is... Uh... a bizarre in theory the only thing you're leaking over a plain https is, "Hey this guy has friends." (this connection is visiting facebook). meanwhile in theory I'd expect facebook to leak everything else on their end, beca…
1M People Use Facebook Over Tor
91–100 of 168 posts
Re: 1M People Use Facebook Over Tor
#92Earlier quoted context omitted.
But how did they allocate the carefully selected key and avoid others generating the same one in the meantime?
They "allocated" the key by using it. Others are not more likely to generate the key they found than any other specific key. This is statistically unlikely due to the extremely huge number of possible keys.
1. race condition?
2. waste of key space?
Re: 1M People Use Facebook Over Tor
#93Earlier quoted context omitted.
>You have to create the algorithm to reverse an arbitrary AES-256 key, which is considered to be impossible, so that doesn't really make a difference. What? Why is brute force impossible to code? I don't understand what you're claiming. I agree that adding in Moore's law doesn't change the numbers by much. Moore's law plus weakening of cryptographic assumptions might do it, though. Plenty of previously-believed-to-be…
> What? Why is brute force impossible to code? I don't understand what you're claiming. You claim that a reversible algorithm takes zero time. I said that requires a reversible algorithm that applies to an arbitrary AES-256 key which is currently thought to be impossible. Brute forcing is not breaking but instead simply enumerating the key space and is subject to the slow downs we are talking about here. > I agree th…
No, you misread my comment. Reversible computing can take almost no energy.
Re: 1M People Use Facebook Over Tor
#94Re: 1M People Use Facebook Over Tor
#95Re: 1M People Use Facebook Over Tor
#96Earlier quoted context omitted.
When I was traveling in China, I would have had no access to Facebook if it weren’t for Tor. All I needed was my USB drive with a Tor + Linux and I could access the free Internet from any computer. Providing anonymity of identity is just one of the many uses of tor. [1] [1] https://www.torproject.org/about/torusers.html.en
Why doesn't China block Tor? Isn't it easy as blocking all known public IP addresses? It doesn't make sense to not allow the user to access certain sites, but allow Tor that can easily bypass that protection.
talk from the 23c3 about tor and china: https://www.youtube.com/watch?v=P6A7jLpL3Rs
Re: 1M People Use Facebook Over Tor
#97Earlier quoted context omitted.
What? Hidden services use 6 hops compared to regular traffic's three. They are slower.
Oh sorry, the context was missing. This came up in a discussion we had. FB is proposing (and funding) development that would make hidden services faster. One of the measures would be to make [some?] hidden services reachable over 3 hops only. A quick search does not bring anything on the topic up, but it can easily be that I try to search for wrong key words.
But anyway, why would a hidden service with 3 hops look different than a clearnet site visited over tor and 3 hops?
Re: 1M People Use Facebook Over Tor
#98Alec Muffet has done a lot of work to get Facebook running on TOR and he's a true believer. I really enjoyed working with him when I was at Facebook. He also did a lot of work to get .onion domains to be recognized by registrars as a special purpose domain name. This let us issue certificates on .onion. I don't know if the story behind the facebookcorewwwi.onion domain name itself has been talked about much, but we w…
Isn't TOR encrypted up to a hidden service anyway? Why would you HTTPS over TOR? Honest Question.
Re: 1M People Use Facebook Over Tor
#99Alec Muffet has done a lot of work to get Facebook running on TOR and he's a true believer. I really enjoyed working with him when I was at Facebook. He also did a lot of work to get .onion domains to be recognized by registrars as a special purpose domain name. This let us issue certificates on .onion. I don't know if the story behind the facebookcorewwwi.onion domain name itself has been talked about much, but we w…
> This let us issue certificates on .onion. Isn't TOR encrypted up to a hidden service anyway? Why would you HTTPS over TOR? Honest Question.
Re: 1M People Use Facebook Over Tor
#100Earlier quoted context omitted.
Well, it would just take twice as long as hashing the first 8... /s
I realize that was sarcasm. But for the non-hash-aware among us, it would take on average 2,147,483,647 as long to brute force the last 8 with the same computing power and 4,294,967,295 as long to hash every combination of the last 8. This all assumes no vulnerabilities in the algorithm, of course.