Security Practical
Choosing authentication: cookies, application passwords, tokens
These three differ in threat model, not convenience. Whether the caller is a browser, your own server, or a third party decides the answer for you.
Technote
Vulnerabilities, hardening, permissions, login protection and backups — closing the routes into a WordPress site one at a time.
13 articles· Security
Security Practical
These three differ in threat model, not convenience. Whether the caller is a browser, your own server, or a third party decides the answer for you.
Security Practical
A committed secret is a leaked secret. Rewriting history does not take it back, and the only remaining fix is rotation.
Security Practical
The most common mistake in this moment is deleting things in a hurry. Here is what to stop first, what to preserve, and in what order to recover…
Security Practical
If everyone is an administrator, nobody is. Roles exist not to inconvenience people but to limit how far a mistake can travel.
Security Practical
Rate limiting and moving the login URL are recommended in the same breath, but they do different jobs. Here is an honest account of what each one does…
Security Practical
The certificate is fine, yet the address bar shows a warning. The cause is usually one leftover http:// inside the page — and there is a set order…
Security Practical
The question is not whether you have a backup but how many hours it takes to be back. A free setup goes a long way — as long…
Security Practical
Copy someone else's policy and you end up declaring data you never collect. There are really only five questions to answer.
Security Practical
Sites are lost with backups in place. Usually not because the backup was missing but because nobody ever checked the conditions for restoring it — an hour's work.
Security Practical
Recovery paths cannot be created once you are already locked out. Domain, hosting and the site administrator — thirty minutes today covers all three.
Security Intro
A vulnerability sits quietly and then, one day, becomes public. A clock starts at that moment — and it stops when you press update.
Security Intro
The login screen is the most-knocked door on your site. Get the username, the password and the second factor right and most of that knocking becomes pointless.