// Comparison

La science du secret vs Reversing: Which Should You Read?

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

Intermediate
4/51998
La science du secret

Jacques Stern

A lucid popular-science history of cryptography by Jacques Stern, one of France's most eminent cryptographers — from classical ciphers to public-key and the science of secrecy.

Intermediate
4/52005
Reversing

Secrets of Reverse Engineering

Eldad Eilam

The book that taught a generation how software actually looks once you strip away the source. Still the clearest on-ramp to thinking in assembly, even with dated tools.

Read this if

Curious readers who want an authoritative yet accessible story of cryptography, written by a leading researcher rather than a populariser. A French counterpart to The Code Book, with more of a mathematician's insight.
People who want to genuinely understand reverse engineering from first principles rather than just running a disassembler and hoping. Self-taught practitioners filling in the gaps under their tooling.

Skip this if

Engineers wanting implementation guidance or modern (post-2000) primitives; it's a 1998 popular-science history, not a deployment manual.
Anyone who wants a modern, hands-on lab course. Skip this if you expect Ghidra walkthroughs or current malware samples; the toolchain here is OllyDbg and IDA-era and the OS examples are Windows XP.

Key takeaways

  • Popular cryptography history written by a top-tier cryptographer (Stern, ENS), so the science is impeccable.
  • Traces the arc from classical ciphers to public-key — the conceptual leaps, not the code.
  • A French equivalent of The Code Book with a researcher's eye; dated on modern primitives but timeless on fundamentals.
  • Reverse engineering is a disciplined reading skill, not magic; the fundamentals of how compilers, stacks, and calling conventions work outlast any tool.
  • The most durable part of the book is the bridge from high-level constructs to their assembly fingerprints, which you will recognize for the rest of your career.
  • The Windows-internals, copy-protection, and anti-reversing material is a snapshot of 2005 and should be treated as historical context, not current practice.

How they compare

La science du secret and Reversing are both rated 4/5 in our catalog. Pick by topic preference and reading style rather than by rating.

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

La science du secret and Reversing both cover Foundations, so reading them in sequence reinforces the same material from different angles.

Keep reading

Related topics