Security terms, explained simply
Plain-English definitions for every security term you might encounter — from 2FA and brute force to VPN and zero-day.
- Difficulty
- Beginner
Security comes with its own vocabulary. This glossary explains every term you're likely to encounter — in plain English, in alphabetical order.
Quick summary
Use this page as a reference. If you encounter a security term you don't recognize elsewhere in these guides, look it up here. Every definition is written for non-technical readers.
2FA (Two-Factor Authentication)
A login method that requires two proofs of identity: typically your password plus a code from your phone. Much harder to break than a password alone. Also called MFA (multi-factor authentication). See Two-factor authentication, explained.
Access control
Rules that determine who can access what. For example, a WordPress "Editor" can edit posts but not install plugins — that is access control. Giving people only the access they need is a key security principle.
Account takeover
When an attacker successfully logs into your account. Usually happens through stolen passwords, phishing, or credential stuffing.
Authenticator app
A phone app that generates a short login code — usually six digits — that changes roughly every 30 seconds. Used as the second step in two-factor authentication, and more secure than receiving codes by text message. Examples: Authy, Google Authenticator, Microsoft Authenticator. See Using an authenticator app.
Backdoor
Hidden code or a hidden account that lets an attacker access a system even after the original entry point is closed. A key reason why a full professional cleanup is needed after a website hack — not just surface cleaning.
Backup codes
One-time codes provided when you set up 2FA. Used to regain access if you lose your phone. Must be saved somewhere safe.
Brute force attack
An automated attack that tries one password combination after another until it finds the right one. Defended against by: long passwords, limiting login attempts, and account lockouts.
BEC (Business Email Compromise)
A scam where attackers impersonate a trusted person (CEO, supplier, lawyer) to trick you into transferring money or sharing credentials. The FBI describes it as a scam that targets businesses and individuals making a transfer of funds. See Business email compromise explained.
CAPTCHA
A challenge (like "click all the traffic lights") that distinguishes humans from automated bots. Used to protect login forms and contact forms from automated attacks.
Certificate (SSL/TLS certificate)
A digital file that authenticates your website's identity and enables HTTPS encryption. Issued by a Certificate Authority. See SSL & HTTPS, explained.
Credential stuffing
An attack where stolen username/password pairs from one breach are automatically tested against other sites. Works because people reuse passwords. The main reason every account should have a unique password.
CCPA
California Consumer Privacy Act. A US state law giving California residents rights over their personal data. See Data privacy basics for your business.
Cryptography / encryption
The process of scrambling data so only authorized parties can read it. HTTPS uses encryption. Your hard drive encryption uses it. Your password manager uses it.
Data breach
When personal or confidential data is accessed without authorization. Can affect websites, apps, or any system storing data. If your email or password appears in a breach, it may be used in a credential stuffing attack.
DDoS (Distributed Denial of Service)
An attack that floods a website with traffic from many computers at once, making it inaccessible to real visitors. Usually addressed at the hosting/CDN level, not by the site owner directly.
DKIM (DomainKeys Identified Mail)
An email authentication method that adds a digital signature to emails sent from your domain. Helps receiving servers verify your emails are genuine. See Email DNS records.
DMARC
A policy that tells email servers what to do when an email fails SPF or DKIM checks. Helps prevent your domain from being used to send phishing emails. See DMARC records.
DNSSEC
Domain Name System Security Extensions. Adds cryptographic protection to DNS lookups, preventing attackers from redirecting your domain to a fake server.
Domain hijacking
When an attacker gains control of your domain name — usually through compromising your domain registrar account. Can redirect your website and email. See Securing your domain name.
End-to-end encryption
Encryption where only the sender and receiver can read the message. Not even the service provider can access the content. Used by WhatsApp, Signal, and good password managers.
Exploit
A piece of code or a technique that takes advantage of a security vulnerability to cause unintended behavior.
Firewall
Software or hardware that monitors and controls incoming and outgoing network traffic. Blocks known malicious traffic before it reaches your system. Security plugins like Wordfence include a web application firewall (WAF).
Phishing
A fraudulent message — usually email, but also text or phone call — designed to trick you into revealing credentials or taking a harmful action. See How to recognize phishing attempts.
GDPR (General Data Protection Regulation)
The EU's main data privacy law. It covers organizations established in the EU, and organizations anywhere else that offer goods or services to people in the EU or monitor their behavior there. See Data privacy basics for your business.
HTTPS
HyperText Transfer Protocol Secure. The version of the web protocol that includes encryption. Your website's address should start with https://. See SSL & HTTPS, explained.
Hardware security key
A small physical device (like a YubiKey) that connects by USB, NFC or Bluetooth and acts as your second factor. The strongest form of 2FA: it is phishing-resistant, because the key only works on the real site's address, so a convincing fake login page cannot use it.
Identity theft
When someone uses another person's personal information fraudulently — to open accounts, make purchases, or commit other fraud.
IP address
A numerical label assigned to every device on a network. Websites can see your IP address when you visit them. Some security tools block IP addresses associated with attacks.
Keylogger
Malware that records everything you type — including passwords — and sends it to an attacker.
Malware
Malicious software — any code designed to damage, disrupt, or gain unauthorized access. Types include viruses, ransomware, spyware, and adware. See Malware & your website explained.
MFA (Multi-Factor Authentication)
The same concept as 2FA — requiring multiple proofs of identity to log in. The terms are often used interchangeably, though MFA can include more than two factors.
Man-in-the-middle attack
An attack where someone intercepts communication between two parties — for example, on an insecure network. HTTPS protects against this for website traffic.
Nulled plugin / theme
A premium (paid) plugin or theme distributed for free, illegally, often with malware added. Never install nulled software.
Passkey
A login method that replaces passwords. Uses your device's biometrics (Face ID, fingerprint) or its screen lock to authenticate. The FIDO Alliance, which sets the standard, describes passkeys as always strong and phishing-resistant. See Passkeys, explained.
Password manager
Software that generates, stores, and fills in strong, unique passwords. You unlock it with one master password. See Why you need a password manager.
Patch
A software update that fixes a known security vulnerability. Keeping software patched (up to date) is one of the most effective defenses you have — CISA lists updating software as one of its four basic steps for staying safe online.
Phishing
See "F" above. Worth repeating: one of the most common ways business accounts are compromised, and the first of the four basic steps CISA tells people to get right. See How to recognize phishing attempts.
PII (Personally Identifiable Information)
Any information that can identify a specific person: name, email, phone number, address, IP address. Privacy laws set rules for how you handle it, and which laws apply depends on where your customers are. See Data privacy basics for your business.
Ransomware
Malware that encrypts your files and demands payment for the decryption key. Good backups are the best protection.
Registrar lock (Domain lock)
A setting at your domain registrar that prevents unauthorized domain transfers. Should always be enabled. See Securing your domain name.
Session hijacking
Stealing an active login session — so an attacker can use your account without your username or password. Using HTTPS and secure, fresh session tokens defends against this.
SIM swapping
A social engineering attack where an attacker convinces your phone carrier to transfer your phone number to their SIM card. Used to intercept SMS 2FA codes. Using an authenticator app instead of SMS avoids this.
Smishing
SMS phishing — a phishing attack delivered via text message.
Social engineering
Manipulating people into taking actions or revealing information. Most cyberattacks involve social engineering at some stage: tricking someone into clicking a link, sharing a code, or sending a transfer.
SPF (Sender Policy Framework)
A DNS record that specifies which mail servers are allowed to send email from your domain. Helps prevent email spoofing. See SPF records, explained.
SQL injection
An attack where malicious code is inserted into a database query — exploiting a website vulnerability to extract, modify, or delete data. Security plugins and regular updates defend against this.
SSL (Secure Sockets Layer)
The technology behind HTTPS encryption. Modern implementations actually use TLS (Transport Layer Security), but "SSL" is still used colloquially. See SSL & HTTPS, explained.
TLS (Transport Layer Security)
The modern, updated successor to SSL. What actually powers HTTPS today. The terms SSL and TLS are used interchangeably in everyday conversation.
Two-factor authentication (2FA)
See "A" above.
VPN (Virtual Private Network)
Software that encrypts your internet traffic and routes it through a server, making your connection private. Most useful on public Wi-Fi.
Vishing
Voice phishing — a phishing attack conducted over a phone call.
Vulnerability
A weakness in software or a system that could be exploited by an attacker. Fixed by patches and updates.
WAF (Web Application Firewall)
A firewall specifically designed for web applications. Inspects incoming HTTP traffic and blocks malicious requests. Included in security plugins like Wordfence.
WHOIS
The long-standing lookup for domain registration details. ICANN retired WHOIS for generic domains in January 2025 and replaced it with RDAP (Registration Data Access Protocol); you can search it at lookup.icann.org. Not all of the data is public — ICANN runs a Registration Data Request Service for people with a legitimate need for the rest, such as law enforcement. See Securing your domain name.
Zero-day
A vulnerability that is unknown to the software vendor — or for which no patch yet exists. "Zero days" because there have been zero days for the vendor to fix it. The fix, when it comes, arrives as a software update, so keeping software updated is how you get it.
Related guides
- Your business security checklist
- Why security matters for your business
- Two-factor authentication, explained
- How to recognize phishing attempts
- SSL & HTTPS, explained
- The A–Z reference for these terms
Need a hand?
Learn more
Last updated