logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git

Bring-more-tor-into-your-life.md (2665B)


  1. ---
  2. date: 2015-11-11
  3. # vim: tw=80
  4. title: Bring more Tor into your life
  5. layout: post
  6. tags: [privacy, tor]
  7. ---
  8. [Tor](https://www.torproject.org/) is a project that improves your privacy
  9. online by encrypting and bouncing your connection through several nodes before
  10. leaving for the outside world. It makes it much more difficult for someone
  11. spying on you to know who you're talking to online and what you're saying to
  12. them. Many people use it with the Tor Browser (a fork of Firefox) and only use
  13. it with HTTP.
  14. What some people do not know is that Tor works at the TCP level, and can be used
  15. for any kind of traffic. There is a glaring issue with using Tor for your daily
  16. browsing - it's significantly slower. That being said, there are several things
  17. you run on your computer where speed is not quite as important. I am personally
  18. using Tor for several things (this list is incomplete):
  19. * IRC (chat)
  20. * Email client
  21. * DNS lookups (systemwide)
  22. * Downloading system updates
  23. Anything that supports downloading through a SOCKS proxy can be used through
  24. Tor. You can also use programs like
  25. [torify](https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO) to
  26. transparently wrap syscalls in Tor for any program (this is how I got my email
  27. to use Tor).
  28. Of course, Tor can't help you if you compromise yourself. You should not use
  29. bittorrent over Tor, and you should check your other applications. You should
  30. also be using SSL/TLS/etc on top of Tor, so that exit nodes can't be evil with
  31. your traffic.
  32. ## Orbot
  33. I also use Tor on my phone. I run all of my phone's traffic through Tor, since I
  34. don't use the internet on my phone much. I have whitelisted apps that need to
  35. stream video or audio, though, for the sake of speed. You can do this, too - set
  36. up a black or whitelist of apps on your phone whose networking will be done
  37. through Tor. The app for this is
  38. [here](https://guardianproject.info/apps/orbot/).
  39. ## Why bother?
  40. The easy answer is "secure everything". If you don't have a good reason to
  41. remain insecure, you should default to secure. That argument doesn't work on
  42. everyone, though, so here are some others.
  43. * Securing trivial traffic makes more noise to hide the things you care about
  44. * You can have more peace of mind about using public WiFi networks if you're
  45. using Tor.
  46. * ISPs can't inject extra ads and tracking into things you're using over Tor.
  47. * The NSA targets people who use Tor. If you "have nothing to hide", then you
  48. can help defend those who do by adding more noise and giving agencies that
  49. engage in illegal spying a bigger haystack. Bonus: Tor helps make sure that
  50. even though you're being looked at, you're secure.