// Comparison

Exercices et problèmes de cryptographie vs Silence on the Wire: Which Should You Read?

Two cybersecurity books on Foundations, compared honestly: who each is for, what each does best, and which to read first.

Advanced
3/52023
Exercices et problèmes de cryptographie

Damien Vergnaud

A rigorous problem book for learning cryptography — over 150 corrected exercises with course summaries, for L3/master/engineering students — by a French academic cryptographer.

Advanced
5/52005
Silence on the Wire

A Field Guide to Passive Reconnaissance and Indirect Attacks

Michal Zalewski

Michal Zalewski's classic on the indirect attack surface: timing channels, protocol-stack fingerprinting, and the often-overlooked side data leaked by every layer of a stack.

Read this if

Students and self-learners who want to actually practise cryptographic mathematics: corrected exercises on symmetric, public-key and (in recent editions) post-quantum primitives. Preface by Jacques Stern.
Curious defenders, reverse engineers, and protocol auditors who want to think about the side data every layer leaks. Zalewski is the field's most original networking thinker, and the book is twenty years old and somehow still ahead of most people's models.

Skip this if

Readers wanting applied, deploy-this guidance or a narrative introduction; this is a university exercise book and assumes real mathematical maturity.
Readers wanting recipes or playbooks. The book is conceptual essays on side channels, network metadata, and indirect inference; each chapter is a thought experiment with practical implications, not a step-by-step guide.

Key takeaways

  • A genuine exercise-and-problem book — the corrected problems are the point, not prose.
  • Covers symmetric, asymmetric and, in recent editions, post-quantum constructions.
  • Best as a companion to a crypto course; pairs naturally with Avoine et al.
  • Every protocol layer leaks information that wasn't in the payload (TCP/IP fingerprinting, DNS cache hints, browser timing, terminal echo); the book's premise is that adversaries can read all of it.
  • Passive reconnaissance is dramatically underrated as both a threat and a research tool; Zalewski makes the case better than anyone before or since.
  • The chapters on phantom-data leakage (idle scanning, timing oracles, blind side channels) are the conceptual root of attack classes that keep getting rediscovered every few years.

How they compare

We rate Silence on the Wire higher (5/5 against 3/5 for Exercices et problèmes de cryptographie). For most readers, that means Silence on the Wire is the primary pick and Exercices et problèmes de cryptographie is a useful follow-up.

Both books target advanced-level readers, so the choice is about topic, not difficulty.

Exercices et problèmes de cryptographie and Silence on the Wire both cover Foundations, so reading them in sequence reinforces the same material from different angles.

Keep reading

Related topics