Home > Store

Cryptography Decrypted

Register your product to gain access to bonus material or receive a coupon.

Cryptography Decrypted

Book

  • Sorry, this book is no longer in print.
Not for Sale

Description

  • Copyright 2001
  • Dimensions: 7-3/8" x 9-1/4"
  • Pages: 384
  • Edition: 1st
  • Book
  • ISBN-10: 0-201-61647-5
  • ISBN-13: 978-0-201-61647-7

Cryptography is at the heart of computer security: without it, secure e-commerce and Internet communications would be impossible. Decision-makers and sophisticated computer users need to understand cryptography -- but most explanations are highly mathematical and technical. Cryptography Decrypted explains cryptography in "plain English" -- and is authoritative and thorough enough to address the needs of professionals. It explains the processes step-by-step, with extensive visuals. The authors present the elements of cryptography systems; public key infrastructure (PKI); and the IPSec standard for virtual private network security; then review real-world systems and their applications. They show how real-world systems are attacked, and how to protect them; introduce essential cryptographic terms; and present the fascinating history of cryptography through sidebars highlighting its important events, people, and breakthroughs. For every decision-maker and computer user who needs to understand cryptography, this book is also ideal for security pros who need to educate management about cryptography.

Sample Content

Downloadable Sample Chapter

Click below for Sample Chapter related to this title:
01.pdf

07.pdf

ch09.pdf

Table of Contents



Foreword.


Preface.


Introduction.

I. SECRET KEY CRYPTOGRAPHY.

1. Locks and Keys.

Locks and Combinations.

Defining Cryptographic Terms.

Making and Solving Puzzles.

Review.

2. Substitution and Caesar's Cipher.

Cryptanalysis of Caesar's Cipher.

Empowering the Masses.

The Importance of Separating the Method and the Key.

Adding Keys.

A Weakness of Caesar's Ciphers: The Failure to Hide Linguistic Patterns.

More Complex Substitution: Vigenere's Cipher.

Review.

3. Transposition Ciphers: Moving Around.

Patterns and Cryptanalysis.

Adding Complexity.

Computer Transposition.

Combining Substitution and Transposition.

Review.

4. Diffuse and Confuse: How Cryptographers Win the End Game.

Diffusion.

The Polybius Cipher.

The Principle of Confusion.

Cryptographic Locks and Keys.

Review.

5. DES Isn't Strong Anymore.

The Historical Need for an Encryption Standard.

Cycling Through Computer Keys.

Double and Triple DES.

DES (and Other Block Cipher) Modes.

The Avalanche Effect.

Supplement: Binary Numbers and Computer Letters.

Review.

6. Evolution of Cryptography: Going Global.

Early Cryptography.

Commercial and Military Needs.

Entering the Computer Age.

Review.

7. Secret Key Assurances.

Confidentiality.

Authentication.

An Authentication Attack.

Not Really Random Numbers.

Integrity.

Using the MAC for Message Integrity Assurance.

Why Bother Using a Message Authentication Code?

File and MAC Compression.

Nonrepudiation: Secret Keys Can't Do It.

Review.

8. Problems with Secret Key Exchange.

The Problem and the Traditional Solution.

Using a Trusted Third Party.

Key Distribution Center and Key Recovery.

Problems with Using a Trusted Third Party.

Growth in the Number of Secret Keys.

Trust and Lifetime.

Review.

II. PUBLIC KEY CRYPTOGRAPHY.

9. Pioneering Public Key: Public Exchange of Secret Keys.

The Search for an Innovative Key Delivery Solution.

Developing an Innovative Secret Key Delivery Solution.

First Attempt: A Database of Key/Serial Number Pairs.

Second Attempt: An Encrypted Database of Key/Serial Number Pairs.

Merkle's Insight: Individually Encrypted Key/Serial Number Pairs.

Black Hat's Frustrating Problem.

The Key to Public Key Technology.

A New Solution: Diffie-Hellman-Merkle Key Agreement.

Alice and Bob Openly Agree on a Secret Key.

