updated
This commit is contained in:
parent
03da148b43
commit
d5b874be50
@ -39,6 +39,7 @@
|
|||||||
<span class="author-date">Hoover - 2024-10-12</span>
|
<span class="author-date">Hoover - 2024-10-12</span>
|
||||||
</p>
|
</p>
|
||||||
<h1>Anonymity - Easy Anonymous Chats Using SimpleX</h1>
|
<h1>Anonymity - Easy Anonymous Chats Using SimpleX</h1>
|
||||||
|
<img src="../closedsource/2.png" class="imgRz">
|
||||||
<p>In this tutorial we're going to see how to setup a chat application for Anonymous use. This is especially important in a world where mass-surveillance is nearly-omnipresent. It has become the end users' responsibility to uphold their privacy and anonymity while communicating online.</p>
|
<p>In this tutorial we're going to see how to setup a chat application for Anonymous use. This is especially important in a world where mass-surveillance is nearly-omnipresent. It has become the end users' responsibility to uphold their privacy and anonymity while communicating online.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -238,7 +238,7 @@
|
|||||||
<ol>
|
<ol>
|
||||||
<!--<li><a href="hiddenservices/index.html">✅ Introduction to Hosting Hidden Services</a></li>-->
|
<!--<li><a href="hiddenservices/index.html">✅ Introduction to Hosting Hidden Services</a></li>-->
|
||||||
<li><a href="hiddenservice/index.html">✅ Where to host Anonymous Hidden Services ?</a></li>
|
<li><a href="hiddenservice/index.html">✅ Where to host Anonymous Hidden Services ?</a></li>
|
||||||
<li><a href="torwebsite/index.html">🟠 Hidden Service with custom .onion Vanity V3 address</a></li>
|
<li><a href="torwebsite/index.html">✅ Hidden Service with custom .onion Vanity V3 address</a></li>
|
||||||
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/20">❌ Basic Webserver setup (NGINX / PHP / MYSQL)</a></li>
|
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/20">❌ Basic Webserver setup (NGINX / PHP / MYSQL)</a></li>
|
||||||
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/21">❌ Minimalistic MoneroSSO .onion setup</a></li>
|
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/21">❌ Minimalistic MoneroSSO .onion setup</a></li>
|
||||||
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/22">❌ Gitea .onion setup (Code repositories)</a></li>
|
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/22">❌ Gitea .onion setup (Code repositories)</a></li>
|
||||||
|
@ -121,16 +121,16 @@
|
|||||||
<div class="col-lg-8 col-lg-offset-2">
|
<div class="col-lg-8 col-lg-offset-2">
|
||||||
<h2><b>If a service requires your phone number, they are against your Anonymity</b></h2> </br> </br>
|
<h2><b>If a service requires your phone number, they are against your Anonymity</b></h2> </br> </br>
|
||||||
<p>If a chat service requires you to enter your phone number, it means they categorically refuse that you can use their service anonymously. Moreover, <b>it means that they want to be able to inform the authorities of your actions</b>, and rest assured that <b>LE will pay big money for that sensitive info they may have of your actions.</b></p>
|
<p>If a chat service requires you to enter your phone number, it means they categorically refuse that you can use their service anonymously. Moreover, <b>it means that they want to be able to inform the authorities of your actions</b>, and rest assured that <b>LE will pay big money for that sensitive info they may have of your actions.</b></p>
|
||||||
<p>Yes, you heard me correctly. <b>If a service asks for your phone number, they are anti-privacy and anti-anonymity by design</b>. This means that you can already stop using the following services:
|
<p>Yes, you heard me correctly. <b>If a service asks for your phone number, they are anti-anonymity by design</b>. This means that you can already stop using the following services:
|
||||||
<pre><code class="nim">
|
<pre><code class="nim">
|
||||||
Hall of Shame:
|
Signal, is a centralised service that requires a phone number upon signup<a href="https://github.com/signalapp/Signal-iOS/issues/194">[1]</a><a href="https://github.com/signalapp/Signal-Android/issues/1085">[2]</a>, see also <a href="https://bencrypted.gitlab.io/post/8/">[3]</a> <a href="https://digital-justice.com/articles/skip-signal.html">[4]</a>
|
||||||
Signal <a href="https://www.signal.org/">markets itself as providing Privacy</a>, yet, it requires a phone number upon signup<a href="https://github.com/signalapp/Signal-iOS/issues/194">[1]</a><a href="https://github.com/signalapp/Signal-Android/issues/1085">[2]</a>, for more reasons to stop using Signal, check out these blogposts <a href="https://bencrypted.gitlab.io/post/8/">[1]</a> <a href="https://digital-justice.com/articles/skip-signal.html">[2]</a>
|
Telegram, is a centralised service that <a href="https://www.geeksforgeeks.org/how-to-create-account-on-telegram/">also requires a phone number upon signup</a>, on top of being forced to comply to EU demands as of 2024.
|
||||||
Telegram <a href="https://telegram.org">also markets itself as providing privacy</a>, yet it <a href="https://www.geeksforgeeks.org/how-to-create-account-on-telegram/">also requires a phone number upon signup</a>
|
|
||||||
|
|
||||||
</pre></code>
|
</pre></code>
|
||||||
<p>When you take into consideration how phone numbers harm your Privacy and Anonymity as i listed above, <b>Nothing can can possibly justify requiring a phone number upon sign up.</b></p>
|
<p>When you take into consideration how phone numbers harm your Anonymity as i listed above, <b>Nothing can can possibly justify requiring a phone number upon sign up.</b></p>
|
||||||
|
|
||||||
<p> The only reason for such a requirement, is that <b>the service takes bribes from LE, for successfully lying that their users are safe.</b> Make no mistake, the bigger the service, the more lucrative it is!</p>
|
<p> The only reason for such a requirement, is that <b>the service takes bribes from LE, for successfully lying that their users are safe.</b> Make no mistake, the bigger the service, the more lucrative it is!</p>
|
||||||
|
<p>Now if you want to be able to communicate anonymously with someone online, use <a href="https://simplex.chat">SimpleX</a>, and tell them to use it too with <a href="../anonsimplex/index.html">this tutorial</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
|
Loading…
Reference in New Issue
Block a user