// Comparison

Crypto Dictionary vs Understanding 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.

Beginner
4/52021
Crypto Dictionary

500 Tasty Tidbits for the Curious Cryptographer

Jean-Philippe Aumasson

Jean-Philippe Aumasson's alphabetical, opinionated reference on cryptographic terms, primitives, attacks and folklore. Snack-format companion to Serious Cryptography.

Intermediate
4/52010
Understanding Cryptography

A Textbook for Students and Practitioners

Christof Paar, Jan Pelzl

A genuinely teachable intro to modern cryptography that derives the math instead of hand-waving it, covering symmetric and public-key primitives without drowning you in proofs.

Read this if

Anyone who reads cryptography papers, blog posts, or CTF write-ups and keeps hitting half-remembered terms. Keep it on your desk: 500 entries, each a paragraph or two, alphabetical, opinionated. The crypto reference you'll actually use.
Engineers and students who want to actually understand AES, RSA, and ECC rather than just call a library, and who learn better from worked examples than from theorem-proof.

Skip this if

Readers wanting a textbook flow or systematic foundation. The book is a dictionary by design; pair with Real-World Cryptography (Wong) or Serious Cryptography (Aumasson) for sequential learning.
Skip this if you want a security-engineering how-to. It teaches the primitives, not protocol design, key management, or how things break in production.

Key takeaways

  • Aumasson's opinionated entries ("don't use", "use this instead", "avoid for this reason") condense decades of practitioner judgment into one-paragraph verdicts.
  • Term coverage spans symmetric, asymmetric, hash, post-quantum, side-channel, and crypto-folklore; few references this small are this comprehensive.
  • The book's value compounds over time: every paper or write-up sends you back to it.
  • The discrete logarithm problem and integer factorization are the two pillars under most deployed public-key crypto, and the book makes you compute with both.
  • AES is presented as understandable finite-field arithmetic, not magic, which demystifies the most-used cipher on earth.
  • Cryptographic security is about quantifying attacker effort, not about secrecy of the algorithm.

How they compare

Crypto Dictionary and Understanding Cryptography are both rated 4/5 in our catalog. Pick by topic preference and reading style rather than by rating.

Crypto Dictionary is pitched at beginner level. Understanding Cryptography is pitched at intermediate level. Read the easier one first if you're not yet comfortable with the topic.

Crypto Dictionary and Understanding Cryptography both cover Cryptography, so reading them in sequence reinforces the same material from different angles.

Keep reading

Related topics