openfaux / openfaux-client

Browser add-on for encrypting and masking internet traffic.
https://openfaux.org
GNU Affero General Public License v3.0
49 stars 25 forks source link

OTR #51

Open nb333 opened 10 years ago

nb333 commented 10 years ago

Based on the feedback we've received from multiple people regarding our current structure, we are trying to implement OTR, instead of the custom protocol we had in mind.

Please let me know if you're interested in helping. :)

tarqd commented 10 years ago

Implementing it yourself is definitely not the way to go. Why not use the already battle-tested otr4 library. It's been compiled to javascript with emscriptlen so it's pretty much ready to go! There's also a javascript binding to the native library if you're using node.js server-side

dsoprea commented 10 years ago

How is OTR useful in a communications library? Isn't it just for IM?

Dustin

On Thu, Mar 13, 2014 at 9:34 PM, Chris Tarquini notifications@github.comwrote:

Implementing it yourself is definitely not the way to go. Why not use the already battle-tested otr4 library. It's been compiled to javascripthttps://www.npmjs.org/package/otr4-emwith emscriptlen so it's pretty much ready to go! There's also a javascript binding to the native library if you're using node.js server-side

Reply to this email directly or view it on GitHubhttps://github.com/openfaux/openfaux-client/issues/51#issuecomment-37606816 .

nb333 commented 10 years ago

@dsoprea It can't be repurposed for HTTP?

dsoprea commented 10 years ago

I asked two questions. I'm not asserting anything.

Dustin

On Thu, Mar 13, 2014 at 11:24 PM, Nathan Bernard notifications@github.comwrote:

@dsoprea https://github.com/dsoprea It can't be repurposed for HTTP?

Reply to this email directly or view it on GitHubhttps://github.com/openfaux/openfaux-client/issues/51#issuecomment-37613582 .

dsoprea commented 10 years ago

On Mar 13, 2014 9:34 PM, "Chris Tarquini" notifications@github.com wrote:

Implementing it yourself is definitely not the way to go. Why not use the already battle-tested otr4 library. It's been compiled to javascript with emscriptlen so it's pretty much ready to go! There's also a javascript binding to the native library if you're using node.js server-side

@ilsken My question was directed to you, since you seemed to be comfortable with the idea: Is it practical to map encryption meant for an established IM system to HTTP pipelines?

Dustin

Reply to this email directly or view it on GitHub.

zsmahi commented 10 years ago

Hi, I've googled about OTR messaging, I've found an implementation of it on Js here is it https://github.com/arlolra/otr perhaps it can help.

Best regards.

zlatanvasovic commented 10 years ago

Thanks. It may be helpful.

2014-04-26 22:36 GMT+02:00 Zakaria SMAHI notifications@github.com:

Hi, I've googled about OTR messaging, I've found an implementation of it on Js here is it https://github.com/arlolra/otr perhaps it can help.

Best regards.

— Reply to this email directly or view it on GitHubhttps://github.com/openfaux/openfaux-client/issues/51#issuecomment-41480126 .

Zlatan Vasović - ZDroid