Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 37fc824

Browse files
committed
testing
1 parent 7fceb78 commit 37fc824

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

_includes/sections/instant-messenger.html

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -179,44 +179,3 @@ <h3>Disadvantages</h3>
179179
</div>
180180
</div>
181181

182-
<h2 id="nodal" class="anchor">
183-
<a href="#nodal"><i class="fas fa-link anchor-icon"></i></a>
184-
Nodal
185-
</h2>
186-
187-
<p>Nodal networks route encrypted messages through a network of user operated nodes. The nodes cannot decrypt messages, only the recipient can decrypt. Examples of this include <a href="https://en.wikipedia.org/wiki/Onion_routing">Onion routing</a> (used with technologies like <a href="https://en.wikipedia.org/wiki/Tor_(anonymity_network)">Tor</a>) and <a href="https://en.wikipedia.org/wiki/Blockchain">Blockchains</a>. A direct connection is never made, ensuring that the recipient cannot access the sender's metadata (eg, IP address). If the network uses onion routing, then the nodes can't either.</p>
188-
189-
{%
190-
include cardv2.html
191-
title="Session"
192-
image="/assets/img/svg/3rd-party/session.svg"
193-
description="Encrypted instant messenger using 3-hop onion routing to transfer communications. All communications are E2EE encrypted by default, supporting 1-on-1, private group and public group chatrooms."
194-
website="https://getsession.org/"
195-
privacy-policy="https://getsession.org/privacy-policy/"
196-
github="https://github.com/oxen-io/session-desktop"
197-
googleplay="https://play.google.com/store/apps/details?id=network.loki.messenger"
198-
ios="https://apps.apple.com/app/session-private-messenger/id1470168868"
199-
windows="https://getsession.org/windows"
200-
linux="https://www.getsession.org/linux"
201-
mac="https://getsession.org/mac"
202-
%}
203-
204-
<div class="container">
205-
<div class="row">
206-
<div class="col-md-6">
207-
<h3>Advantages</h3>
208-
<ul>
209-
<li>Minimal to no information is exposed to third parties.</li>
210-
<li>Messages can be relayed even if one of the parties is offline.</li>
211-
</ul>
212-
</div>
213-
<div class="col-md-6">
214-
<h3>Disadvantages</h3>
215-
<ul>
216-
<li>Slow transfers and messages propagation.</li>
217-
<li>Less reliable due to the random nodes routing, some nodes may be very far from the sender and receiver, adding latency or even failing to transmit messages if one of the nodes goes offline.</li>
218-
<li>More complex to use as it requires the creation and backup of a private key.</li>
219-
</ul>
220-
</div>
221-
</div>
222-
</div>

0 commit comments

Comments
 (0)