// Comparison
Cryptography Engineering vs Real-World Cryptography: Which Should You Read?
Two cybersecurity books on Cryptography, compared honestly: who each is for, what each does best, and which to read first.
Design Principles and Practical Applications
Niels Ferguson, Bruce Schneier, Tadayoshi Kohno
A working engineer's introduction to cryptography that takes implementation pitfalls more seriously than most.
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.
Read this if
Skip this if
Key takeaways
- Almost every cryptographic disaster is an integration failure, not a primitive failure.
- Don't roll your own, but understand enough to recognize when the library you're using is wrong.
- Side channels are not exotic; they are the default mode of failure.
- 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.
How they compare
We rate Real-World Cryptography higher (5/5 against 4/5 for Cryptography Engineering). For most readers, that means Real-World Cryptography is the primary pick and Cryptography Engineering is a useful follow-up.
Both books target intermediate-level readers, so the choice is about topic, not difficulty.
Cryptography Engineering and Real-World Cryptography both cover Cryptography, AppSec, so reading them in sequence reinforces the same material from different angles.
Keep reading
Cryptography Engineering
→ Alternatives to Cryptography Engineering→ What to read after Cryptography EngineeringReal-World Cryptography
→ Alternatives to Real-World Cryptography→ What to read after Real-World Cryptography