// Comparison
Designing Secure Software vs Security Chaos Engineering: Which Should You Read?
Two cybersecurity books on Defensive, compared honestly: who each is for, what each does best, and which to read first.
Loren Kohnfelder, the original PKI author, on how to weave security thinking through requirements, design, implementation and operations rather than bolt it on at the end.
Sustaining Resilience in Software and Systems
Kelly Shortridge, Aaron Rinehart
Kelly Shortridge and Aaron Rinehart on treating security as a property of complex adaptive systems: instead of preventing failure, you continuously simulate it, and design the organization to learn from each result.
Read this if
Skip this if
Key takeaways
- Secure-by-design is mostly avoided pitfalls; the book's enumeration of common-but-fatal mistakes is the cleanest mental checklist a designer can carry.
- Trust boundaries are the single most useful concept in secure design; the book teaches you to see them in any architecture.
- Most security debates inside engineering organizations resolve to a handful of repeated trade-offs (defense in depth vs. simplicity, blocking vs. logging, fail-open vs. fail-closed); the book names them and provides the language for the conversation.
- Security and reliability share the same root engineering problem: how to keep complex systems within tolerable bounds when the failure surface is unbounded.
- Decision trees and effort-vs-impact analysis are operationalizable artifacts, not just blog material; the book teaches you to actually use them.
- Continuous experimentation is more honest than tabletop exercises: production tells you what is true, runbooks tell you what someone wished were true.
How they compare
Designing Secure Software and Security Chaos Engineering are both rated 5/5 in our catalog. Pick by topic preference and reading style rather than by rating.
Designing Secure Software is pitched at intermediate level. Security Chaos Engineering is pitched at advanced level. Read the easier one first if you're not yet comfortable with the topic.
Designing Secure Software and Security Chaos Engineering both cover Defensive, so reading them in sequence reinforces the same material from different angles.
Keep reading
Designing Secure Software
→ Alternatives to Designing Secure Software→ What to read after Designing Secure SoftwareSecurity Chaos Engineering
→ Alternatives to Security Chaos Engineering→ What to read after Security Chaos Engineering