Services/Sync/P2P Key Exchange And Rotation: Difference between revisions

Minor edits
(Minor edits)
(Minor edits)
Line 234: Line 234:
<li>Client B: Using 3DHE and a KDF generates the session key (SK) then sends message including own ephemeral key (BEp) matching digest (BEd). Client A can now also generate the shared secret (SK) and hence the message body can be encrypted immediately.
<li>Client B: Using 3DHE and a KDF generates the session key (SK) then sends message including own ephemeral key (BEp) matching digest (BEd). Client A can now also generate the shared secret (SK) and hence the message body can be encrypted immediately.
</ol>
</ol>
Both Client A and Client B can now continue to communicate using the shared secret (SK) as a session key.


<pre>
<pre>
113

edits