Earlier quoted context omitted.
Basically, if you have anonymous, P2P, encrypted messaging you need to solve the problem of maintaining a public ledger of user names to public keys. There are several approaches to this, but one of the most compelling right now is using the exact same mechanism that bitcoin uses to prevent double spending. Twister has absolutely nothing to do with bitcoin, they are only similar in that double-spending a bitcoin is a…
"the problem of maintaining a public ledger of user names to public keys" What is the point of that ledger? Public keys identify users on their own.
Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
51–52 of 52 posts
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#52Earlier quoted context omitted.
"the problem of maintaining a public ledger of user names to public keys" What is the point of that ledger? Public keys identify users on their own.
Yes they do but 1) most people are more comfortable dealing with usernames compared to public keys, and 2) distributing the public keys themselves can be tricky if you don't already have a trusted connection set up (just look at past abuses of Certificate Authorities for examples of this).
So sure, I can grant people are more comfortable dealing with usernames than with public keys, but that sounds more like a UI problem than a technology problem. People are certainly capable of dealing with Tor hidden service addresses, and I suspect that is because they are already using a UI they know well (their web browser).