mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
docs: other
This commit is contained in:
parent
05df86bd92
commit
bda1b72a4e
1 changed files with 7 additions and 0 deletions
|
@ -27,6 +27,13 @@ The problems of existing chat solutions this system intends to solve:
|
|||
- prove sent/received time/delivery order - with the solution below only timestamp of another party can be proven, not the actual time.
|
||||
|
||||
|
||||
## Other ideas
|
||||
|
||||
- [OTR messaging](https://en.wikipedia.org/wiki/Off-the-Record_Messaging) - below defines verifiable messaging, there is also value in supporting off-the-record messaging. Not in prototype
|
||||
- Group support - 1) separately encrypt for each recepient or 2) encrypt once per group using distributed symmetric key or 3) ... ? Probably encrypt separately, at least initially.
|
||||
- Multiple user devices - 1) known to servers or 2) known to senders? Probably known to senders. Not in prototype.
|
||||
|
||||
|
||||
## Solution
|
||||
|
||||
- No phone numbers, user names and no DNS are used to identify to users (chat servers may choose to be accessible via DNS, but it is not required)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue