echoplexus icon indicating copy to clipboard operation
echoplexus copied to clipboard

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

Open alx opened this issue 11 years ago • 2 comments

  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

alx avatar Jun 06 '14 09:06 alx

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

qq99 avatar Jun 12 '14 03:06 qq99

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

qq99 avatar Aug 09 '14 20:08 qq99