← All tags



Tag
#security
4 posts tagged with this topic.
Blocking websites at the kernel layer on Linux — without a setuid binary
How I designed a per-user, system-wide website blocker that catches even raw-IP curl, while keeping a single narrow privileged surface and zero setuid bits.
Python Learning on Steroids
Going hands-on with networking and security in Python — sockets, packets, and learning a language by actually building with it.
Digital certificates in communication — what are those?
A from-scratch tour of PKI: public/private keys, hashing, digital signatures, and how certificates establish trust on the wire.
Servlets & filters in Spring Security
How servlets and the filter chain underpin Spring Security — the request path from container to controller, and where auth fits in.