Thread: Handbook of Applied Cryptography

  1. #1
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823

    Handbook of Applied Cryptogrpahy

    Recently I've become a lot more interested in Cryptogrpahy, and would really like to start learning more about it. Has anyone read the above book? Is it any good? The full thing is available here, if you're interested:

    http://cacr.math.uwaterloo.ca/hac/

  2. #2
    The Artful Lurker Deckard's Avatar
    Join Date
    Jan 2002
    Posts
    633
    I have not read the book you mentioned, but I can recommend "Applied Cryptography (Second Edition)" by Bruce Schneier (John Wiley & Sons, Inc). Mr Schneier also has a worthwhile mailing list, which you can receive by sending a blank email here: [email protected]

    [edit]
    The link insisted on placing "http://" before the "mailto:"
    [/edit]
    Last edited by Deckard; 03-11-2002 at 10:41 AM.
    Jason Deckard

  3. #3
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    I've seen things about Schneier's book before, but one of the reviews on Amazon said some largish portions are out of date. Is that a big problem?

  4. #4
    The Artful Lurker Deckard's Avatar
    Join Date
    Jan 2002
    Posts
    633
    I instinctively rejected the notion that the book was out of date, but I went to Amazon and read the reviews. I have to admit that some of the criticism is founded.

    Specifically, the book is over 700 pages, of which two are used to describe the Clipper chip. The critique that his review of the chip is dated is probably accurate, but in all fairness the author simply cites Clipper as an example. However, another critique I noticed was the author's failure to mention PGP. On the contrary, the author not only mentions PGP but does a good job explaining it in detail.

    What you can expect from this book (should you decide to go with it) is an explanation of crypto theory that takes up 260 pages. The author then discusses, in detail, every crypto method I have ever heard of, as well as a dozen or so more. The book ends with a chapter on the politics involved with crypto, from the NSA to NIST and CAFE. An appendix contains C source code examples of DES, LOKI91, IDEA, GOST, BlowFish, 3-Way, RC5, A5, and SEAL.

    This book is, in my opinion, a wealth of information about crypto programming. If it falls into any category, it would be 'Too Much Information' . However, this book is not for the person who would like to enjoy a casual understanding of cryptography, nor is it much of a "quick reference".
    Jason Deckard

  5. #5
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    I haven't read the Handbook of Applied Cryptogrpahy myself, but I people told me it's the bible for cryptography.

  6. #6
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    I've read bits and pieces, but it's very mathematical.
    I bought "Applied Cryptography" by Schneier and I've found it much easier to get through (I'm currently reading it).
    I would recommend both books though.
    If a tree falls in the forest, and no one is around to see it, do the other trees make fun of it?

  7. #7
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Well, I ordered Schneier's book from Amazon and the HAC is sitting, zipped, in my mailbox... Guess I'm gonna be pretty busy soon

  8. #8
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    >I've read bits and pieces, but it's very mathematical.

    Yep, cryptography is a lot of mathematics. But it's required to understand why cryptography works.

    >Guess I'm gonna be pretty busy soon

    I think so, good luck!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Cryptography
    By freddyvorhees in forum C++ Programming
    Replies: 12
    Last Post: 08-15-2008, 09:03 PM
  2. Replies: 16
    Last Post: 11-23-2007, 01:48 PM
  3. how to get memory address applied in other program?
    By wu7up in forum C Programming
    Replies: 1
    Last Post: 03-01-2003, 01:44 AM
  4. cryptography
    By tsarena in forum C++ Programming
    Replies: 2
    Last Post: 06-05-2002, 04:14 PM
  5. Linux Hardware Handbook
    By Nutshell in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 04-02-2002, 06:06 AM