Basic advice on how to do computer things securely for non-experts

 

how-to-security

Basic advice on how to do computer things securely for non-experts

Table of Contents

  1. How to securely text and call your friends
  2. How to securely use free/open Wi-Fi
  3. How to use Tor
  4. How to choose a search engine
  5. How to save your passwords
  6. How to come up with a password
  7. How to not get your accounts hacked
  8. More resources
  9. Helpful people to follow

How to securely text and call your friends

Install Signal. Download for iOS | Download for Android

Read this article by HEAVENLY DEMON R.

How to securely use free/open Wi-Fi

You need a VPN service. A VPN connection will encrypt the traffic between you and a service that you trust more than the wi-fi router, which could be operated by anyone.

You should pay for the service rather than using a free service, so they have some accountability to you as a user.

Here's a solid list of respectable VPN services to use. Here's an even more sophisticated list, with more data and advice.

How to use Tor

Using Tor does not make you anonymous, but it can make specific internet activities more difficult to track and connect to your offline identity. There's a lot to learn about how to use Tor safely and protect your privacy; don't get over-confident as a beginner.

There are two pieces of software to get you on Tor:

  • Tor Browser: You can install this on your existing operating system with minimal fuss.
  • Tails: A hardened operating system that tunnels all traffic through Tor for all applications, and which stores no data permanently on your hard drive.

As a small number of Tor users have been legally targeted, consider connecting to a VPN before connecting to Tor so your Tor connection is less obvious to those snooping on the connection between you and your ISP. Keep in mind, however, that any website who knows your offline identity will also have a record of you connecting via Tor.

How to choose a search engine

Google's search quality is far superior to every other search engine, but searching with them is also a privacy disaster. Consider switching to another search engine, such as DuckDuckGo.

How to save your passwords

Use a password manager to store your passwords. This will help you establish a random, long, and unique password for every single service and account you use. For beginners, I recommend LastPass -- it's simple, secure, and avaiable on both desktop and mobile devices.

How to come up with a password

Almost every password you ever set should be randomly generated using a password manager. However, there may be some passwords that you need to generate on your own, such as the one you use to authenticate to your password manager.

You're probably really bad at coming up with good passwords, because you're a human. We have terrible intuition about what constitutes true randomness, and have a strong bias for coming up with strings that are easy to memorize rather than easy to break.

One strong option is to generate a "random passphrase." Choose 6-8 truly random words and memorize them. Although this may seem like a surprisingly small amount of information, there are so many possible words that this actually represents a lot of randomness, and will be very difficult to brute force. Here is one online passphrase generator. For bonus points, save that page to your desktop, and open the local copy of the page in your web browser to prevent the owner of the website from snooping on your generated passwords.

Comments

Popular posts from this blog

Introduction to cyber crimes

INTRO TO CYBER SECURITY

How to build a blockchain from scratch with Go