This commit is contained in:
jr-simplex
2022-11-09 11:33:23 +00:00
parent ac3c785998
commit 96c7e23001

View File

@@ -1339,8 +1339,8 @@ window.addEventListener('scroll',changeHeaderBg);
<p>
<a href="https://en.wikipedia.org/wiki/Peer-to-peer">P2P</a>
messaging protocols and apps have various problems that make
them less reliable than SimpleX, more complex to implement and
analyse, and vulnerable to several types of attack.
them less reliable than SimpleX, more complex to analyse,
and vulnerable to several types of attack.
</p>
<ol style="list-style: auto; padding-left: 1em;">
<li>
@@ -1636,7 +1636,7 @@ window.addEventListener("load", function () {
<li> If operators servers are compromised</li>
<li> Does not protect users' metadata</li>
<li> While P2P are distributed, they are not federated - they operate as a single network</li>
<li> P2P networks either have a central authority or the whole network can be compromised - <a class="underline text-primary-light dark:text-primary-dark underline-offset-2" href="https://github.com/simplex-chat/protocol#comparison-with-p2p-messaging-protocols">see here</a></li>
<li> P2P networks either have a central authority or the whole network can be compromised - <a class="underline text-primary-light dark:text-primary-dark underline-offset-2" href="https://github.com/simplex-chat/simplex-chat/blob/stable/docs/SIMPLEX.md#comparison-with-p2p-messaging-protocols">see here</a></li>
</ol>
</div>
</div>