// Comparison

La science du secret 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.

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
5/52021
Real-World Cryptography

David Wong

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

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.
Working engineers who need to make crypto decisions in real systems: AEAD ciphers, key exchange, signatures, password hashing, PKI, end-to-end encryption, post-quantum migration. The new modern default and the book we recommend first to almost anyone touching cryptography in production.

Skip this if

Engineers wanting implementation guidance or modern (post-2000) primitives; it's a 1998 popular-science history, not a deployment manual.
Cryptography researchers or readers wanting full mathematical proofs. The math is bounded to what an engineer needs to evaluate choices, not full constructions. For the next layer of depth read Serious Cryptography after this.

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.
  • 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 La science du secret). For most readers, that means Real-World Cryptography is the primary pick and La science du secret is a useful follow-up.

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

La science du secret and Real-World Cryptography both cover Cryptography, so reading them in sequence reinforces the same material from different angles.

Keep reading

Related topics