<p dir="ltr">Den 12 apr 2014 06:52 skrev <<a href="mailto:tpb-crypto@laposte.net">tpb-crypto@laposte.net</a>>:<br>
> ><br>
> > Actually, a quite clever, well-secured P2P DNS system has been<br>
> > created, and IMO ought to be known and used more widely.<br>
> ><br>
> > <a href="https://www.namecoin.org/">https://www.namecoin.org/</a><br>
> ><br>
> > [...]<br>
><br>
> Although namecoin is a cool idea it lacks one thing ... why don't it carry the cryptographic keys to access the domains it offers, securely? Couldn't the public keys be embedded in its blockchain?<br>
><br>
> Namecoin could carry more than a mere naming system ... don't you think?</p>
<p dir="ltr">You can, since it is flexible in what you can store. If you directly rely on public key based addressing like with Tor, I2P, CJDNS and more, then the verification is automatic - the connection will only succeed if the server has the right private key. </p>

<p dir="ltr">For other systems, you need to create new plugins that do the verification at some level where the client software can understand the result. Usually that means you have to proxy most software and often also have the proxy confirm the certificates in a MITM fashion. </p>