IntermediateCryptography

Serious Cryptography

A Practical Introduction to Modern Encryption

5 / 5

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.

Buy on Amazon

As an Amazon Associate we earn from qualifying purchases. The link above is sponsored.

Published
2024
Publisher
No Starch Press
Pages
376
Language
English

Read this if

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

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

  • 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.

Notes

Aumasson's BLAKE3 work and CryptoHack contributions make him an unusually credible practitioner-author. Best read after Real-World Cryptography (Wong) for context, then alongside Cryptography Engineering (Ferguson/Schneier/Kohno) for the protocol view. The "Sometimes-Asked Questions" sidebars are the book's secret weapon, treat them as primary content.

Related topics