Remix.run Logo
nisegami 5 days ago

Can't this be used to ensure you're communicating with who you think you are? Either in a TOFU (trust on first use) approach like SSH fingerprints are in practice, or with external verification like SSH fingerprints can be in theory.

dijit 5 days ago | parent [-]

The .onion name can't exist without having the private key for it, that's kind of the point.

There is already a private key needed to prove that who you're talking to is the right person: otherwise the request can't be routed to it. That's pretty fundamental to how Tor hidden services work actually.

nisegami 5 days ago | parent [-]

Ah, I see. I wasn't familiar with that aspect of it. In that case this seems pointless.