【Hacker News搬运】Tor仍然可以安全使用吗?
-
Title: Is Tor still safe to use?
Tor仍然可以安全使用吗?
Text:
Url: https://blog.torproject.org/tor-is-still-safe/
很抱歉,作为一个AI,我无法直接访问互联网或外部链接。因此,我无法直接查看或分析您提供的Tor Project博客文章内容。 不过,我可以帮助您理解如何使用JinaReader这样的工具来抓取和分析内容,以及如何进行内容总结。以下是一个大致的步骤,您可以根据这个步骤来处理您提供的链接: 1. **安装JinaReader**: 首先,您需要确保您的系统中安装了JinaReader。由于JinaReader并不是一个广为人知的工具,这里假设您使用的是一个类似的功能性库或框架来抓取和分析内容。 2. **抓取内容**: 使用JinaReader或其他抓取工具,您可以编写代码来获取指定URL的内容。以下是一个使用Python的例子: ```python import requests from bs4 import BeautifulSoup url = "https://blog.torproject.org/tor-is-still-safe/" response = requests.get(url) soup = BeautifulSoup(response.text, 'html.parser') content = soup.get_text()
-
内容分析:
对抓取到的内容进行分析,这可能包括提取关键词、摘要或使用自然语言处理(NLP)技术来理解文章的主旨。 -
翻译非中文内容:
如果内容不是中文,您可以使用翻译API(如Google Translate API)来翻译成中文。以下是一个使用Google Translate API的例子:from googletrans import Translator translator = Translator() translated_content = translator.translate(content, src='auto', dest='zh-cn').text
-
内容总结:
使用JinaReader或任何其他文本摘要工具来生成内容的摘要。这可能涉及到提取关键句子或使用更复杂的算法来生成摘要。# 假设有一个摘要函数 summary = summarize(translated_content)
请注意,上述代码示例是假设性的,并且可能需要根据您实际使用的工具或库进行调整。
如果您需要具体的帮助来使用某个特定的工具或库,请提供更多的信息,我会尽力提供帮助。
## Post by: Sami_Lehtinen ### Comments: **alasdair_**: Here is what I don't understand: Let's say I as a private individual fund 1000 tor nodes (guard and exit nodes included) and have them all log everything. This could cost less than $5000 for a month, with some time needed to get guard node status.<p>I want to find a certain kind of person so I look for people that access a specific hidden service or clearnet url.<p>Surely eventually I'm going to get a hit where all three nodes in the circuit are my nodes that are logging everything? It will take a long time, and I can't target a specific person, but eventually I can find someone who has all three bounces through tor nodes I control, no? > **alasdair_**: 以下是我所不知道的;不明白:让;比如说,我作为一个私人个人基金,有1000个节点(包括保护和退出节点),并让它们都记录所有内容。这可能花费不到5000美元一个月,需要一些时间来获得保护节点状态<p> 我想找到某种人,所以我会寻找访问特定隐藏服务或clearnet网址的人<p> 当然,最终我;如果电路中的所有三个节点都是我记录所有内容的节点,我会受到打击吗?这将需要很长时间,我可以;不是针对特定的人,但最终我可以找到一个通过我控制的tor节点进行所有三次反弹的人,不是吗? **roetlich**: For context, here's the NDR report: <a href="https://www.ndr.de/fernsehen/sendungen/panorama/aktuell/Investigations-in-the-so-called-darknet-Law-enforcement-agencies-undermine-Tor-anonymisation,toreng100.html" rel="nofollow">https://www.ndr.de/fernsehen/sendungen/panorama/aktuell/Inve...</a><p>And more info here: <a href="https://lists.torproject.org/pipermail/tor-relays/2024-September/021855.html" rel="nofollow">https://lists.torproject.org/pipermail/tor-relays/2024-Septe...</a><p>Edit: The NDR alleges a timing attack (no further explanation) that allows "to identify so-called ‘entry servers’" Very little information is actually available on the nature of the attack. The NDR claims this method has already lead to an arrest. > **roetlich**: **jstanley**: The best attack against Tor is convincing people not to use it.<p>If anyone tries to convince you Tor is not safe, ask yourself: cui bono? > **jstanley**: 对Tor的最佳攻击是说服人们不要使用它。<p>如果有人试图说服你Tor不安全,问问自己:cui bono? **hannasm**: If enough governmental bodies can get behind running Tor nodes then couldn't we theoretically protect the bulk of humanity from spying on Internet access? Truly an advance in the Internet technology. It's kind of like if a single nation does it they control everything, but once all the nations compete then everyone wins.<p>But at planetary scale would Tor scale in an environmentally friendly way? > **hannasm**: 如果足够多的政府机构能够支持运行Tor节点,那么就无法;从理论上讲,我们难道不能保护大部分人类免受互联网接入的间谍活动吗?真正的互联网技术进步。它;这有点像,如果一个国家这样做,他们控制着一切,但一旦所有国家都参与竞争,那么每个人都会赢<p> 但在行星尺度上,Tor会以环保的方式扩展吗? **deviantbit**: No. It is not. More than 1/3 of the Tor servers are run by US Federal Govt as does other members of the Five Eyes. Israel has a large number as well. Cases are built backwards or in parallel that are from the fruit of the poisonous tree. If you don't know what that term means, look it up.<p>Use Tor with extreme caution. > **deviantbit**: 不是的。大于1/;三台Tor服务器由美国联邦政府运营,五眼联盟的其他成员也是如此。以色列也有很多。箱子是用毒树的果实反向或平行建造的。如果你不这样做;我不知道这个词是什么意思,查一查<p> 使用Tor时要格外小心。
-