qq99 / echoplexus

Socket.io powered chat, JavaScript REPL, whiteboard, and WebRTC calls
Other
394 stars 53 forks source link

echoplexus->irc->echoplexus: not possible to decrypt #233

Open alx opened 10 years ago

alx commented 10 years ago
  1. connect to an irc channel
  2. start to encrypt content
  3. type a text line, it shows the text in the sender chat, but only '-' in other clients
qq99 commented 10 years ago

Great catch :+1: Definitely just naively taking msg.body instead of looking for the msg property that represents the encrypted payload

qq99 commented 9 years ago

I believe I made it sending the ciphertext along instead of the -, but more work would be needed to properly decrypt it on another echoplexus client