Problems with the Diffie-Hellman Method.

Separate Encryption and Decryption Keys.

Review.

10. Confidentiality Using Public Keys.

New Twists on Old Security Issues.

Confidentiality Assurances.

Distribution of Public Keys.

Two-Way Confidentiality.

Review.

11. Making Public Keys: Math Tricks.

Alice's Easy Problem.

Grade School Math Tricks.

More Grade School Math.

Division and Remainders: Modular Math.

Modular Inverses.

Using Modular Inverses to Make a Public Key.

Putting It All Together.

Giving BlackHat a Difficult, Time-Consuming Problem.

Trapdoor to the Easy Problem.

Knapsack Cryptography.

Modulo Calculations.

Exercise: Find Which Numbers Sum to 103.

Review.

12. Creating Digital Signatures Using the Private Key.

Written and Digital Signature Assurances.

Reviewing and Comparing Authentication.

Secret Key Authentication.

Private Key Authentication 117

Authentication and Integrity Using Private and Secret Keys.

Private Key Authentication Methods.

RSA.

DSA.

Signing Terminology.

Nonrepudiation.

Assurances in Both Directions.

Summary of Public Key Assurances.

Public Key Means Public / Private Key.

Assurance Initiated.

Compressing before Signing.

Review.

13. Hashes: Non-keyed Message Digests.

Detecting Unintentional Modifications.

Detecting Intentional Modifications.

Signing the Message Digest.

Detecting BlackHat's Forgery.

Replay Attacks.

Supplement: Unsuccessfully Imitating a Message Digest.

Review.

14. Message Digest Assurances.

Two Message Digest Flavors.

Non-keyed Message Digest Assurances.

One-wayness.

Collision Resistance.

Weak Collision Resistance.

Examples of One-way and Weak Collision Resistance.

Strong Collision Resistance.

Non-keyed Digest Implementations.

Keyed Message Digest Assurances.

A MAC Made with DES.

DES-MAC Security.

Message Digest Compression.

Digest Speed Comparisons.

Hashed MAC.

Review.

15. Comparing Secret Key, Public Key, and Message Digests.

Encryption Speed.

Key Length.

Ease of Key Distribution.

Cryptographic Assurances.

Symmetric (Secret) Key.

Asymmetric (Public) Key.

Review.

III. DISTRIBUTION OF PUBLIC KEYS.

16. Digital Certificates.

Verifying a Digital Certificate.

Attacking Digital Certificates.

Attacking the Creator of the Digital Certificate.

Malicious Certificate Creator.

Attacking the Digital Certificate User.

The Most Devastating Attack.

Understanding Digital Certificates: A Familiar Comparison.

Issuer and Subject.

Issuer Authentication.

Transfer of Trust from the Issuer to the Subject.

Issuer's Limited Liability.

Time Limits.

Revoking Trust.

More than One Certificate.

Fees for Use.

The Needs of Digital Certificate Users.

Getting Your First Public Key.

Certificates Included in Your Browser.

Review.

17. X.509 Public Key Infrastructure.

Why Use X.509 Certificate Management?

What Is a Certificate Authority?

Application, Certification, and Issuance.

Certificate Revocation.

Polling and Pushing: Two CRL Delivery Models.

Building X.509 Trust Networks.

Root Certificates.

More Risks and Precautions.

Distinguished Names.

Certification Practice Statement.

X.509 Certificate Data.

Challenge Response Protocol.

Review.

18. Pretty Good Privacy and the Web of Trust.

The History of PGP.

Comparing X.509 and PGP Certificates.

Building Trust Networks.

Bob Validates Alice's Key.

Casey Validates Alice's Key Sent by Bob.

Dawn Validates Alice's Key Sent by Casey via Bob.

Web of Trust.

PGP Certificate Repositories and Revocation.

Compatibility of X.509 and PGP

Review.

IV. REAL-WORLD SYSTEMS.

E-mail Cryptographic Parameters.

Negotiation of SSL and IPsec Cryptographic Parameters.

