| > (1) there is no way to migrate to another homeserver (I gave up on Matrix after the third one went bust) partially true - while there isn't a protocol defined way, you can invite your new account to your rooms, import your encryption keys and leave the rooms with the old accounts > (2) the homeserver has (!) plaintext access to all traffic on it hmm, isn't that unavoidable? > (4) no effort at all to obscure metadata, who you communicate with and when. There is effort on it, e.g. by going P2P and eliminating dedicated homeservers > I don't know of any clients that let you manage separate identities at the same time FluffyChat, Syphon, and others I don't know the names by heart > Matrix defines a sort of end-to-end encryption, but the ends are homeservers and clients. The ends are the sessions in a room. The homserver is not an end. How did you get that impression? > Lack of encryption-at-rest, wherever it is that messages live, seems like a stupendous implementation design flaw, and makes me question all the project's other choices. Isn't encryption at rest usually done by the operating system? |
> hmm, isn't that unavoidable?
Not only is it avoidable, it’s not actually true AFAIU. It’s unfortunate (if historically justifiable) that Matrix has a non-E2EE mode, but the thing it brands as E2EE is actually deserving of the name, with messages accessible to clients only and the associated hurdles (you literally can’t get access to message history in encrypted chats from a new client on the same account unless you get one of your old clients to cross-sign, even if the homeserver will help mediate the prompt).
Matrix is not free of problems, but it does have federated, multi-party, multi-device, end-to-end encrypted chats with persistent history and forward secrecy. The underlying crypto goes by Megolm[1]. It’s slightly weaker[2] (in particular regarding backward secrecy) than the strictly two-party thing Signal does (however they brand it these days), but nowhere near the point of allowing the homeserver to eavesdrop.
[1] https://blog.jabberhead.tk/2019/03/10/a-look-at-matrix-orgs-...
[2] https://gitlab.matrix.org/matrix-org/olm/blob/master/docs/me...