Security

Results: 9

Security

OWASP Top 10 2025: Web Application Security Guide with Real Attack Examplesaunimeda
Security

OWASP Top 10 2025: Web Application Security Guide with Real Attack Examples

The OWASP Top 10 2025 lists the most critical web application security risks. This is not theory - each vulnerability includes a real attack example, how it works in your Node.js/React codebase, and the concrete fix.

April 18, 2026Read β†’
Web App Security Checklist for 2026 - What Every Developer Must Knowaunimeda
Security

Web App Security Checklist for 2026 - What Every Developer Must Know

90% of web app breaches are preventable. This checklist covers the OWASP Top 10, authentication hardening, and the specific misconfigurations we see in audits repeatedly.

April 5, 2026Read β†’
Authentication in 2026: JWT, OAuth 2.0, Passkeys, and When to Use Eachaunimeda
Security

Authentication in 2026: JWT, OAuth 2.0, Passkeys, and When to Use Each

Passwords are insecure. JWT has footguns. OAuth 2.0 is complex. Passkeys are finally real. This guide cuts through the confusion - what authentication mechanism to use for what use case, with code examples and the security pitfalls to avoid.

January 8, 2026Read β†’
The Bitcoin Whitepaper: An Interesting Toy or the Future?aunimeda
Security

The Bitcoin Whitepaper: An Interesting Toy or the Future?

Someone named Satoshi Nakamoto has published a paper on a 'Peer-to-Peer Electronic Cash System'. Is this the holy grail of cryptography, or just another Cypherpunk dream?

October 31, 2008Read β†’
OpenSSH Tunneling: Securing Database Connections Over Public Networks (2006)aunimeda
Security

OpenSSH Tunneling: Securing Database Connections Over Public Networks (2006)

Exposing MySQL or PostgreSQL to the public internet is a recipe for disaster. In 2006, SSH tunneling is the gold standard for secure remote database administration.

March 18, 2006Read β†’
Gentoo: Hardening Your System with USE Flags (2004)aunimeda
Security

Gentoo: Hardening Your System with USE Flags (2004)

Compiling from source isn't just for fun; it's for security. Let's use Gentoo's USE flags to strip out every unnecessary feature.

September 5, 2004Read β†’
Mastering ipfwadm: Hardening Linux 2.0.x Firewalls (1998)aunimeda
Security

Mastering ipfwadm: Hardening Linux 2.0.x Firewalls (1998)

The internet is a dangerous place. If you're running a Linux box in 1998 without ipfwadm, you're just waiting for a script kiddie to find you. Here's how to lock it down.

March 20, 1998Read β†’
SSH: Why You Should Stop Using Telnet Right Nowaunimeda
Security

SSH: Why You Should Stop Using Telnet Right Now

Tatu YlΓΆnen has released Secure Shell (SSH). If you're still sending your passwords over the wire in plain text with Telnet, you're asking for trouble.

July 12, 1995Read β†’
PGP: Phil Zimmermann's Crypto for the Massesaunimeda
Security

PGP: Phil Zimmermann's Crypto for the Masses

Privacy is no longer just for the government. Phil Zimmermann just released PGP, and it brings RSA encryption to every desktop. The Feds aren't happy.

June 5, 1991Read β†’