2

Is there a way to create a peer-to-peer hosted website securely:
- Without Having a connection between the developer (host) of the website to the website?
- Securing some information the site uses like a database that shouldn't be plainly view-able by the "peer hoster".
- Having the website still run code (eg. possibly selecting from the decentralized db)

I'm asking this because I think this could be a solution for creating a website in a closed monitored network (1000s of PCs) without making it clear on who is the host of the website is.

Is there any current solution for this?

funerr
  • 163
  • 1
  • 7

1 Answers1

1

FreeNet is a distributed p2p network that relies upon a Distributed Hash Table to store and distribute data. One of the hallmarks of this network is that once a page is pushed to FreeNet, it can't removed (as long as people are viewing the content).

However, it sounds like a Tor mash-up is what your looking for.

rook
  • 46,916
  • 10
  • 92
  • 181