Sharing Content via Tor and OnionShare

Sharing Content via Tor and OnionShare

Why should something like Tor or the Dark-Net be relevant in education at all? If you look at the world map, it quickly becomes clear that the internet is not as free and open as it might seem from Germany. In this map, we have deliberately omitted China and North Korea to give other countries the chance to turn “red” too.

Looking at the current situation in Afghanistan, it becomes evident that the right to education is simply not available in many places. China is supporting Afghanistan in expanding the 4G network, yet the majority of the population still has no internet access. However, surveillance and filtering are being increased in the same way.

Taliban and the Internet

Sources: https://taz.de/Repressionen-in-Afghanistan/!5926105/ | https://www.deutschlandfunkkultur.de/afghanistan-bildung-100.html | https://www.business-standard.com/article/international/taliban-blocks-23-mn-websites-in-afghanistan-over-immoral-content-122082600086_1.html | https://www.reuters.com/world/asia-pacific/afghan-girls-struggle-with-poor-internet-they-turn-online-classes-2023-03-27/

The Tor Network is a system that allows users to anonymize their online activities and identity by routing their traffic through multiple servers to hide the source of the data. The network consists of thousands of volunteer servers around the world, acting as “nodes” that encrypt traffic to protect the privacy of its users.

Tor Browser: For anonymous browsing

  • Download & Install: https://www.torproject.org/download/

  • Disable private browsing to enable IndexedDB for caching LiaScript courses:

    Settings » Privacy & Security » History » Always use private browsing mode (disable)

  • Enable CORS:

    Settings » Extensions & Themes » Search for “CORS Unblock” » Click on “CORS Unblock” » Install (Add to Firefox)

    If you have disabled private browsing mode, enable “CORS Unblock”.

    Otherwise, enable the plugin first to be used in private mode: Settings » Extensions & Themes » “CORS Unblock” » Run in Private Windows (Allow)

    Activate CORS Unblock

OnionShare for anonymous hosting and sharing

  • Download & Install: https://onionshare.org
  • Open and “Connect to Tor”
  • Share data: Start Hosting » Add Files or Add Folder » Start sharing
  • Send the Onion-Address and the Private-Key to your students
  • Open the Onion-Address within the Tor-Browser, enter the private key and select “Remember this key”
  • Open the README.md of the course and copy this URL
  • Goto https://LiaScript.github.io and paste this URL “click on Load URL”

Demo

Related Posts

Install Atom with LiaScript (Deprecated)

This blog entry presents a little workaround and shows how you can still use our two plugins to develop your LiaScript courses offline with the Atom editor.

Read More

Executable Code

How to make your Markdown code-snippets editable and executable? Our solution, just attach a script-tag to it that defines how the input or inputs should be evaluated…

Read More

Embedding Multimedia and More

There are 4 ways in LiaScript to embed multimedia content:

Read More