// Comparison
Real-World Cryptography vs The Web Application Hacker's Handbook: Which Should You Read?
Two cybersecurity books on AppSec, compared honestly: who each is for, what each does best, and which to read first.
David Wong's hands-on tour of the cryptographic primitives, protocols and pitfalls that show up in actual production systems, with deliberate attention to TLS, Noise, modern AEAD, and post-quantum.
Finding and Exploiting Security Flaws
Dafydd Stuttard, Marcus Pinto
The exhaustive reference for web app pentesting, comprehensive but increasingly a historical document.
Read this if
Skip this if
Key takeaways
- Most crypto vulnerabilities are misuse, not broken primitives; Wong's framing of "what to use, what to avoid" is the cleanest in print.
- TLS 1.3, Noise, and Signal-style protocols compose primitives in patterns engineers should recognise on sight, this book teaches the patterns.
- Post-quantum cryptography is no longer optional reading; the book introduces the lattice and hash-based constructions you'll be deploying within a few years.
- Authentication, session management, and access control are still where most real bugs live.
- Methodology beats tooling, the structure of how you map an app matters more than which scanner you run.
- Use it as a reference for the classes of bug, then cross-check with PortSwigger Academy for the modern exploitation details.
How they compare
We rate Real-World Cryptography higher (5/5 against 4/5 for The Web Application Hacker's Handbook). For most readers, that means Real-World Cryptography is the primary pick and The Web Application Hacker's Handbook is a useful follow-up.
Both books target intermediate-level readers, so the choice is about topic, not difficulty.
Real-World Cryptography and The Web Application Hacker's Handbook both cover AppSec, so reading them in sequence reinforces the same material from different angles.
Keep reading
Real-World Cryptography
→ Alternatives to Real-World Cryptography→ What to read after Real-World CryptographyThe Web Application Hacker's Handbook
→ Alternatives to The Web Application Hacker's Handbook→ What to read after The Web Application Hacker's Handbook