// Comparison

La science du secret vs Serious 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/52024
Serious Cryptography

A Practical Introduction to Modern Encryption

Jean-Philippe Aumasson

Jean-Philippe Aumasson's working introduction to modern cryptography, written for engineers who need both intuition and enough mathematical depth to evaluate the choices a library is making for them.

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.
Engineers who already know what crypto to use and want to understand why it works at the primitive level. The middle book in the modern crypto stack: deeper than Real-World Cryptography, shallower than the academic textbooks.

Skip this if

Engineers wanting implementation guidance or modern (post-2000) primitives; it's a 1998 popular-science history, not a deployment manual.
Beginners or readers who haven't yet decided which primitives to use; start with Wong first. Also wrong for cryptography researchers who need formal proofs.

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.
  • Modern primitives can be understood by engineers, given the right framing — Aumasson's choice to bound the math is the book's defining design decision.
  • The 2nd edition (2024) covers post-quantum cryptography (Kyber, Dilithium, SPHINCS+) at the depth a deploying engineer actually needs.
  • The chapters on hash-function attacks (length extension, multi-collisions) are the clearest in print and explain why half of the production bugs in HMAC-adjacent code happen.

How they compare

We rate Serious Cryptography higher (5/5 against 4/5 for La science du secret). For most readers, that means Serious 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 Serious Cryptography both cover Cryptography, so reading them in sequence reinforces the same material from different angles.

Keep reading

Related topics