TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Any interesting books about cryptography?

6 点作者 thatxliner超过 1 年前
My friend is interested in math and cryptography. He has even dove into the internals of AES and SHA256 and tried to implement it himself. His birthday&#x27;s very soon and I wonder if there are any interesting reads out there suitable for him.<p>I&#x27;m not too sure what specific field of cryptography he&#x27;s particularly interested in, but I do know that he likes clever algorithms that make sense when you think about it.

7 条评论

ivanr超过 1 年前
I&#x27;ve been buying lots of cryptography books lately as I wanted to learn about the evolution of our understanding of this topic.<p>How about some of the following:<p>- &quot;Real-World Cryptography&quot; is my recommendation for the first book to read, but probably won&#x27;t work for your friend as it doesn&#x27;t cover any algorithms in detail. It&#x27;s a great topic to cover a lot of ground quickly to gain a good understanding of how cryptography is used in practice.<p>- &quot;Introduction to Modern Cryptography&quot; is used as a textbook on many universities and I recommend it for someone who doesn&#x27;t mind diving in into the maths. Being a textbook, it&#x27;s fairly academic.<p>- &quot;The Code Book: The Secret History of Codes and Code-breaking&quot; covers the history.<p>- For TLS and PKI, read &quot;Bulletproof TLS and PKI&quot; (disclaimer: I wrote it). It&#x27;s a good book to understand practical protocol engineering in the context of the evolution of TLS from 1995 until now.<p>Edits:<p>- The manga book is very nice and fun, but high level and dated.<p>- Crypto by Steven Levy also recommended.<p>- Serious Cryptography is good, but Real-World Cryptography is more recent and provides a better foundation.<p>- Cryptography Engineering &#x2F; Practical Cryptography &#x2F; Applied Cryptography are often recommended, but they&#x27;re very dated at this point.<p>- Your friend might enjoy <a href="https:&#x2F;&#x2F;cryptopals.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;cryptopals.com&#x2F;</a>
tapeloop超过 1 年前
Crypto by Steven Levy is a great overview of the history of modern cryptography, but Serious Cryptography by JP Aumasson is an excellent technical place to start - if he&#x27;s interested in coding things up it has a lot of useful examples and walkthroughs
pjmorris超过 1 年前
How about &#x27;The Codebreakers: The Comprehensive History of Secret Communication from Ancient Times to the Internet&#x27;, Kahn. It isn&#x27;t directly technical but it is the classic history of the field.
webmaven超过 1 年前
The Code Book by Simon Singh:<p><a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;The_Code_Book" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;The_Code_Book</a>
ecesena超过 1 年前
For implementation this is a bible: Handbook of Elliptic and Hyperelliptic Curve Cryptography.<p>Note that there’s a big math gap between AES and, eg, implementing ed25519. But if he likes this stuff, HEHCC will be a new joy every day.<p>You can also find the pdf online, since it’s pretty expensive and you want to make a gift, maybe you can get the Singh and throw this pdf in as a bonus challenge :)
ManlyBread超过 1 年前
The Manga Guide to Cryptography<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Manga-Guide-Cryptography-Guides&#x2F;dp&#x2F;1593277423" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.amazon.com&#x2F;Manga-Guide-Cryptography-Guides&#x2F;dp&#x2F;15...</a>
subtra3t超过 1 年前
Crypto 101 is pretty good but you may consider it basic.