End-to-end encryption for messages #23
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hippoz/brainlet#23
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
E2E is going to probably a knockoff of signal's design.
X3DH (https://signal.org/docs/specifications/x3dh) for key agreement and double ratchet (https://signal.org/docs/specifications/doubleratchet/) to form message keys.
identity keys mentioned in X3DH will be generated by the client and stored by server.
considering this design:
perhaps this make the password hash checking done by server redundant, as if client managed to obtain the identity private key that means client knows the password.
E2E in channels (group chats) pending further investigation.