Ask HN: Best book on modern cryptography?
1–10 of 45 posts
Re: Ask HN: Best book on modern cryptography?
#2Re: Ask HN: Best book on modern cryptography?
#3Re: Ask HN: Best book on modern cryptography?
#4It'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?
#5Re: Ask HN: Best book on modern cryptography?
#6"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?
#7https://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.
Re: Ask HN: Best book on modern cryptography?
#8It's a book co-authored by Dan Boneh, who's a professor from Stanfrod working on Crypto, and Blockchain. It's a huge book, but there's a lot of interesting stuff in there.
Re: Ask HN: Best book on modern cryptography?
#9Re: Ask HN: Best book on modern cryptography?
#10Written by a past professor of mine. Grounded in a lot of math, but not intimidating.