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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Handbook of Applied Cryptography

193 点作者 phab超过 1 年前

10 条评论

baby超过 1 年前
Warning: this is more of a reference book.<p>If you’re looking for a more gentle introduction to all things cryptography check my book <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Real-World-Cryptography-David-Wong&#x2F;dp&#x2F;1617296716&#x2F;?_encoding=UTF8&amp;pd_rd_w=du86Y&amp;content-id=amzn1.sym.5f7e0a27-49c0-47d3-80b2-fd9271d863ca%3Aamzn1.symc.e5c80209-769f-4ade-a325-2eaec14b8e0e&amp;pf_rd_p=5f7e0a27-49c0-47d3-80b2-fd9271d863ca&amp;pf_rd_r=056FNDE8B53QDS23R6ZY&amp;pd_rd_wg=oPBNm&amp;pd_rd_r=bccedbf3-11dd-4bf3-aeaf-d9afc577a491&amp;ref_=pd_gw_ci_mcx_mr_hp_atf_m" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.amazon.com&#x2F;Real-World-Cryptography-David-Wong&#x2F;dp...</a>
评论 #38698220 未加载
imjonse超过 1 年前
While the fundamentals are always relevant, IIRC this book has been dated even 10 years ago, when Schneier&#x27;s Cryptography Engineering was already recommended instead if you wanted practical advice.<p>For a more theoretically backed approach Dan Boneh&#x27;s book ( <a href="https:&#x2F;&#x2F;toc.cryptobook.us&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;toc.cryptobook.us&#x2F;</a> ) is a very good resource.
评论 #38695919 未加载
评论 #38694658 未加载
评论 #38693446 未加载
rpicard超过 1 年前
Real World Cryptography by David Wong is a great book in this category.<p>Published in 2021, so it’s very up-to-date.<p><a href="https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;real-world-cryptography" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;real-world-cryptography</a>
评论 #38703524 未加载
NaOH超过 1 年前
Previous discussions:<p><i>Handbook of Applied Cryptography (2001)</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6002694">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6002694</a> - July 2013 (19 comments)<p><i>Handbook of Applied Cryptography (2001)</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11662441">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11662441</a> - May 2016 (17 comments)
k__超过 1 年前
I liked this one:<p><a href="https:&#x2F;&#x2F;cryptobook.nakov.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;cryptobook.nakov.com&#x2F;</a>
pluto_modadic超过 1 年前
I love this. In my college library there&#x27;s a row of books on mathematics,<p>a single shelf unit on computer science (system admin, SQL, the works),<p>a shelf on cryptography<p>most books on RSA<p>two books on ECC<p>and ONE single book on essoteric protocols, and it&#x27;s this one (not this edition)<p>covers things like blind signing, dining cryptographers, homomorphic encryption, zero knowledge proofs,<p>all before the whole bitcoin thing got annoying.<p>bring back cool cryptography<p>(blind ECC is annoyingly hard to explain)
评论 #38698674 未加载
kazinator超过 1 年前
&gt; <i>Please read this copyright notice before downloading any of the chapters.</i><p>Why would I need to do that if I have no intent to redistribute?<p>I&#x27;m not the one making a copy; the website is.<p>&gt; <i>CRC Press has generously given us permission to make all chapters available for free download.</i><p>Exactly; permission for <i>them</i> to give away copies under terms <i>they</i> have to understand, not me.
评论 #38693215 未加载
xpe超过 1 年前
I like this discussion of cryptographic wrong answers at<p><a href="https:&#x2F;&#x2F;www.okta.com&#x2F;au&#x2F;video&#x2F;oktane19-cryptographic-wrong-answers&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.okta.com&#x2F;au&#x2F;video&#x2F;oktane19-cryptographic-wrong-a...</a><p>&gt; And crypto has generally become, I think, less scary, at least for cryptographic engineers. I don&#x27;t know if that&#x27;s true for a wider developer audience. But again in 1995 phlogiston era crypto, nobody really knew what they were doing, right? And the official story if you tried to learn more things, very often you&#x27;d hear, what I call, abstinence only education where people just tell you like, oh you want to do some cryptography? Okay don&#x27;t.<p>&gt; ...<p>&gt; So in conclusion, we&#x27;re going to look for pitfalls that we can recognize. And to do that I&#x27;m going to run through a bunch of bad ideas that keep coming back and that every time lead to disaster for some reason.<p>&gt; And so one of the very popular ones is algorithmic agility. Same spiel, you know the idea is look we have primitive-A and primitive-A might be, I don&#x27;t know, AES or something. But what happens if is breaks? We like that, we want to use that primarily but we want to have option just in, we want to have something to fall back on. And the idea is we support both, and when A breaks, we just go turn on B and everything copacetic. A very related problem is negotiation, so lets say that I support A, B and C, you support B, C, and D and some how we&#x27;re going to figure out that B and C is what we can both agree on, but we like C better so somehow hopefully we&#x27;re going to end up with C. This is a really, really plausible sounding engineering decision and turns out to very regularly turn into, get us into trouble.<p>&gt; The poster child for this is TLS. So TLS has a cornucopia of things that you need in order to make it work, right? There&#x27;s signing, there&#x27;s key agreement, there&#x27;s bulk encryption, there&#x27;s MAC algorithms in there. I&#x27;m not even going to mention like the variety of curve choices and key sizes. But for each of these choices, TLS gives you a handful of options. And it&#x27;s not like a perfect Cartesian product, but it&#x27;s pretty darn close. Now the question is, why does it hurt to support more things, just go turn them off. Well it doesn&#x27;t really work that way, because very often you&#x27;ll see protocols come back from the dead. So FREAK and logjam were real world TLS vulnerabilities that exploited export grade ciphers which pretty much died out in the late nineties.
评论 #38703222 未加载
User23超过 1 年前
U of Waterloo is a gem of a school. It&#x27;s one of the few schools that when I see it on a resume it actually moves the needle for me. Their co-op program deserves every bit of the praise it gets.
cies超过 1 年前
I read it 20+y ago and it felt like a good intro back then.