|
@@ -3,7 +3,7 @@
|
3
|
3
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
5
|
<head>
|
6
|
|
-<!-- 2016-02-27 Sat 23:14 -->
|
|
6
|
+<!-- 2016-02-28 Sun 10:59 -->
|
7
|
7
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
8
|
8
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
9
|
9
|
<title></title>
|
|
@@ -600,11 +600,7 @@ The <a href="http://profanity.im/">Profanity</a> shell based user interface and
|
600
|
600
|
</div>
|
601
|
601
|
|
602
|
602
|
<p>
|
603
|
|
-Then select XMPP and enter your password (for the admin user this can also be found in the README in your home directory).
|
604
|
|
-</p>
|
605
|
|
-
|
606
|
|
-<p>
|
607
|
|
-Generate an <a href="https://en.wikipedia.org/wiki/Off-the-Record_Messaging">OTR</a> key with:
|
|
603
|
+Then select XMPP. Generate an <a href="https://en.wikipedia.org/wiki/Off-the-Record_Messaging">OTR</a> key with:
|
608
|
604
|
</p>
|
609
|
605
|
|
610
|
606
|
<div class="org-src-container">
|
|
@@ -624,7 +620,61 @@ Then to start a conversation using OTR:
|
624
|
620
|
</div>
|
625
|
621
|
|
626
|
622
|
<p>
|
627
|
|
-It's automatically routed through Tor and so if you are also using OTR then this provides protection for both message content and metadata.
|
|
623
|
+or if you're already in an insecure chat with someone just use:
|
|
624
|
+</p>
|
|
625
|
+
|
|
626
|
+<div class="org-src-container">
|
|
627
|
+
|
|
628
|
+<pre class="src src-bash">/otr start
|
|
629
|
+</pre>
|
|
630
|
+</div>
|
|
631
|
+
|
|
632
|
+<p>
|
|
633
|
+Set a security question and answer:
|
|
634
|
+</p>
|
|
635
|
+
|
|
636
|
+<div class="org-src-container">
|
|
637
|
+
|
|
638
|
+<pre class="src src-bash">/otr question <span class="org-string">"What is the name of your best friends rabbit?"</span> fiffi
|
|
639
|
+</pre>
|
|
640
|
+</div>
|
|
641
|
+
|
|
642
|
+<p>
|
|
643
|
+On the other side the user can enter:
|
|
644
|
+</p>
|
|
645
|
+
|
|
646
|
+<div class="org-src-container">
|
|
647
|
+
|
|
648
|
+<pre class="src src-bash">/otr answer fifi
|
|
649
|
+</pre>
|
|
650
|
+</div>
|
|
651
|
+
|
|
652
|
+<p>
|
|
653
|
+For the most paranoid you can also obtain your fingerprint:
|
|
654
|
+</p>
|
|
655
|
+
|
|
656
|
+<div class="org-src-container">
|
|
657
|
+
|
|
658
|
+<pre class="src src-bash">/otr myfp
|
|
659
|
+</pre>
|
|
660
|
+</div>
|
|
661
|
+
|
|
662
|
+<p>
|
|
663
|
+and quote that. If they quote their back you can check it with:
|
|
664
|
+</p>
|
|
665
|
+
|
|
666
|
+<div class="org-src-container">
|
|
667
|
+
|
|
668
|
+<pre class="src src-bash">/otr theirfp
|
|
669
|
+</pre>
|
|
670
|
+</div>
|
|
671
|
+
|
|
672
|
+<p>
|
|
673
|
+If the fingerprints match then you can be pretty confident that unless you have been socially engineered via the question and answer you probably are talking to who you think you are, and that it will be difficult for mass surveillance systems to know the content of the conversation. For more details see <a href="http://www.profanity.im/otr.html">this guide</a>.
|
|
674
|
+</p>
|
|
675
|
+
|
|
676
|
+<p>
|
|
677
|
+When accessed via the user control panel the client is automatically routed through Tor and so if you are also using OTR then this provides protection for both message content and metadata.
|
628
|
678
|
</p>
|
629
|
679
|
</div>
|
630
|
680
|
</div>
|