User Initiation of Cryptographic E-mail, SSL, and Ipsec.

19. Secure E-mail.

Generic Cryptographic E-mail Messages.

Invoking Cryptographic Services.

Confidentiality and Authentication.

Choosing Services.

Positioning Services.

Deterring E-mail Viruses.

Review.

20. Secure Socket Layer and Transport.

Layer Security.

History of SSL.

Overview of an SSL Session.

An SSL Session in Detail.

Hello and Negotiate Parameters.

Key Agreement (Exchange).

Authentication.

Confidentiality and Integrity.

TLS Variations.

Anonymous Diffie-Hellman.

Fixed and Ephemeral Diffie-Hellman.

Comparing TLS, SSL v3, and SSL v2.

A Big Problem with SSL v2.

A Possible Problem with TLS and SSL.

Generating Shared Secrets.

Bob Authenticates Himself to AliceDotComStocks.

Review.

21. IPsec Overview.

Enhanced Security.

Key Management.

Manual Distribution.

Automated Distribution.

IPsec Part 1: User Authentication and Key Exchange Using IKE.

SSL/TLS and IPsec Key Agreement.

Security Association.

Phases.

IKE Nomenclature.

Benefits of Two-Phase Key Exchange.

IPsec Part 2: Bulk Data Confidentiality and Integrity for Message or File Transport.

Protocol and Mode.

ESP Examples.

AH Examples.

Management Control.

Implementation Incompatibilities and Complications.

Review.

22. Cryptographic Gotchas.

Replay Attack.

Man-in-the-Middle Attack.

Finding Your Keys in Memory.

Does Confidentiality Imply Integrity?

Example 1.

Example 2: Cut-and-Paste Attack.

Public Key as a Cryptanalysis Tool.

Example 1: The Chosen Plaintext Attack.

Public Key Cryptographic Standards.

Example 2: The Bleichenbacher Attack.

BlackHat Uses Bob's RSA Private Key.

Review.

23. Protecting Your Keys.

Smart Cards.

Types of Smart Cards.

What's Inside a Smart Card.

Protections and Limitations.

Smart Card Attacks.

Review.

Epilogue.
Appendix A. Public Key Mathematics (and Some Words on Random Numbers).
Appendix B. (A Few) IPsec Details.
Bibliography.
Index. 0201616475T04062001

Preface

A Tool for Everyone

In the past, cryptography was used mainly to secure the communications of the powerful and influential, the military and royalty. But the widespread use of computers, and the attacks to which they are vulnerable, has expanded the need for secure communications around the globe. This book describes the protection afforded by modern computer cryptographic systems and explains how the pace of modern technology requires continuing attention to the security of those systems.

The advent of computers changed a great many things, but not the fundamentals of cryptography. Through stories and pictures, Cryptography Decrypted presents cryptography's evolution into a modern-day science, laying out patterns from the past that are applicable today. It also gives you a thorough understanding of terms that are destined to become as much a part of our language and life as megabyte and Internet. As you begin to think about controlling various aspects of your life using wired or wireless communication, on line all the time, your understanding of cryptography--its benefits and its pitfalls--will make you feel a little more in control of a rapidly changing world.

Because rapid advances in the speed of hardware will continue to threaten the security of current cryptographic methods, it's essential that you choose appropriate techniques and perform ongoing assessment if you want to maintain your digital security. You can make such choices and assessments only if you know the basic concepts of cryptography. Cryptography Decrypted offers you that knowledge through visual representation of difficult concepts, an easy-to-use reference for reviewing key cryptographic terminology, and instructive historical information.

You need little or no background in cryptography to read this book. Neither does it require technical or math genius. It's designed so that anyone from CIOs to self-taught computer enthusiasts--and everyone in between--can pick up this book without any knowledge of encryption and find it fascinating, understandable, and instructive.

