|
Cryptography Engineering: Design Principles and Practical Applications |  | Authors: Niels Ferguson, Bruce Schneier, Tadayoshi Kohno Publisher: Wiley Category: Book
List Price: $55.00 Buy New: $29.57 as of 7/31/2010 08:32 MDT details You Save: $25.43 (46%)
New (37) Used (10) from $28.89
Seller: supermoviedeals Rating: 5 reviews Sales Rank: 139582
Media: Paperback Pages: 384 Number Of Items: 1 Shipping Weight (lbs): 1.2 Dimensions (in): 9.1 x 7.2 x 1
ISBN: 0470474246 Dewey Decimal Number: 005.82 EAN: 9780470474242 ASIN: 0470474246
Publication Date: March 15, 2010 Availability: Usually ships in 1-2 business days
| |
| Features:
| • | ISBN13: 9780470474242 | | • | Condition: New | | • | Notes: BUY WITH CONFIDENCE, Over one million books sold! 98% Positive feedback. Compare our books, prices and service to the competition. 100% Satisfaction Guaranteed |
|
| Similar Items:
| |
| Editorial Reviews:
Product Description
The ultimate guide to cryptography, updated from an author team of the world's top cryptography experts. Cryptography is vital to keeping information safe, in an era when the formula to do so becomes more and more challenging. Written by a team of world-renowned cryptography experts, this essential guide is the definitive introduction to all major areas of cryptography: message security, key negotiation, and key management. You'll learn how to think like a cryptographer. You'll discover techniques for building cryptography into products from the start and you'll examine the many technical changes in the field. After a basic overview of cryptography and what it means today, this indispensable resource covers such topics as block ciphers, block modes, hash functions, encryption modes, message authentication codes, implementation issues, negotiation protocols, and more. Helpful examples and hands-on exercises enhance your understanding of the multi-faceted field of cryptography. - An author team of internationally recognized cryptography experts updates you on vital topics in the field of cryptography
- Shows you how to build cryptography into products from the start
- Examines updates and changes to cryptography
- Includes coverage on key servers, message security, authentication codes, new standards, block ciphers, message authentication codes, and more
Cryptography Engineering gets you up to speed in the ever-evolving field of cryptography.
|
| Customer Reviews: Long awaited update of the Practical Cryptography March 12, 2010 Mihailo Despotovic (Silicon Valley, CA USA) 11 out of 12 found this review helpful
I just got the book, skimmed over it and compared it with the 1st edition (Practical Cryptography).
First of all, if you don't have the 1st edition, this is an excellent buy. It's a "middle ground" book and probably the one you should start with if you are interested in practical cryptography. Then, depending on your interests and needs, you could proceed to a technically and mathematically much deeper (but somewhat obsolete) Applied Cryptography: Protocols, Algorithms, and Source Code in C, Second Edition or to some other direction using the foundation laid down in this book and then getting other book(s) about "hard-core" mathematics of cryptography or about "softer" methods of social engineering and real-life security.
I will now assume you know what the book is all about and that you are considering upgrading it so here are some quick things I hope to help you deciding:
- first of all, obviously, the errata from the 1st edition is incorporated into the text (there is no errata for the 2nd edition yet but keep checking on the book's home page [ [..] ]) which also contains the links from the book so you don't have to type them yourself while investigating
- the algorithms, protocols and formulas look the same but they might have minor tweaks, most of the stuff I looked up is the same as in the 1st edition
- the 2nd edition has 60 pages less and that's because the line spacing is smaller (the text is more dense) and not because some material has been omitted (at least I could not find anything significant being removed)
- one (really small) speculative mathematical subchapter has been removed (4.5.6 in 1st edition: Equation Solving Attacks); I guess the attack/math did not turn out to work
- the new addition to the team of the authors is a university professor and, as a result of that, the book has more of a textbook feel: exercises at the end of each chapter are added and the preface now contains example syllabi subchapter with three course proposals (6, 10 and 12 week) based on the book; it is also mentioned in the preface that the book is now "more suited for a self-study"
- the chapter layout is exactly the same as in 1st edition but off by one since "Our Design Philosophy" from the 1st edition has been presented a bit later as a subchapter of another chapter
- there are more references at the end (130 vs 97)
- minor: the cover is more boring, it really looks and, with the denser text inside, feels like a textbook while the 1st edition looked more like an engineering/hacking book
These are my very first quick and most likely incomplete and biased impressions, I might come back and update the review if I find anything significant.
The text we've needed March 16, 2010 wiredweird (Earth, or somewhere nearby) 5 out of 5 found this review helpful
It turns out that cryptography is the least of the issues in cryptographic systems. Good codes are available in good implementations all over the place (one reason the authors warn against implementing your own, since good implementations are very hard). But, as the authors say in their introductory chapter, "Cryptography by itself is fairly useless." They liken strong codes in a weak system to a bank-vault door on a tent. This book provides a first lesson in pouring some concrete into the walls behind that door.
Phrased as a text for a one semester graduate or advanced undergrad class, this highly readable text covers a range of basics - the first and most pervasive being the professional paranoia needed to actively seek out ways to defeat your own systems. The authors cover things you might expect in a crypto course, including ciphers, message digests, key exchange, and a smattering of mathematical basics. There's less of the real crypto material than you might think, however. I mean, what good is the unbreakable code when the bad guy with a root kit can read your passwords from the paging file or /dev/kmem? Instead, this book stands out for things like wiping secrets from memory as fast as you can - if you can, if language design or the physics of computer memory even make it possible. Even things like random numbers and the system clock come under careful scrutiny and analysis of their own. The reader who goes through this book cover to cover comes away with a solid appreciation of the hardware, software, and social issues involved in creating truly secure systems.
But, as the authors take pains to state, this is only an introduction. As happened with Schneier's "Applied Cryptography", it could become "... notorious for the systems that [readers] then designed and implemented on their own" after reading it. Serious cryptographic systems require specialized skills, skills that only a handful of people worldwide have. Since the authors observe that "We don't actually know how to create secure code," it's arguable that no one is qualified. But, to get even as good as the experts are today, a student has to start somewhere. This introductory text gets that student off to that start.
- wiredweird
Nice intro for non-cryptographists March 30, 2010 L. Andersen (Copenhagen, Denmark) 2 out of 2 found this review helpful
This book gives you a nice introduction to modern cryptography including message authentication, public key infrastructure and hashing algorithms. It does not delve too much in unimportant details, but gives an overview of the common pitfalls and the state of the art software available.
The book contains exercises at the end of each chapter which makes the book suitable for self teaching. Do not expect to be able to implement your own safe cryptographic algorithms simply by reading this book but learn some kind of professional paranoia and an idea of just how difficult it is to write safe code today.
I am not a professional programmer myself or a cryptographic engineer, but I did enjoy the book very much since it was able to keep me up to speed with the newest technology. I wholeheartedly recommend this book to anyone interested in an overview of cryptography, but beware that some mathematical background is required (not more than high school stuff).
Just an update of an earlier work March 28, 2010 David I (Sydney, Australia) 7 out of 10 found this review helpful
I bought this blind on the promise of some new work from Ferguson and Schneier. But got fooled by the different title: "Cryptography Engineering" is just an update of the first edition of "Practical Cryptography". This is good stuff by some excellent authors, but if you've already bought the first edition, there's not enough more to make it worth forking out another $40 or so.
Exam Questions add little to Practical Cryptography April 22, 2010 Davin Enigl 3 out of 6 found this review helpful
This book is exactly the same as Ferguson and Schneier's _Practical Cryptography_ with the addition of examination questions, so it can be used in a college level course on cryptography. OK. I liked that.
Disappointing that none of the new crypto system were added to update the text to 2010. As far as I can see it still looks like the 2003 PC book. This "new" book is seven (7) years out of date? Wiskey Tango. Hey, I still like the book, but FCOL . . . I'd like to see the NIST new block cipher modes, such as more on the NIST block cipher mode from Rogaway at UC Davis-OCB and how it can be used in authenticating VPN-like remote connections back to the home office. This book had nothing on Propagating-PCBC (maybe I missed seeing it - if so sorry), and where is format preserving encryption (AES-FFX mode)? Or, LUKS dm-crypt, loop-aes? No? Too specific for this book maybe. OK. But still, nothing new at all? Nothing about SHA3 except to say the competition has started? It's almost done now. Not even one thing on their own entry, Skein?
Disappointing. I think the time for book publishing is over. I can get more info. and more up to date info. from Googling then reading PDF-downloaded papers and (of all things) Wikipedia - how sad.
|
|
|
CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME. | |