Skip to content
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.

Implement some sort of handshake #3

Open
paddycarver opened this issue Oct 22, 2012 · 0 comments
Open

Implement some sort of handshake #3

paddycarver opened this issue Oct 22, 2012 · 0 comments

Comments

@paddycarver
Copy link

Right now, communicating over untrusted networks is pretty risky. Man in the middle attacks and sniffing will both crack the cluster wide open, no matter what people use as Credentials.

Implementing something like Diffie-Hellman can protect against the sniffing, but not the man in the middle. TLS would take care of it, but is probably overkill.

Source: http://www.reddit.com/r/programming/comments/11sgc7/pastry_a_distributed_hash_table_in_go/c6pc90v

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant