Re: [Retroshare-devel] chat service protocol

2014-05-12 Thread Neal H. Walfield
At Sun, 11 May 2014 21:59:12 +0200, Cyril Soler wrote: Well, the shared AES key for distant chat is a totally random key that is valid for a specific triplet (chat invitation, source, destination). That is precisely what PFS achieves as well. PFS needs to do it in a way that is safe to

Re: [Retroshare-devel] chat service protocol

2014-05-12 Thread Neal H. Walfield
Hi, At Mon, 12 May 2014 10:44:45 +0200, Cyril Soler wrote: The methods that perform the encryption/decryption are: void p3ChatService::receiveTurtleData() void p3ChatService::sendTurtleData() ... in libretroshare/src/services/p3chatservice.cc The key is generated just below, in