Tag
#security
3 posts
Foundations cybersecurity 9 min
What Is Encryption and Why Should You Care?
Every password, every purchase, every private message depends on encryption. Here's how it works — explained with lockboxes, not math textbooks.
encryption security hashing
Professional cybersecurity 16 min
Credential Bridging: How AI Agents Access Secrets Safely
AI agents need API keys to work. But handing over your .env file is a security nightmare. Here's how I built a zero-knowledge credential bridge.
security credentials ai-agents
Professional cybersecurity 16 min
Building a Production API Proxy: Rate Limiting, Caching, and SSRF Protection
OMNI proxies 13+ external APIs through Next.js API routes. Here's how I built rate limiting, response caching, and SSRF protection into the proxy layer.
api-proxy security rate-limiting