More faqs + twitter header image

This commit is contained in:
Sarah Jamie Lewis 2021-06-24 21:02:00 -07:00
parent 15fe763ed5
commit e4aa1bea49
4 changed files with 63 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

View File

@ -21,10 +21,10 @@
<ul>
<li><strong>Decentralized and Open</strong>: There is no “Cwtch service” or “Cwtch network”.
Participants in Cwtch can host their own safe spaces, or lend their infrastructure to others
seeking a safe space. The Cwtch protocol is open, and anyone is free to build bots, services and user interfaces
seeking a safe space. The Cwtch protocol is <a href="https://git.openprivacy.ca/cwtch.im/cwtch">open</a>, and anyone is free to <a href="https://git.openprivacy.ca/sarah/cwtchbot">build bots, services</a> and <a href="https://git.openprivacy.ca/cwtch.im/cwtch-ui">user interfaces</a>
and integrate and interact with Cwtch.</li>
<li><strong>Privacy Preserving</strong>: All communication in Cwtch is end-to-end encrypted and takes place over Tor v3 onion services.</li>
<li><strong>Metadata Resistant</strong>: Cwtch has been designed such that no information is exchanged or available to anyone without their explicit consent, including on-the-wire messages and protocol metadata.</li>
<li><strong>Metadata Resistant</strong>: Cwtch has been <a href="https://docs.openprivacy.ca/cwtch-security-handbook/risk.html">designed</a> such that no information is exchanged or available to anyone without their explicit consent, including on-the-wire messages and protocol metadata.</li>
</ul>
@ -65,7 +65,7 @@
<div class="card text-center" >
<img src="/images/CWTCH_WEB/BASE_2.png" class="d-block w-50 card-img-top" alt="...">
<div class="card-body">
<p class="card-text">Communications metadata us known to be exploited by many adversaries to undermine the security of systems; to track people;
<p class="card-text">Communications metadata is known to be exploited by many adversaries to undermine the security of systems; to track people;
And to conduct large scale social networking analysis that feeds into mass surveillance systems.
These systems have grave consequences for freedom, autonomy and sometimes...even life itself.</p>
</div>
@ -133,9 +133,30 @@
</div>
</div>
<hr/>
<hr id="screenshots" />
<h2>FAQ</h2>
<h2>Screenshots</h2>
<br/>
<div class="row text-center justify-content-around align-items-center">
<img src="/images/cwtchscreen.png"/>
</div>
<br/>
<hr id="faq" />
<h2 >FAQ</h2>
<h3>How is Cwtch different to Signal / Whatsapp / iMessage?</h3>
<p>Cwtch is decentralized and focused on metadata-privacy in addition to communications privacy. Unlike other communication platforms,
none of your messages are routed through a centralized server that has access to metadata such as your social network of friends, or
who sent and received a particular message.
</p>
<p> We believe that our tools should help people resist surveillance. Communications metadata is known to be exploited by many adversaries to undermine the security of systems; to track people;
and to conduct large scale social networking analysis that feeds into mass surveillance systems. And because of that, we explicitly
designed Cwtch for metadata privacy. </p>
<h3>What is the difference between a peer-to-peer connection and a cwtch group?</h3>
@ -143,13 +164,20 @@
use Tor v3 onion services to provide an encrypted, and metadata resistant connection. Because of this direct connection, both parties need
to be online at the same time in order to message each other.</p>
<p>Cwtch Groups allow multiple parties to participate in a single conversation using an untrusted server (that cna be provided by 3rd party or
<p>Cwtch Groups allow multiple parties to participate in a single conversation using an untrusted server (that can be provided by 3rd party or
self hosted). Server operators cannot learn how many people are in a group, or what is being discussed. If multiple groups are hosted on a
single server then the server is unable to learn which messages belong to which group without the collusion of a group member. Unlike in peer-to-peer
conversations, group conversations can be conducted asynchronously, so everyone in a group doesn't need to be online at the same time.</p>
<h3>Why are cwtch groups experimental?</h3>
<p>Metadata-resistant group messaging is still an <a href="https://docs.openprivacy.ca/cwtch-security-handbook/open-questions.html">open problem</a>. While the version we provide in Cwtch Beta is designed to be secure and metadata
private it is rather inefficient and can be misused. As such we advise caution when using it, and only provide it as an opt-in feature.</p>
<h3>What happens if I forget the password to an encrypted profile?</h3>
<p>Unlike a traditional centralized service that can offer password overrides, Cwtch stores all your data locally on your device.</p>
<p>Without the password it is practically impossible for anyone to derive the key to decrypt the profile. As such that profile should be considered
lost.</p>
@ -168,23 +196,29 @@
application when it is unpaused, or restarted.</p>
<p>Without this background process management Cwtch would require Tor to be reinitialized
every time the app is loaded which would make it slow to start, and would make peer connection unusable on Android.</p>
every time the app is loaded which would make it slow to start, and would make peer connection unusable on Android, as everytime the app went away you would go offline.</p>
<p>When a tor process is running it will download some amount of data in order to retrieve consensus from the Tor network.
<p>Note: Group connections are synchronized every time cwtch is online and it is not necessary to be online all the time when using them.</p>
<p>When a Tor process is running it will download some amount of data in order to retrieve consensus from the Tor network.
Any active onion services will also require a small amount of data to maintain their circuits and introduction points independent of any app use.</p>
<p>In the future we plan to allow cwtch clients to opt-in to using an external Tor connection such as Orbot to manage Tor processes
separately from Cwtch.</p>
<h3>How can I shutdown Cwtch?</h3>
<p>The front-pane of the app has a "Shutdown Cwtch" button (with an 'X') icon. Pressing this button will trigger a dialog, and on confirmation
Cwtch will be shutdown and all profiles will be unloaded.</p>
<h3>How can I get involved in supporting Cwtch?</h3>
<ul>
<li>Report Bugs and Issues and Feature Requests: <a href="https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues">https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues</a></li>
<li>Submit Pull Requests: <a href="https://git.openprivacy.ca/cwtch.im/cwtch-ui">https://git.openprivacy.ca/cwtch.im/cwtch-ui</a></li>
<li>Volunteer to Translate: Contact team@cwtch.im</li>
<li>Volunteer to Translate: Contact team@cwtch.im to be added to our Lokalize translation team.</li>
<li><a href="https://openprivacy.ca/donate">Donate to Open Privacy Research Society</a> to help us fund the development of new features!</li>
</ul>

View File

@ -12,6 +12,24 @@
<title>Cwtch: Decentralized Privacy Preserving Infrastructure</title>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site" content="@openpriv" />
<meta name="twitter:creator" content="@openpriv" />
<meta property="og:image" content="https://cwtch.im/images/CWTCH_WEB/card_header.png" />
<meta property="og:url" content="https://cwtch.im" />
<meta property="twitter:title" content="Cwtch: Decentralized Privacy Preserving Infrastructure" />
<meta property="og:title" content="Cwtch: Decentralized Privacy Preserving Infrastructure" />
<meta property="og:description" content="Cwtch is a decentralized, privacy-preserving,
multi-party messaging protocol that can be used to build metadata resistant applications." />
<meta property="twitter:description" content="Cwtch is a decentralized, privacy-preserving,
multi-party messaging protocol that can be used to build metadata resistant applications." />
<!-- Bootstrap core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
@ -28,6 +46,8 @@
<img src="/images/500x500_white.png" height="100px">
</a></li>
<li><a href="/#how-it-works">HOW IT WORKS</a></li>
<li><a href="/#screenshots">SCREENSHOTS</a></li>
<li><a href="/#faq">FAQ</a></li>
<li><a href="https://git.openprivacy.ca/cwtch.im">CODE</a></li>
<li><a href="/download">GET CWTCH</a></li>
</ul>