security
This is an old revision of the document!
There's a few chat applications which can be used to communicate:
Secure
- SimpleX - Bit more secure then Signal, as it has built in privacy features at the protocol level (such as message padding). By default users /chats don't have constant identifiers either. Allows for anonymous profiles and supports multiple profiles.
- Signal - Good replacement for normal “text messaging”. Share your username instead of phone number.
- Delta Chat - Supports multiple profiles.
Less Secure
- Keybase - Supports multiple profiles, allows managing teams. Roughly an alternative to discord/slack. Currently owned by Zoom. Keybase has access to metadata to understand who is talking to who. https://book.keybase.io/docs/chat/crypto#metadata
- Matrix
- Configuration Steps:
- Setup a home server and disable federation to prevent metadata being copied around to other servers, This option is also configurable by the room creator, which is helpful and can decide when to use it.
- Enable End To End Encryption (E2EE) for sensitive rooms.
- Security And Privacy Notes:
- While messages are encrypted in E2EE rooms, privacy leaks are possible. Metadata is not encrypted and currently not supported by the protocol, although it' being worked on.This includes usernames of who are in encrypted chat rooms, who created the room, and the title of the room.
- Homeserver owners can join encrypted chats and impersonate users by adding their own device key to the target users account. This is a bug that is being mitigated in 2026 by requiring users to confirm new devices added to their account https://element.io/blog/verifying-your-devices-is-becoming-mandatory-2/.
- A stolen domain for homeserver can gain rights as any user that has joined the room from the homeserver, This is due to Matrix stores permissions as user@homeserverDomain.com for rooms.
- Fluffychat client is recommended, as it supports multiple profiles.
- Users joining E2EE encrypted rooms can not see past messages. This is being worked on currently (https://github.com/matrix-org/matrix-spec-proposals/pull/4268).
security.1774836989.txt.gz · Last modified: 2026/03/30 02:16 by admin
