Everything you need to know about cryptography in 1 hour (2010) [pdf]
1–10 of 104 posts
Re: Everything you need to know about cryptography in 1 hour (2010) [pdf]
#2Re: Everything you need to know about cryptography in 1 hour (2010) [pdf]
#3Previous discussion here: https://news.ycombinator.com/item?id=1346711
Re: Everything you need to know about cryptography in 1 hour (2010) [pdf]
#4Re: Everything you need to know about cryptography in 1 hour (2010) [pdf]
#5Here is the video of the talk: http://www.fosslc.org/drupal/content/everything-you-need-kno...
Re: Everything you need to know about cryptography in 1 hour (2010) [pdf]
#6> The purpose of cryptography is to force the US government to torture you.
Re: Everything you need to know about cryptography in 1 hour (2010) [pdf]
#7Here's a provocative gem: > The purpose of cryptography is to force the US government to torture you.
Re: Everything you need to know about cryptography in 1 hour (2010) [pdf]
#8Re: Everything you need to know about cryptography in 1 hour (2010) [pdf]
#9The reason this is being (re)posted now is that I gave this talk at a Polyglot Vancouver meetup last night. Freed from the constraint of a conference schedule I actually took about 90 minutes to go through this talk this time (followed by another 30 minutes of questions).
Re: Everything you need to know about cryptography in 1 hour (2010) [pdf]
#10He recommends HMAC-SHA256 in this paper, but I think that AES-GCM is a better construction, as long as you understand the requirements for IV uniqueness. It offers significant improvements on top of the standard HMAC (privacy and additional out-of-band data) without adding much in terms of size.