我在嘗試安裝Tor的命令行版本。實際上我已經使用了Homebrew,但它給了我以下的通知: [notice] Your OpenSSL version seems to be 0.9.8y. We recommend 1.0.0 or later.
所以我更新了OpenSSL。 openssl version現在產量爲1.0.1f。 當我在終端中運行which openssl時,它返回/usr
我想在tor的website上使用python的幹函數庫來控制Ubuntu的linux。然而,當我跑了建議Python代碼 from stem.control import Controller
with Controller.from_port(port = 9051) as controller:
controller.authenticate() # provide the p
下面的算法是用僞代碼寫的,爲了簡單起見,不包括實際路由在數據結構中的存儲。 LengthFromSrc = 0;
LengthFromDest = 0;
TotalNumberHops = 0;
X = SRC; /*Last Node Visited from Random walk starting at SRC;*/
Y = DEST; /*Last