A practical guide to KeePassXC with hardware key auth, browser integration, and sync — no cloud trust required. Read article
Category: Security
Security is the dedicated cybersecurity category on orthogonal.info, covering everything from application-level secure coding practices to network-layer defenses and zero-trust architecture. In an era where a single misconfigured cloud bucket or unpatched dependency can lead to a headline-making breach, this category provides the practical, hands-on guidance that engineers need to build and maintain secure systems. Each article blends defensive theory with real commands, configurations, and code you can apply immediately.
With 21 posts spanning offensive and defensive security topics, this collection reflects a practitioner’s perspective — not checkbox compliance, but genuine risk reduction.
Key Topics Covered
Application security (AppSec) — Secure coding patterns, input validation, OWASP Top 10 mitigations, and static analysis with tools like Semgrep, Bandit, and CodeQL.
Network security and firewalls — Configuring OPNsense, pfSense, VLANs, WireGuard tunnels, and network segmentation strategies for home and production environments.
CVE analysis and vulnerability management — Dissecting real-world CVEs, understanding CVSS scoring, and building patch management workflows with Trivy, Grype, and OSV-Scanner.
Penetration testing and red teaming — Practical walkthroughs using Nmap, Burp Suite, Nuclei, and Metasploit to identify weaknesses before attackers do.
Zero-trust architecture — Implementing identity-aware proxies, mutual TLS, and least-privilege access using Cloudflare Access, Tailscale, and SPIFFE/SPIRE.
Container and Kubernetes security — Pod security standards, image scanning, runtime protection with Falco, and supply-chain security with Sigstore and cosign.
Secrets management — Storing and rotating secrets with HashiCorp Vault, SOPS, Sealed Secrets, and cloud-native key management services.
Compliance and hardening — CIS Benchmarks, STIGs, and automated compliance scanning for Linux hosts, containers, and cloud accounts.
Who This Content Is For
This category serves security engineers, DevSecOps practitioners, penetration testers, platform engineers, and system administrators who take security seriously without wanting to drown in vendor marketing. Whether you are hardening a homelab, preparing for a SOC 2 audit, or building a secure CI/CD pipeline, the guides here are written by and for people who ship code and defend infrastructure daily.
What You Will Learn
Readers of the Security category will gain the skills to identify and remediate vulnerabilities across the full stack — from source code to running containers to network perimeters. You will learn how to integrate security scanning into CI/CD pipelines, configure firewalls with defense-in-depth principles, analyze CVE disclosures to assess real-world impact, and implement zero-trust networking without crippling developer velocity. Every article prioritizes actionable steps over abstract theory.
Explore the posts below to strengthen your security posture today.
-
I Caught 14 Leaked Secrets in My Git History — Here’s the Pre-Commit Setup That Stops It
How I use trufflehog and git-secrets as pre-commit hooks to catch leaked API keys, tokens, and passwords before they reach git history. Read article
-
I Ran Trivy on Every Container in My Homelab — The Results Were Embarrassing
Run Trivy on all your homelab containers. I found 312 critical CVEs across 47 containers — here is the fix strategy and automated pipeline. Read article
-
I Replaced All My Passwords with a YubiKey — Here’s What Actually Happened
I replaced TOTP codes with a YubiKey 5 NFC on every account. Here's what worked, what didn't, and why hardware keys beat authenticator apps. Read article
-
Stop Pasting Sensitive Data Into Online Developer Tools
Most online dev tools send your data to a server. Here is what actually happens when you paste code into a JSON formatter, and how browser-only tools fix it. Read article
-

Regex Patterns to Catch Security Bugs (+ Free Tester)
Battle-tested regex patterns for catching SQL injection, XSS, and path traversal attacks — with a free browser-based tester that keeps your payloads private. Read article
-

Why I Stopped Uploading Files to Free Online Tools
Stop uploading files to cloud tools. Browser-only processing keeps your data private with zero server uploads. Here's how it works. Read article
-

EXIF Metadata Leaks Location — Learn to Remove It
EXIF metadata in your photos leaks GPS coordinates, device info, and timestamps. Learn how to strip it with PixelStrip and exiftool. Read article
-

Vulnerability Scanners: Troubleshooting & Comparison
TL;DR: Vulnerability scanners are essential for identifying security risks, but they often come with their own challenges, from false positives to integration headaches. This article dives into troubleshooting common issues, compares top… Read article
-

Master Wazuh Agent: Troubleshooting & Optimization Tips
TL;DR: The Wazuh agent is a powerful tool for security monitoring, but deploying and maintaining it in Kubernetes environments can be challenging. This guide covers advanced troubleshooting techniques, performance optimizations, and best… Read article