users authentication and dht
Posted
by mtasic
on Stack Overflow
See other posts from Stack Overflow
or by mtasic
Published on 2009-12-19T15:32:09Z
Indexed on
2010/04/09
4:53 UTC
Read the original article
Hit count: 441
Lets say that I have only DHT (distributed hash table) implemented (in Python), and I want to build authentication service over P2P network, but without introducing centralized authentication server with such a service. Can it be done, and if so how can I achieve this?
I'm familiar with how Skype and Wuala have done this, but I am looking for decentralized solution without single point of failure.
© Stack Overflow or respective owner