Initiate a secure realtime chat with a user in the lobby #7

Open
opened 2024-02-01 18:37:24 +00:00 by silentsilas · 0 comments
Owner
  • User clicks on the name of another user from the list of members in the lobby
  • Grab their public key, let recipient be their chosen name
  • Generate a shared secret for this session
  • Derive a key from shared secret and encrypt message
  • Ensure each message sent is encrypted with a newly derived key
  • Decrypt incoming messages using the same derived key + IV
* User clicks on the name of another user from the list of members in the lobby * Grab their public key, let recipient be their chosen name * Generate a shared secret for this session * Derive a key from shared secret and encrypt message * Ensure each message sent is encrypted with a newly derived key * Decrypt incoming messages using the same derived key + IV
silentsilas added the
enhancement
label 2024-02-01 18:37:24 +00:00
silentsilas added this to the MVP project 2024-02-01 18:37:24 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: silentsilas/sure#7
No description provided.