[tor-dev] Comparing handshake protocols for Tor: Ace vs ntor

2013-07-23 Thread Esfandiar Mohammadi
Hi, in WPES 2012 [2], Aniket Kate and me introduced Ace, an alternative for Tor's current handshake protocol ntor (which was also briefly discussed on this list [4]). Back then, no implementation for the double scalar multiplication operation (a * b + c * d) on Curve25519 was available. But rec

Re: [tor-dev] TorPylle: a Python/Scapy TOR protocol implementation

2013-07-23 Thread Damian Johnson
Hi Pierre, sounds neat! Two quick thoughts: * The tor project generally dislikes other projects using the name 'tor' within them. This is why I called my projects arm and stem (arm was actually originally called tormoni, a name I still like a lot better)... https://www.torproject.org/docs/trade

[tor-dev] TorPylle: a Python/Scapy TOR protocol implementation

2013-07-23 Thread pierre . lalet
Hi all, To test the Tor program, I though an independent implementation might help. I started writing TorPylle with that in mind. The purpose is NOT to implement a secure or robust implementation that could be an alternative to Tor. It relies on Scapy (http://www.secdev.org/projects/scapy/)

Re: [tor-dev] Remote descriptor fetching

2013-07-23 Thread Damian Johnson
>> - see the >> example at the start of its docs... >> >> https://stem.torproject.org/api/descriptor/remote.html >> https://stem.torproject.org/_modules/stem/descriptor/remote.html > > These two links don't work for me for some reason. Very strange. It didn't work when I just tried clicking them f

Re: [tor-dev] Remote descriptor fetching

2013-07-23 Thread Karsten Loesing
On 7/22/13 5:32 AM, Damian Johnson wrote: > Hi Karsten, I've finally finished implementing stem's module for > remote descriptor fetching. Its usage is pleasantly simple Great stuff! > - see the > example at the start of its docs... > > https://stem.torproject.org/api/descriptor/remote.html > ht