diff --git a/pushtoprod.sh b/pushtoprod.sh new file mode 100755 index 0000000..d174bda --- /dev/null +++ b/pushtoprod.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +#rsync -razP /home/nihilist/Nextcloud/blog-contributions/servers /home/nihilist/Nextcloud/blog/ --delete +rsync -razP /home/nihilist/Nextcloud/blog-contributions/servers /home/nihilist/Nextcloud/blog/ + diff --git a/servers/anon.html b/servers/anon.html index 2c625d7..7ca1ccc 100644 --- a/servers/anon.html +++ b/servers/anon.html @@ -156,7 +156,7 @@

đź“ť Explaining Anonymity

  1. âś… What is Anonymity ? Why is it Important ?
  2. -
  3. ❌ Why isn't Privacy Enough ?
  4. +
  5. ❌ Why isn't Privacy enough for Anonymous use ?
  6. âś… The main source of Anonymity: The Tor Network
  7. âś… Using Tor Safely: Tor through VPN or VPN through Tor ?
  8. đźź  Shifting from a public to an Anonymous online persona
  9. @@ -255,7 +255,7 @@

    đź“ť Explaining Plausible Deniability

    1. âś… What is Plausible Deniability ? Why is it Important ?
    2. -
    3. ❌ Why isn't Anonymity Enough ?
    4. +
    5. ✅ Why Anonymity isn’t enough for Sensitive use ?
    6. ❌ The main source of Plausible Deniability: Veracrypt Hidden Partitions
    7. ❌ Other sources of Plausible Deniability: Steganography
    8. đźź  Sensitive Services: Self-Host or Host Remotely ?
    9. diff --git a/servers/anonsensitive/index.html b/servers/anonsensitive/index.html index 8cc1f67..3f11127 100644 --- a/servers/anonsensitive/index.html +++ b/servers/anonsensitive/index.html @@ -8,7 +8,7 @@ - Why anonymity isn’t enough for sensitive use + Why Anonymity isn’t enough for Sensitive use ? @@ -53,9 +53,9 @@
      - Previous Page

      Robert - 6/8/24

      -

      Why anonymity isn’t enough for sensitive use

      -

      In this post we are going to see why anonymity is not enough for sensitive use, and what can be done about it.

      + Previous Page

      Robert - 06 / 08 / 24

      +

      Why Anonymity isn’t enough for sensitive use ?

      +

      In this post we are going to see why Anonymity is not enough for Sensitive use, and what can be done about it.

      @@ -67,13 +67,18 @@
      -

      Why anonymity is not enough for sensitive use

      -

      Let’s say Charlie is using a popular online forum to leak information about a government agency’s unethical behavior. To stay anonymous, he makes sure to connect to the forum only through Tor & VPN, and uses a burner email address to sign up.

      +

      What happens when you are forced to give out your password ?

      +

      Let's say that Bob is using a popular online forum to leak information about a government agency’s unethical behavior. To stay anonymous, he makes sure to connect to the forum using at least Tor to connect there. He uses a burner email address to sign up there, to upload the sensitive files. His Anonymity while doing this sensitive action remains solid.

      -

      This anonymity was essential, but not a complete savior. Only 10 people originally had access to the leaked information, so the government uses its key disclosure legislation to issue search warrants for all of their personal hard drives.

      +

      However, there are only 10 people who could have originally had access to the leaked information, and Bob is one of those 10 potential suspects.

      +

      The adversary makes use of the key disclosure legislation to issue search warrants to all 10 people, to get to know the contents of their personal drives. Essentially, they don't have anything solid against Bob, as the anonymity of the perpetrating party is solid, but they are doing some guess work to try and find anything incriminating against him anyway, to make sure.

      -

      Thankfully, Charlie needn’t worry: he has set up VeraCrypt’s deniable encryption to separate his personal life from his leaks. He gives the authorities the key to the main volume; they find nothing related to the leaks. The government does not know which of the 10 people was the leaker.

      +

      Problem is, the adversary now busts down Bob's door, and forces him to unlock his laptop, and unlock every encrypted volume on his laptop. What then ?

      + +

      Bob didn't implement Deniable Encryption, therefore the adversary forces Bob to unlock his harddrives, and he has no other choice but to comply. He shows all the incriminating evidence contained in there, where he isn't able to deny implications with said Sensitive activity.

      +

      Bob's setup, although suitable for Anonymous Use, is not suitable for Sensitive use, due to the lack of Deniable encryption

      +

      For instance, if Bob had implemented VeraCrypt’s deniable encryption to store all that sensitive data, he could've given the password A to open the decoy volume to the adversary, and claimed that there was no hidden volume, and the adversary wouldn't have a way to prove otherwise.