From cf2c811460886e4a9e189fba59512b7e630fd4db Mon Sep 17 00:00:00 2001 From: Th3o <64911733+aHumbleCultist@users.noreply.github.com> Date: Sun, 15 Jan 2023 13:46:34 +0000 Subject: [PATCH] Moving Status messenger to "Decentralized" I am not entirely sure whether Status can be considered p2p, however it for sure does not belong next to Signal or Threema. For reference, the communication protocol stands on Waku (https://waku.org/) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4683946..7abcbd1 100644 --- a/README.md +++ b/README.md @@ -456,6 +456,7 @@ No single point of control or failure. A decentralized network operated by diffe - [DeltaChat](https://delta.chat/) - Chat over encrypted e-mail. - [Session](https://getsession.org/) - Extreme focus on privacy and anonymity. Blockchain technology. - [SimpleX Chat](https://simplex.chat/) - The first chat platform that is 100% private by design - it has no access to your connection graph +- [Status](https://status.im/) - Status is a secure messaging app, crypto wallet, and Web3 browser built with state of the art technology. ### Centralized The service is in charge of running the servers that allow users to communicate. Single point of failure and control, but still 100% safe and trustworthy if the protocols and code are open and audited. @@ -463,7 +464,6 @@ The service is in charge of running the servers that allow users to communicate. - [Threema](https://threema.ch/en) - The messenger that puts security and privacy first. Pay once, chat forever. No collection of user data. Open Source client. - [Signal](https://signal.org/) - Extreme focus on privacy, combined with all of the features you expect. Strong encryption by design. 100% Open Source. - [Molly](https://github.com/mollyim/mollyim-android) - Signal-compatible fork client with some security enhancements. -- [Status](https://status.im/) - Status is a secure messaging app, crypto wallet, and Web3 browser built with state of the art technology. ### P2P No servers involved. Everything goes directly from one peer to the other peer. No point of failure or control. The features are reduced because of the lack of server, messaging can be slower. Best option for critical chats.