If you have some understanding of computer cryptography, Cryptography Decrypted is systematic and comprehensive enough to solidify your knowledge. It provides a simple description of the component parts of secret key and public key cryptography. (Those who already understand and don't wish to cover any more material about secret key cryptography may choose to read only Parts II through IV, bypassing Part I.)

Throughout the book, we use images to clarify cryptographic terms. After explaining the basic cryptographic components, we describe real-world cryptographic systems, some possible attacks on those systems, and ways to protect your keys.

The book provides a historical framework on which to build your understanding of how and why computer cryptography works. After a discussion of how cryptography has evolved into an essential Internet tool, we analyze secret key exchange problems and then explain the evolution of public key cryptography, with its solution to the key exchange problem. Along the way we explain some simple background on the math tricks that make public key cryptography secure. Traditionally, those who have thoroughly understood cryptography have been trained as mathematicians or scientists. Our goal here is to explain computer cryptography with rather little discussion of math. If the esoteric details aren't of immediate concern to you, you can skip Chapter 11 ("Making Public Keys: Math Tricks"), Chapter 14 ("Message Digest Assurances"), and the appendixes without diminishing your understanding of the basic concepts. Appendix A describes some aspects of public key mathematics, including inverses, primes, the Fermat test, Diffie-Hellman, DSA, elliptic curve, and pseudo-random number generation. Appendix B provides details of IPsec, a security system introduced in Chapter 21.



0201616475P04062001

Introduction

Welcome to the Front Line

If your computer is connected to or transmits over an electronic network, your data is on the front line. Attackers are getting more competent by the month, and their attacks more intrusive, virulent, and widespread--from Melissa to the Love Bug to the unknown virus that ate your hard drive.

Although few of us leave our valuables unlocked, few of us know how to use cryptographic locks to secure our digital possessions. By the time you finish reading this book, you will.

Most governments, including those of Canada, China, France, Saudi Arabia, and the United States, consider cryptographic tools to be munitions of war, so it's reasonable to think of potential attacks on your data as a kind of war. Your opponent is anyone who wants to read, modify, or destroy your private documents.

In large part, this is a book about the cryptographic keys and methods you use to safeguard your digital possessions. Figure I-1 shows cryptographic keys and the symbols we use to portray them. Part I of this book explains secret keys and secret key methods. Part II describes public and private keys and public key methods. Part III explains how keys are distributed, and Part IV shows how three real-world systems--secure mail, Secure Socket Layer (SSL), and Internet Protocol Security (IPsec)--use cryptographic keys and methods.

A Devastating Opponent
In World War II the German Observation Service--Beobachtungs-Dienst, or B-Dienst--was a small group of codebreakers who played a powerful role in the Battle of the Atlantic. B-Dienst uncovered the positions of Allied convoys that German submarines then destroyed, devastating the Allied Atlantic forces from 1941 to 1943. For example, during three days in March 1943, the Germans sank 21 Allied vessels while losing only one submarine. Better communications security and new technologies such as sonar helped the Allies turn the tide.

Need a Quick Read?

Section Chapter(s) Major Points Covered
Part I: Secret Key 1-4 The difference between cryptographic methods and cryptographic keys. The security of modern cryptographic methods. Best feasible attack against a modern method: trying each key
5 Effect of technology in weakening DES
6 Historical insights into cryptography
7 Secret key assurances: confidentiality, authentication, and integrity
8 Maintenance and management problems in sharing secret keys
Part II: Public Key 9 Foundation of public key cryptography: easy and hard problems
10 Public key encryption and public key assurances
11 Simple cryptographic mathematics
12 Private key encryption and private key assurances
13 Detecting message modification with nonkeyed message digests and hashes
14 Message digest assurances
15 Comparing secret key, public key, and message digests
Part III: Distribution 16 Digital certificates: digitally signed public keys of Public Keys
17 x.509 digital certificates, certificate authorities, and certificate revocation
18 Pretty Good Privacy (PGP) compared to x.509
Part IV: Real-World 19-21 Examples of real-world systems (secure e-mail, SSL, IPsec) Systems
22 Some cryptographic attacks
23 Protecting your keys with smartcards
Appendixes A Mathematics underlying public key technology
B IPsec details

 

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020