mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-21 04:54:21 -04:00
resolve TODOs, remove SVGs, various updates
This commit is contained in:
parent
5f5b9d8830
commit
5589c4ed6e
18 changed files with 45 additions and 33 deletions
|
@ -14,11 +14,13 @@ Several different options are available for [end-to-end encrypted](/glossary/#en
|
|||
<!-- more -->
|
||||
There are some concepts that need to be understood before going further, in order to distinguish the various options.
|
||||
* **End-to-end encryption** means that only you, and the person you communicate with, can read messages. However, not all [encryption](/glossary/#encryption) is created equal. The quality of the encryption is determined by the *encryption protocol* that is used, and how it is implemented at the software level.
|
||||
* **Metadata protection** means whether the [*metadata*](/glossary/#metadata) (the data about the data) about the communication is obscured. Even if the message itself is encrypted, metadata can reveal who is communicating with whom, when, how often, the sizes of whatever files may have been transferred, etc. Metadata exposure is [a major concern](https://docs.openprivacy.ca/cwtch-security-handbook/risk.html#threat-model).
|
||||
* **Metadata protection** means whether the [*metadata*](/glossary/#metadata) (the data about the data) about the communication is obscured. Even if the message itself is encrypted, metadata can reveal who is communicating with whom, when, how often, the sizes of whatever files may have been transferred, etc. Metadata exposure is [a major concern](https://docs.cwtch.im/security/risk#threat-model).
|
||||
* **Peer-to-peer** means that there is no centralized server that you need to trust.
|
||||
* **Tor** is an [anonymity network](/glossary/#tor-network), and some applications route your messages through it by default.
|
||||
|
||||
For a longer form look at these different considerations, we recommend [The Guide to Peer-to-Peer, Encryption, and Tor: New Communication Infrastructure for Anarchists](https://www.csrc.link/#the-guide-to-peer-to-peer-encryption-and-tor). This text criticizes Signal for not being peer-to-peer and not using Tor by default, and goes on to compare Signal, Cwtch, and Briar. The following options for encrypted messaging are listed from most metadata protection to least.
|
||||
For a longer form look at these different considerations, we recommend [The Guide to Peer-to-Peer, Encryption, and Tor: New Communication Infrastructure for Anarchists](https://www.csrc.link/#the-guide-to-peer-to-peer-encryption-and-tor). This text criticizes Signal for not being peer-to-peer and not using Tor by default, and goes on to compare Signal, Cwtch, and Briar.
|
||||
|
||||
The following options for encrypted messaging are listed from most metadata protection to least.
|
||||
|
||||
<br>
|
||||
|
||||
|
@ -33,7 +35,7 @@ For a longer form look at these different considerations, we recommend [The Guid
|
|||
* **Peer-to-peer**: Yes
|
||||
* **Tor**: Yes
|
||||
|
||||
Cwtch is our preference, by a long shot. It is currently in transition from [beta to stable versions](https://docs.cwtch.im/blog/path-to-cwtch-stable). For an overview of how Cwtch works, see their [video explainer](https://cwtch.im/#how-it-works). The [Cwtch Handbook](https://docs.cwtch.im/) will tell you everything you need to know for using it. Cwtch is designed with metadata protection in mind; it is peer-to-peer, uses the Tor network as a shield and stores everything locally on-device, encrypted.
|
||||
Cwtch is our preference, by a long shot. It is currently in transition from [beta to stable versions](https://docs.cwtch.im/blog/path-to-cwtch-stable). For an overview of how Cwtch works, watch the video above. The [Cwtch Handbook](https://docs.cwtch.im/) will tell you everything you need to know for using it. Cwtch is designed with metadata protection in mind; it is peer-to-peer, uses the Tor network as a shield and stores everything locally on-device, encrypted.
|
||||
|
||||
Like all peer-to-peer communication, Cwtch requires *synchronous* communication, meaning that both peers are online simultaneously. However, their server feature allows *asynchronous* communication as well by providing offline delivery:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue