Hacker News new | ask | show | jobs
by e12e 2996 days ago
How does tor "find your friends" (stand in for dht)?

Is this some new feature of the protocol/network?

1 comments

I guess the idea is rather than a user@host identifier, that looks up via first dns, then at protocol level on the host (eg look up mx record for <host>; attempt rcpt to <user> via smtp) - or a dht protocol - one could simply use a tor node identifier as user identifier. Which might make rotating keys hard - but at least that makes sense; onion "addresses" are unique and "secure".