Live data from Hacker News

Ask HN: Best book on modern cryptography?

news.ycombinator.com

1–10 of 45 posts

Re: Ask HN: Best book on modern cryptography?

#4
Serious Cryptography https://www.amazon.com/gp/product/1593278268/ref=ppx_yo_dt_b...

It's quite accessible for non-math majors and includes source code. It seems to have been written with software engineers in mind. The formatting of the source code in Kindle isn't great but otherwise the book is excellent and balances between "cookbook" and "graduate level textbook". The author is also quite reputable having designed BLAKE2.

Re: Ask HN: Best book on modern cryptography?

#6
For a rigorous, yet accessible and rather in-depth introduction to modern, provable cryptography I would recommend

"Introduction to Modern Cryptography" by Katz & Lindell.

It starts from the basics, the proofs are thoroughly elaborated and it has an appendix covering the necessary math prerequisites.

Re: Ask HN: Best book on modern cryptography?

#7
Cryptography Engineering Design Principles and Practical Applications:

https://www.schneier.com/books/cryptography-engineering/

They cover the fundamentals from a practical engineering perspective. After reading it you can then pop up a level and read specs to understand specific deployed protocols (e.g. TLS) or down a level and read the details of individual cryptographic primitives / constructions.

Post reply on HN