Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2>ShadowSend</h2>

<h2>ShadowChat</h2>
<p>
ShadowChat is a <abbr title="peer-to-peer">P2P</abbr> <strong>Instant Messaging system</strong> utilizing state-of-the-art encryption technology to keep your communications private. All messages are encrypted by the proven <strong>AES-256-CBC algorithm</strong>, and distributed between nodes in such a way as to prevent the recipients of messages from being inferred by assailants utilizing sophisticated traffic analysis. Even if the assailants can view the entire network and/or run nodes of the network, information retains privacy through he aforementioned encryption.
ShadowChat is a <abbr title="peer-to-peer">P2P</abbr> <strong>Instant Messaging system</strong> utilizing state-of-the-art encryption technology to keep your communications private. All messages are encrypted by the proven <strong>AES-256-CBC algorithm</strong>, and distributed between nodes in such a way as to prevent the recipients of messages from being inferred by assailants utilizing sophisticated traffic analysis. Even if the assailants can view the entire network and/or run nodes of the network, information retains privacy through the aforementioned encryption.
</p>
<p>
To eliminate the risk and hassle of sharing passwords, we utilize the proven and trusted method of <strong>Elliptic Curve Diffie-Hellman (ECDH) key exchange</strong>. The Elliptic Curve Digital Signature Algorithm (ECDSA) is used to give you confidence that the messages you received came from the original recipient and remained untouched in propagation. Messages are distributed over the preexisting Shadow P2P network, and a copy of each encrypted message is stored on each node for a period of 48 hours.
Expand Down