From a0f34cc2dd376741b72d5497a4bea2db7dea2087 Mon Sep 17 00:00:00 2001 From: nihilist Date: Thu, 21 Nov 2024 08:59:02 +0100 Subject: [PATCH] new tutorials --- opsec/index.html | 6 ++++-- opsec/serversideencryption/index.html | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/opsec/index.html b/opsec/index.html index 6092b49..4abdf1e 100644 --- a/opsec/index.html +++ b/opsec/index.html @@ -131,7 +131,7 @@
  • ✅ How to get privacy from your ISP using a VPN
  • ✅ Route QEMU VMs through a Host OS VPN
  • ✅ Password Management 101 (How to use Keepass)
  • -
  • ✅ Serverside: Should I trust serverside encryption? Should I use PGP?
  • +
  • ✅ Why can't I trust Server-side Encryption ?
  • ✅ Private Messaging (PGP encryption)

  • @@ -161,6 +161,8 @@
  • ✅ What is Anonymity ? Why is it Important ?
  • ✅ Why isn't Privacy enough for Anonymous use ?
  • ✅ The main source of Anonymity: The Tor Network
  • +
  • ❌ Why is the darknet superior to clearnet ?
  • +
  • ❌ When should I use I2P instead of Tor ?
  • ✅ Using Tor Safely: Tor through VPN or VPN through Tor ?
  • ✅ Phone Numbers are incompatible with Anonymity
  • ❌ How to protect against fingerprinting (persona, text, files)
  • @@ -240,7 +242,6 @@
  • ✅ Hidden Service with custom .onion Vanity V3 address
  • ❌ Minimalistic MoneroSSO .onion setup
  • ❌ Gitea .onion setup (Code repositories)
  • -
  • ❌ Mastodon .onion setup (Microblogging)
  • ❌ How to setup Nerostr (Nostr blogging)


  • @@ -302,6 +303,7 @@

    💻 Decentralised Finances

      +
    1. ❌ How to hide your Monero ?
    2. ❌ How to Cash out your crypto gains (Fiat income limits, and justifications)

    ⚠️ When you risk being persecuted for just using technology

    diff --git a/opsec/serversideencryption/index.html b/opsec/serversideencryption/index.html index a511029..184a4a7 100644 --- a/opsec/serversideencryption/index.html +++ b/opsec/serversideencryption/index.html @@ -8,7 +8,7 @@ - Serverside: Should I trust serverside encryption? Should I use PGP? + Why can't I trust Server-side Encryption ? @@ -61,7 +61,7 @@
    Previous Page

    nihilist@mainpc - 2024-05-01

    -

    Serverside: Should I trust serverside encryption? Should I use PGP?

    +

    Why can't I trust Server-side Encryption ?

    @@ -79,7 +79,7 @@

    One way to close the door on Jack, is to use PGP encryption:

    the logic behind using PGP encryption is for Bob and Alice to encrypt their conversation themselves, because they don't trust anyone else. Bob encrypts his message using PGP, and no matter where he sends it (over mail, over discord, over IRC, XMPP, facebook, etc.) only Alice will be able to decrypt the message.

    -

    In short, Bob uses PGP because he doesn't trust the platform on which you wish to talk to Alice.

    +

    In short, Bob uses PGP because he doesn't trust the platform on which he wishes to talk to Alice.