Could any of you experienced programmers / ethical hackers out there recommend some blogs or books on security/encryption? The only blogs I look at now are

.Net Security Blog (http://blogs.msdn.com/shawnfa/archive/2009/03/17/authenticated-symmetric-encryption-in-net.aspx)

Laptop Security Blog (http://blog.absolute.com/cybercrimes-more-sophisticated-but-so-too-are-countermeasures/)

Schneier On Security (http://www.schneier.com/index.html)

I am especially interested in the mathematical theory behind the security/encryption, not just how to use it. Thanks in advance for all of your help.

(Update: Thanks everyone for the thoughtful answers! I wish I could choose all of them as the 'selected answer')

link|improve this question

feedback

closed as not constructive by Bill the Lizard Sep 26 '11 at 14:34

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

up vote 2 down vote accepted

For encryption I highly recommend the Handbook of Applied Cryptography, which you can either buy as a book or download all of the chapters for free at the linked address. In addition the University of Washington released the full semesters worth of lectures from their Practical Aspects of Modern Cryptography class as a podcast (MP3 format), it should still be available on iTunes or elsewhere.

Other great sources of security information are:

link|improve this answer
feedback

If you enjoy Schneier you'll probably enjoy his encryption books, in addition to the relevant material on his website

In particular Practical Cryptography (2003) and Applied Cryptography (1996)

If you are an ACM Professional Member you currently have free access to Modern Cryptanalysis: Techniques for Advanced Code Breaking by Christopher Swenson in the Books24x7 selection (from MyACM).

link|improve this answer
1  
+1 Applied Cryptography is a masterpiece – skaffman Jul 31 '09 at 13:47
feedback

Some books I can recommend:

I also recommend the Security Now podcast with Leo Laporte and Steve Gibson. Here's a particularly good sequence of episodes on cryptography:

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.