pusher / atom-pair

An Atom package that allows for epic pair programming
MIT License
1.45k stars 28 forks source link

Add an encryption option #43

Open jpatel531 opened 9 years ago

jpatel531 commented 9 years ago

Currently traffic is encrypted, but data is not

eliotsykes commented 9 years ago

Thanks for atom-pair @jpatel531 - could you expand on the difference between traffic vs. data?

jalcine commented 9 years ago

Perhaps this?

Traffic is over HTTPS, but data's over cleartext? Maybe using something like OTR to start off (it's not the most secure) and upgrading to use NaCl to use a PSK to encrypt the data.

Of course, speed + performance considerations come into play.

Kuberchaun commented 8 years ago

So currently you may have some of or all of the code your sharing at rest on Pusher server in plain text?