Digital Safety — Fundamentals
Building a password system that actually holds up
The realistic threat isn't someone guessing your password directly — it's credential stuffing: one site you use gets breached, your email/password pair leaks, and attackers automatically try that same pair against banking, email, and social media sites, because most people reuse passwords. The fix has one non-negotiable rule: every account gets a unique password, generated and stored by a password manager (Bitwarden's free tier is genuinely sufficient for personal use), not remembered or reused. You only need to actually remember one password — the manager's own master password — which should be a long passphrase, not a short complex string (correct-horse-battery-staple-style length beats P@ssw0rd! complexity for real resistance to brute force).
Practical setup order, in priority:
Two-Factor Authentication: which method to actually use
Not all 2FA is equally strong, and the choice matters:
| Method | Real security level | Why |
|---|
|---|---|---|
| SMS OTP | Weakest of the "real" options | Vulnerable to SIM-swap attacks — an attacker who social-engineers your telecom provider into porting your number receives your OTPs directly. Still far better than no 2FA at all. |
|---|---|---|
| Authenticator app (Google/Microsoft Authenticator, Authy) | Strong | Code is generated locally on your device via a shared secret set up once — nothing travels over the telecom network to be intercepted or SIM-swapped |
| Hardware key (YubiKey) | Strongest | Requires physical possession of the key itself; resistant to phishing in a way software codes aren't, since the key cryptographically verifies the actual site domain before authenticating |
The practical rule: use an authenticator app as your default everywhere it's offered; reserve a hardware key for your single most critical account (typically email, since it's the recovery path for everything else) if you're willing to carry one; accept SMS OTP only where it's the sole option offered, and treat that as a genuine security gap worth flagging when you notice it.
Recognizing phishing in the 10 seconds before you click
Phishing succeeds by creating urgency that short-circuits scrutiny — the actual defense is a fixed habit, not vigilance you have to remember to apply:
HDFC Bank shows a trusted display name over an untrusted domain; hover or tap-and-hold to reveal it before trusting a display name aloneBacking up data: the 3-2-1 rule, made concrete
A backup strategy that only exists in theory ("I should back this up sometime") isn't a backup strategy. The 3-2-1 rule is simple enough to actually follow: 3 copies of anything that matters (1 original + 2 backups), on 2 different types of media (e.g., your laptop's disk + an external drive, not two folders on the same disk), with 1 copy off-site (cloud storage, or a drive kept at a different physical location) so a single event — theft, fire, ransomware, a failed drive — can't take out every copy at once.
For most individuals, the practical version is: enable automatic cloud backup (Google Photos/Drive, iCloud, OneDrive) for anything irreplaceable, and treat "it's only on my phone/laptop" as a temporary state, not a permanent one. Ransomware specifically defeats backups that are constantly connected and writable — a periodic, disconnected backup (an external drive you plug in weekly and unplug afterward) survives a ransomware infection that a permanently-mounted network drive does not.
Securing your phone, specifically
Phones carry more sensitive access than most laptops now — banking apps, authenticator apps, and the SMS channel used for account recovery — and are lost or stolen far more often:
What to actually do in the first hour after you suspect a compromise
Acting fast measurably limits damage — most guidance about "reporting cybercrime" undersells how time-sensitive the first response actually is:

