|
|
|
|
|
by jlevers
2366 days ago
|
|
While my knowledge of IPFS is pretty basic, this strikes me as a great use case for it. IPFS (https://ipfs.io) is a P2P internet protocol that's made to enable a decentralized internet...I believe its goal is to supplant (or at least supplement) HTTP(S). As I said, my knowledge of IPFS is still pretty basic, but I find it fascinating and I thought it might be relevant for this application. |
|
A dedicated peer to peer system focused on privacy has no server and no third party. Instead the model is client-client without third party routing. Privacy is then achieved because connections are direct, in an application layer sense, between nodes and each node is a client running the same application in the same way. This is always confidential and never anonymous. This is achieved because there is no application layer addressing used at all, not even DNS.
Think about it more in terms of a shared disk drive on a private network mapped to a local file system address instead of a web location.