Partner links: this page carries partner links. If you buy through one, CLEAN STANDARD s.r.o. earns a commission — the price you pay is unchanged. How this site is funded
Skip to main content
Veldovna

Online security basics: the things that actually matter

Advertising disclosure

This site is funded by partner links: if you buy through a marked link elsewhere on the site, CLEAN STANDARD s.r.o. earns a commission and your price is unchanged. This page contains no partner links. It is reference material and sells nothing. See our editorial policy.

Seven measures cover most of the realistic risk to a home user. Six of them are free. None of them requires you to understand cryptography. This page explains what each one does and why it works, in the order of how much protection it buys you per minute spent.

Why defence works in layers

Diagram of five nested rings of defence around a computer's files: personal habits on the outside, then network and router, browser and email, operating system updates, and the antivirus engine innermost.
Figure 1. Defence in layers. The outermost ring is your own behaviour, which is where most successful attacks actually land. Original diagram drawn for this site.

Every measure below fails sometimes. That is not an argument against any of them; it is the argument for having several. An attack has to get through all the rings, and each one it clears costs the attacker something. The innermost ring — the antivirus engine — only ever sees what the outer rings let through.

Notice which ring is outermost. Most successful attacks on home users do not defeat any software at all. They persuade a person to type a password into a convincing page, approve a payment, or install something willingly.

1. Apply updates promptly

This is the highest-value habit on the page and the one most often postponed.

The great majority of vulnerabilities exploited against ordinary users already had a patch available when they were exploited. The attack works because the patch was not installed. When a vendor publishes a security update, it also publishes, implicitly, a description of the weakness — which is why the window between a patch and its exploitation keeps getting shorter.

2. Unique passwords, held by a manager

Password reuse is the most exploited weakness in consumer security, and the mechanism is simple. A small site is breached and its user list is traded. Attackers take those addresses and passwords and try them, automatically, against email providers, banks and shops. This is called credential stuffing, and it works only when a password has been used twice.

Diagram showing a master password and a random salt fed into a key derivation function, producing a key that encrypts the vault on the user's own device before an unreadable blob is uploaded to a sync server.
Figure 2. How a password vault is protected, and why nobody can reset your master password for you. Original diagram drawn for this site.

You cannot remember dozens of unique strong passwords, which is why you should not try. A password manager generates and stores them, encrypted with a key derived from one master password you do remember. The diagram above shows why the provider cannot read your vault — and therefore why it cannot reset your master password either. Write that one password down and keep the paper somewhere physically safe.

What makes a password strong

Length, overwhelmingly. A passphrase of four or five unrelated words is both stronger and easier to type than a short string of substituted symbols. The old advice about mixing character classes produced passwords that were hard for people and easy for machines.

The single most important password is the one on your email account, because email is the reset channel for everything else. Whoever controls your email can eventually control most of your other accounts.

3. Two-factor authentication, email first

Two-factor authentication means a stolen password is not enough on its own. Set it up on your email account today, even if you do nothing else on this page. Then your bank, then anything that can spend money.

Not all second factors are equal:

Store the recovery codes a service gives you at setup. Losing your second factor without them is a genuinely difficult situation.

4. Backups you have actually restored from

Backups are the only reliable answer to ransomware, and the only answer to a failed drive, a stolen laptop or your own mistake. No scanner substitutes for one.

The conventional shape is 3-2-1: three copies of anything you care about, on two different kinds of storage, with one of them off-site. For a household that usually means the working copy, an external drive, and a cloud or a drive kept somewhere else.

The part everybody skips

A backup you have never restored from is a hypothesis, not a backup. Once — today is fine — restore a few files from it to a new folder and confirm they open. People discover that the backup has silently failed for two years at exactly the moment they need it.

Also: a permanently connected external drive is not protection against ransomware, which will encrypt it too. Either disconnect it between backups or use storage with versioning that the attacker cannot overwrite.

5. Recognising phishing

If you learn one thing from this page, learn this section. Phishing bypasses every technical control by asking you to open the door.

A mock phishing email with five numbered warning signs called out: a sender domain that does not match the brand, a generic greeting, a manufactured deadline, a link whose visible text differs from its real destination, and a request for a password and card number.
Figure 3. Five signals in a fictional phishing message. No real message is reproduced. Original diagram drawn for this site.

The signals in the diagram are worth internalising, but the habit matters more than the checklist:

The habit that makes the checklist unnecessary

Never act on a link in a message about an account. Not in email, not in SMS, not in a chat app. Open a new tab, type the address you already know, and check the account there. If the warning was genuine you will see it. If it was not, you have lost five seconds.

Two modern variants worth knowing about:

6. Keep an antivirus engine running

An antivirus engine catches the commodity attacks — the malicious download, the infected attachment, the file copied from a memory stick. That is worth having, and on most platforms you already have it.

Microsoft Defender is built into Windows 10 and 11 and enabled by default. If you buy a third-party product it normally takes over and deactivates Defender's real-time component automatically — that is correct and intended. Never run two real-time scanners at once: they inspect each other's activity and can slow a machine badly.

Whether a paid product is worth buying is a separate question, treated in our buying guide and in the main article.

7. Encrypt the disk, lock the screen

These two protect against the most mundane incident of all: somebody physically having your device.

What to do when you learn you are in a breach

Diagram of a breach monitoring flow: a site you registered with is breached, its user list is traded, a monitoring service indexes it and compares it with your registered email address, and you receive an alert.
Figure 4. What a breach monitor does, and the three things it cannot do. Original diagram drawn for this site.

Sooner or later a service you used will be breached and you will be told, either by the service or by a monitoring tool. The response is short:

  1. Change the password on that service.
  2. Change it anywhere you reused it. This is the step that matters, and the one a password manager makes possible.
  3. Turn on two-factor authentication there if it is offered.
  4. Watch for follow-up phishing. Breach data makes convincing scam messages, because the sender genuinely knows where you had an account.
  5. If payment details were exposed, tell your bank and watch the statements.

Note what monitoring cannot do: it cannot prevent the breach, and it cannot remove your data from anyone who already downloaded the list. No alerts is not evidence that nothing leaked, because no service indexes every leak.

Five things people worry about too much


Written by Oliver Cook. General information for home users, not professional security advice for an organisation. Product and company names are trademarks of their respective owners; this site is independent of all of them. All diagrams on this page are original SVG files drawn for this site.