added english arguments for why matrix
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7023a0f6be
commit
112a09cb32
2 changed files with 15 additions and 1 deletions
|
@ -25,7 +25,7 @@ Hier möchte ich ein paar Gründe nennen, warum ich Matrix nutze und vielen ande
|
|||
* Du kannst dir deinen Server-Anbieter frei aussuchen und bist nicht auf einen zentralen Anbieter angewiesen.
|
||||
* Matrix ist ohne Telefonnummer oder E-Mail-Adresse nutzbar.
|
||||
* Es gibt Apps für alle Plattformen (Handy, PC, Browser, etc.)
|
||||
* Standardmäßig werden die Nachrichten in privaten Chats und Gruppen Ende-zu-Ende verschlüsselt. Dadurch ist es auch für den Server-Anbieter unmöglich Nachrichten mitzulesen.
|
||||
* Standardmäßig werden die Nachrichten in privaten Chats und Gruppen Ende-zu-Ende verschlüsselt. Dadurch ist es auch für den Server-Anbieter unmöglich, Nachrichten mitzulesen.
|
||||
* Das Protokoll (die Art wie Daten übertragen werden) ist frei, dadurch kann jeder die Funktionsweise überprüfen oder neue Apps entwickeln, die dieses Protokoll verwenden.
|
||||
* Auch die Verschlüsselungsalgorithmen sind öffentlich zugänglich und überprüfbar. Sie sind nicht patentgeschützt durch eine Firma.
|
||||
* Apps und Server sind quelloffen, wodurch die Funktionsweise und die Weiterentwicklung transparent nachvollziehbar sind.
|
||||
|
|
|
@ -17,6 +17,20 @@ Feel free to create an account on my server or choose one from the list linked b
|
|||
|
||||
On my blog (German) you will find a simple introduction to the Matrix network: [Werde Teil der Matrix](https://blog.sp-codes.de/werde-teil-der-matrix-matrix-teil-1/)
|
||||
|
||||
## Why Matrix?
|
||||
|
||||
Here I want to give some reasons why I use Matrix and prefer it over many other messengers:
|
||||
|
||||
* Since the servers are decentralized, the network remains available even if one server fails.
|
||||
* You are free to choose your server provider and you are not dependent on a central provider.
|
||||
* Matrix can be used without a phone number or email address.
|
||||
* There are apps for all platforms (mobile, PC, Browser, etc.)
|
||||
* By default, messages in private chats and groups are end-to-end encrypted. This also makes it impossible for the server provider to read messages.
|
||||
* The protocol (the way data is transferred) is open, so anyone can check how it works or develop new apps that use this protocol.
|
||||
* The encryption algorithms are also publicly available and verifiable. They are not proprietary by any company.
|
||||
* Apps and servers are open source, which makes the functionality and further development transparent and traceable.
|
||||
* Matrix supports voice and video calls, both in private and group chats.
|
||||
|
||||
## More useful links
|
||||
|
||||
* [Various Apps](https://matrix.org/clients)
|
||||
|
|
Loading…
Reference in a new issue