new tutorials
This commit is contained in:
parent
fdd9f10f4f
commit
a0f34cc2dd
@ -131,7 +131,7 @@
|
||||
<li><a href="vpn/index.html">✅ How to get privacy from your ISP using a VPN</a></li>
|
||||
<li><a href="vpnqemu/index.html">✅ Route QEMU VMs through a Host OS VPN</a></li>
|
||||
<li><a href="passwordmanagement/index.html">✅ Password Management 101 (How to use Keepass)</a></li>
|
||||
<li><a href="serversideencryption/index.html">✅ Serverside: Should I trust serverside encryption? Should I use PGP?</a></li>
|
||||
<li><a href="serversideencryption/index.html">✅ Why can't I trust Server-side Encryption ?</a></li>
|
||||
<li><a href="pgp/index.html">✅ Private Messaging (PGP encryption)</a></li>
|
||||
</ol></br>
|
||||
|
||||
@ -161,6 +161,8 @@
|
||||
<li><a href="anonymityexplained/index.html">✅ What is Anonymity ? Why is it Important ? </a></li>
|
||||
<li><a href="anonuse/index.html">✅ Why isn't Privacy enough for Anonymous use ? </a></li>
|
||||
<li><a href="torvsvpns/index.html">✅ The main source of Anonymity: The Tor Network</a></li>
|
||||
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/169">❌ Why is the darknet superior to clearnet ? </a></li>
|
||||
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/168">❌ When should I use I2P instead of Tor ? </a></li>
|
||||
<li><a href="torthroughvpn/index.html">✅ Using Tor Safely: Tor through VPN or VPN through Tor ? </a></li>
|
||||
<li><a href="phonenumbers/index.html">✅ Phone Numbers are incompatible with Anonymity</a></li>
|
||||
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/43">❌ How to protect against fingerprinting (persona, text, files)</a></li>
|
||||
@ -240,7 +242,6 @@
|
||||
<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/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/24">❌ Mastodon .onion setup (Microblogging)</a></li>
|
||||
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/47">❌ How to setup Nerostr (Nostr blogging)</a></li>
|
||||
</br>
|
||||
</ol></br>
|
||||
@ -302,6 +303,7 @@
|
||||
|
||||
<p>💻 Decentralised Finances</p>
|
||||
<ol>
|
||||
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/167">❌ How to hide your Monero ?</a></li>
|
||||
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/49">❌ How to Cash out your crypto gains (Fiat income limits, and justifications)</a></li>
|
||||
</ol></br>
|
||||
<p>⚠️ When you risk being persecuted for just using technology</p>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<meta name="author" content="">
|
||||
<link rel="shortcut icon" href="../../../../../../assets/img/favicon.png">
|
||||
|
||||
<title>Serverside: Should I trust serverside encryption? Should I use PGP?</title>
|
||||
<title>Why can't I trust Server-side Encryption ?</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../assets/css/bootstrap.css" rel="stylesheet">
|
||||
@ -61,7 +61,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<a href="../index.html">Previous Page</a></br></br><p><img src="../../assets/img/user.png" width="50px" height="50px"> <ba>nihilist@mainpc - 2024-05-01</ba></p>
|
||||
<h1>Serverside: Should I trust serverside encryption? Should I use PGP? </h1>
|
||||
<h1>Why can't I trust Server-side Encryption ? </h1>
|
||||
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
@ -79,7 +79,7 @@
|
||||
<p>One way to close the door on Jack, is to use PGP encryption:</p>
|
||||
<img src="2.png" class="imgRz">
|
||||
<p>the logic behind using PGP encryption is for Bob and Alice to encrypt their conversation themselves, because they don't trust anyone else. <b>Bob encrypts his message using PGP</b>, and no matter where he sends it (over mail, over discord, over IRC, XMPP, facebook, etc.) <b>only Alice will be able to decrypt the message.</b></p>
|
||||
<p>In short, Bob uses PGP because he doesn't trust the platform on which you wish to talk to Alice.</p>
|
||||
<p>In short, Bob uses PGP because he doesn't trust the platform on which he wishes to talk to Alice.</p>
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
|
Loading…
Reference in New Issue
Block a user