Great to see the project still going strong, we need this type of tools more than ever.
Same. The world would feel quite dystopian without Tor, Signal and other similar software aiming to preserve your privacy. I rarely use Tor but I'm soooo happy it exists. Just started wondering: If Tor disappeared off the face of the earth right now, what would be the replacement? 1. Would it be an existing alternative that would become dominant in the space? 2. Would an identical software/network be built? 3. Would…
Tor Browser 11.0
31–40 of 100 posts
Re: Tor Browser 11.0
#32At some point in my career I was involved in some journalistic reporting in Saudi Arabia; had I used a regular VPN, it could have been easily detected, and in best case defeated, worst case put me in serious legal trouble, which in Saudi Arabia can easily end in corporal punishment and/or death. TOR allowed me to circumvent all that and keep reporting on government official and police force corruption in a safe way, in a country that frankly could use a lot more of this type of journalism.
Thank you, TOR project!
Re: Tor Browser 11.0
#33The first major release that lacks all support for most tor onion service domains. Tor v2 code was removed for security reasons. But the community still mostly uses v2. Follow along with the death of most tor onion services in the plots at: https://www.encryptionin.space/tracking-hsdirs-and-the-versi... (here's a snapshot mirror if the site is slow under load, https://i.ibb.co/9NzVcsz/plot.png )
Re: Tor Browser 11.0
#34Tor lost all credibility for sticking to firefox, not to mention all the other security issues discovered over the past few years
Re: Tor Browser 11.0
#35Earlier quoted context omitted.
Yes, it probably is. Most people use tor because they just want a pseudoanonymous proxy to the clear web. For them the switch to v3 internally is important and probably required. For users of the .onion and onion services in general it's more split but I think most would say v2 going away is good. Soon it will be possible to spoof v2 domain prefixes at a feasible cost. I personally don't like that v2 is being shut of…
The depreciation of v2 addresses is the best course of action in this case. v2 addresses consist of the first 80 bits of the SHA-1 hash of the hidden services 1024 bit public RSA key. This sentence alone is enough to make any cryptographer cringe, it is really bad ! (SHA-1 has been shown to be broken and it is suspected that 1024 bit RSA can be cracked by any determined well funded state actor) Also, Tor Project has…
What is the danger of exposing the hash of the services public key? Public keys are public anyway.
Re: Tor Browser 11.0
#36Earlier quoted context omitted.
So it would be best if those services simply advertise their new address on the v2 domain right? Rather than sit still and lose their traffic when everyone's forced to, or when attacks really become feasible. It's not even a hard upgrade, afaik it's literally just a change of what address users have to copy/bookmark and nothing else. I just don't get what the reason to not upgrade is.
> afaik it's literally just a change of what address users have to copy/bookmark and nothing else ...and all of the links that everyone has embedded in content all over the ecosystem.
Re: Tor Browser 11.0
#37TOR has been an invaluable tool for me for its ability to circumvent state censorship in an undetectable way. At some point in my career I was involved in some journalistic reporting in Saudi Arabia; had I used a regular VPN, it could have been easily detected, and in best case defeated, worst case put me in serious legal trouble, which in Saudi Arabia can easily end in corporal punishment and/or death. TOR allowed m…
Re: Tor Browser 11.0
#38Tor lost all credibility for sticking to firefox, not to mention all the other security issues discovered over the past few years
Also Torbrowser uses a security-hardened version of FF LTS, so it's pretty useless to assume FF vulnerabilities all apply to Torbrowser.
Re: Tor Browser 11.0
#39Earlier quoted context omitted.
The depreciation of v2 addresses is the best course of action in this case. v2 addresses consist of the first 80 bits of the SHA-1 hash of the hidden services 1024 bit public RSA key. This sentence alone is enough to make any cryptographer cringe, it is really bad ! (SHA-1 has been shown to be broken and it is suspected that 1024 bit RSA can be cracked by any determined well funded state actor) Also, Tor Project has…
> v2 addresses consist of the first 80 bits of the SHA-1 hash of the hidden services 1024 bit public RSA key. What is the danger of exposing the hash of the services public key? Public keys are public anyway.
1. so little of the hash is exposed (only 80 bits of 160 for sha1), making it easier to find a collision
2. the hash is so weak (sha1 is widely considered broken), making it easier to find a collision
3. the underlying public key is so small, making it easier to derive the private key from the public key
IIRC if you find a collision you can use that to take over / contest an onion address, and obviously reversing the public key into a private key gives you as much control over an onion address as the original creator.
Re: Tor Browser 11.0
#40The first major release that lacks all support for most tor onion service domains. Tor v2 code was removed for security reasons. But the community still mostly uses v2. Follow along with the death of most tor onion services in the plots at: https://www.encryptionin.space/tracking-hsdirs-and-the-versi... (here's a snapshot mirror if the site is slow under load, https://i.ibb.co/9NzVcsz/plot.png )
What's a HSDir?