Stallings cryptography and network security

983 901 0
Stallings cryptography and network security

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Cryptography and Network Security Principles and Practices, Fourth Edition Cryptography and Network Security Principles and Practices, Fourth Edition By William Stallings Publisher: Prentice Hall Pub Date: November 16, 2005 Print ISBN-10: 0-13-187316-4 Print ISBN-13: 978-0-13-187316-2 eText ISBN-10: 0-13-187319-9 • Table of Contents eText ISBN-13: 978-0-13-187319-3 • Index Pages: 592 In this age of viruses and hackers, of electronic eavesdropping and electronic fraud, security is paramount As the disciplines of cryptography and network security have matured, more practical, readily available applications to enforce network security have developed This text provides a practical survey of both the principles and practice of cryptography and network security First, the basic issues to be addressed by a network security capability are explored through a tutorial and survey of cryptography and network security technology Then, the practice of network security is explored via practical applications that have been implemented and are in use today file:///D|/1/0131873164/main.html [14.10.2007 09:39:39] Table of Contents Cryptography and Network Security Principles and Practices, Fourth Edition By William Stallings Publisher: Prentice Hall Pub Date: November 16, 2005 Print ISBN-10: 0-13-187316-4 Print ISBN-13: 978-0-13-187316-2 • Table of Contents • Index eText ISBN-10: 0-13-187319-9 eText ISBN-13: 978-0-13-187319-3 Pages: 592 Copyright Notation xi Preface xiii Objectives xiii Intended Audience xiii Plan of the Book xiv Internet Services for Instructors and Students xiv Projects for Teaching Cryptography and Network Security xiv What's New in the Fourth Edition xv Acknowledgments xvi Chapter Reader's Guide Section 0.1 Outline of this Book Section 0.2 Roadmap Section 0.3 Internet and Web Resources Chapter Introduction Section 1.1 Security Trends Section 1.2 The OSI Security Architecture 12 Section 1.3 Security Attacks 13 Section 1.4 Security Services 16 Section 1.5 Security Mechanisms 19 Section 1.6 A Model for Network Security 22 Section 1.7 Recommended Reading and Web Sites 24 Section 1.8 Key Terms, Review Questions, and Problems 25 Part One: Symmetric Ciphers 26 Chapter Classical Encryption Techniques 28 Section 2.1 Symmetric Cipher Model 30 file:///D|/1/0131873164/toc.html (1 von 5) [14.10.2007 09:39:52] Table of Contents Section 2.2 Substitution Techniques 35 Section 2.3 Transposition Techniques 49 Section 2.4 Rotor Machines 51 Section 2.5 Steganography 53 Section 2.6 Recommended Reading and Web Sites 55 Section 2.7 Key Terms, Review Questions, and Problems 56 Chapter Block Ciphers and the Data Encryption Standard 62 Section 3.1 Block Cipher Principles 64 Section 3.2 The Data Encryption Standard 72 Section 3.3 The Strength of Des 82 Section 3.4 Differential and Linear Cryptanalysis 83 Section 3.5 Block Cipher Design Principles 86 Section 3.6 Recommended Reading 90 Section 3.7 Key Terms, Review Questions, and Problems 90 Chapter Finite Fields 95 Section 4.1 Groups, Rings, and Fields 97 Section 4.2 Modular Arithmetic 101 Section 4.3 The Euclidean Algorithm 107 Section 4.4 Finite Fields of The Form GF(p) 109 Section 4.5 Polynomial Arithmetic 113 Section 4.6 Finite Fields Of the Form GF(2n) 119 Section 4.7 Recommended Reading and Web Sites 129 Section 4.8 Key Terms, Review Questions, and Problems 130 Chapter Advanced Encryption Standard 134 Section 5.1 Evaluation Criteria For AES 135 Section 5.2 The AES Cipher 140 Section 5.3 Recommended Reading and Web Sites 160 Section 5.4 Key Terms, Review Questions, and Problems 161 Appendix 5A Polynomials with Coefficients in GF(28) 163 Appendix 5B Simplified AES 165 Chapter More on Symmetric Ciphers 174 Section 6.1 Multiple Encryption and Triple DES 175 Section 6.2 Block Cipher Modes of Operation 181 Section 6.3 Stream Ciphers and RC4 189 Section 6.4 Recommended Reading and Web Site 194 Section 6.5 Key Terms, Review Questions, and Problems 194 Chapter Confidentiality Using Symmetric Encryption 199 Section 7.1 Placement of Encryption Function 201 Section 7.2 Traffic Confidentiality 209 file:///D|/1/0131873164/toc.html (2 von 5) [14.10.2007 09:39:52] Table of Contents Section 7.3 Key Distribution 210 Section 7.4 Random Number Generation 218 Section 7.5 Recommended Reading and Web Sites 227 Section 7.6 Key Terms, Review Questions, and Problems 228 Part Two: Public-Key Encryption and Hash Functions Chapter Introduction to Number Theory 232 234 Section 8.1 Prime Numbers 236 Section 8.2 Fermat's and Euler's Theorems 238 Section 8.3 Testing for Primality 242 Section 8.4 The Chinese Remainder Theorem 245 Section 8.5 Discrete Logarithms 247 Section 8.6 Recommended Reading and Web Sites 253 Section 8.7 Key Terms, Review Questions, and Problems 254 Chapter Public-Key Cryptography and RSA 257 Section 9.1 Principles of Public-Key Cryptosystems 259 Section 9.2 The RSA Algorithm 268 Section 9.3 Recommended Reading and Web Sites 280 Section 9.4 Key Terms, Review Questions, and Problems 281 Appendix 9A Proof of the RSA Algorithm 285 Appendix 9B The Complexity of Algorithms 286 Chapter 10 Key Management; Other Public-Key Cryptosystems 289 Section 10.1 Key Management 290 Section 10.2 Diffie-Hellman Key Exchange 298 Section 10.3 Elliptic Curve Arithmetic 301 Section 10.4 Elliptic Curve Cryptography 310 Section 10.5 Recommended Reading and Web Sites 313 Section 10.6 Key Terms, Review Questions, and Problems 314 Chapter 11 Message Authentication and Hash Functions 317 Section 11.1 Authentication Requirements 319 Section 11.2 Authentication Functions 320 Section 11.3 Message Authentication Codes 331 Section 11.4 Hash Functions 334 Section 11.5 Security of Hash Functions and Macs 340 Section 11.6 Recommended Reading 344 Section 11.7 Key Terms, Review Questions, and Problems 344 Appendix 11A Mathematical Basis of the Birthday Attack 346 Chapter 12 Hash and MAC Algorithms 351 Section 12.1 Secure Hash Algorithm 353 Section 12.2 Whirlpool 358 file:///D|/1/0131873164/toc.html (3 von 5) [14.10.2007 09:39:52] Table of Contents Section 12.3 HMAC 368 Section 12.4 CMAC 372 Section 12.5 Recommended Reading and Web Sites 374 Section 12.6 Key Terms, Review Questions, and Problems 374 Chapter 13 Digital Signatures and Authentication Protocols 377 Section 13.1 Digital Signatures 378 Section 13.2 Authentication Protocols 382 Section 13.3 Digital Signature Standard 390 Section 13.4 Recommended Reading and Web Sites 393 Section 13.5 Key Terms, Review Questions, and Problems 393 Part Three: Network Security Applications Chapter 14 Authentication Applications 398 400 Section 14.1 Kerberos 401 Section 14.2 X.509 Authentication Service 419 Section 14.3 Public-Key Infrastructure 428 Section 14.4 Recommended Reading and Web Sites 430 Section 14.5 Key Terms, Review Questions, and Problems 431 Appendix 14A Kerberos Encryption Techniques 433 Chapter 15 Electronic Mail Security 436 Section 15.1 Pretty Good Privacy 438 Section 15.2 S/MIME 457 Section 15.3 Key Terms, Review Questions, and Problems 474 Appendix 15A Data Compression Using Zip 475 Appendix 15B Radix-64 Conversion 478 Appendix 15C PGP Random Number Generation 479 Chapter 16 IP Security 483 Section 16.1 IP Security Overview 485 Section 16.2 IP Security Architecture 487 Section 16.3 Authentication Header 493 Section 16.4 Encapsulating Security Payload 498 Section 16.5 Combining Security Associations 503 Section 16.6 Key Management 506 Section 16.7 Recommended Reading and Web Site 516 Section 16.8 Key Terms, Review Questions, and Problems 517 Appendix 16A Internetworking and Internet Protocols 518 Chapter 17 Web Security 527 Section 17.1 Web Security Considerations 528 Section 17.2 Secure Socket Layer and Transport Layer Security 531 Section 17.3 Secure Electronic Transaction 549 file:///D|/1/0131873164/toc.html (4 von 5) [14.10.2007 09:39:52] Table of Contents Section 17.4 Recommended Reading and Web Sites 560 Section 17.5 Key Terms, Review Questions, and Problems 561 Part Four: System Security 563 Chapter 18 Intruders 565 Section 18.1 Intruders 567 Section 18.2 Intrusion Detection 570 Section 18.3 Password Management 582 Section 18.4 Recommended Reading and Web Sites 591 Section 18.5 Key Terms, Review Questions, and Problems 592 Appendix 18A The Base-Rate Fallacy 594 Chapter 19 Malicious Software 598 Section 19.1 Viruses and Related Threats 599 Section 19.2 Virus Countermeasures 610 Section 19.3 Distributed Denial of Service Attacks 614 Section 19.4 Recommended Reading and Web Sites 619 Section 19.5 Key Terms, Review Questions, and Problems 620 Chapter 20 Firewalls 621 Section 20.1 Firewall Design Principles 622 Section 20.2 Trusted Systems 634 Section 20.3 Common Criteria for Information Technology Security Evaluation640 Section 20.4 Recommended Reading and Web Sites 644 Section 20.5 Key Terms, Review Questions, and Problems 645 Appendix A Standards and Standards-Setting Organizations 647 Section A.1 The Importance of Standards 648 Section A.2 Internet Standards and the Internet Society 649 Section A.3 National Institute of Standards and Technology 652 Appendix B Projects for Teaching Cryptography and Network Security 653 Section B.1 Research Projects 654 Section B.2 Programming Projects 655 Section B.3 Laboratory Exercises 655 Section B.4 Writing Assignments 655 Section B.5 Reading/Report Assignments 656 Glossary 657 References 663 Abbreviations 663 Inside Front Cover InsideFrontCover Inside Back Cover InsideBackCover Index file:///D|/1/0131873164/toc.html (5 von 5) [14.10.2007 09:39:52] Copyright Copyright [Page ii] Library of Congress Cataloging-in-Publication Data on File Vice President and Editorial Director, ECS: Marcia J Horton Executive Editor: Tracy Dunkelberger Editorial Assistant: Christianna Lee Executive Managing Editor: Vince O'Brien Managing Editor: Camille Trentacoste Production Editor: Rose Kernan Director of Creative Services: Paul Belfanti Cover Designer: Bruce Kenselaar Managing Editor, AV Management and Production: Patricia Burns Art Editor: Gregory Dulles Manufacturing Manager: Alexis Heydt-Long Manufacturing Buyer: Lisa McDowell Marketing Manager: Robin O'Brien Marketing Assistant: Barrie Reinhold © 2006 Pearson Education, Inc Pearson Prentice Hall Pearson Education, Inc Upper Saddle River, NJ 07458 All rights reserved No part of this book may be reproduced, in any form or by any means, without permission in writing from the publisher file:///D|/1/0131873164/copyrightpg.html (1 von 2) [14.10.2007 09:39:52] Copyright Pearson Prentice Hall™ is a trademark of Pearson Education, Inc The author and publisher of this book have used their best efforts in preparing this book These efforts include the development, research, and testing of the theories and programs to determine their effectiveness The author and publisher make no warranty of any kind, expressed or implied, with regard to these programs or the documentation contained in this book The author and publisher shall not be liable in any event for incidental or consequential damages in connection with, or arising out of, the furnishing, performance, or use of these programs Printed in the United States of America 10 Pearson Pearson Pearson Pearson Pearson Pearson Pearson Pearson Pearson Education Ltd., London Education Australia Pty Ltd., Sydney Education Singapore, Pte Ltd Education North Asia Ltd., Hong Kong Education Canada, Inc., Toronto Educacíon de Mexico, S.A de C.V EducationJapan, Tokyo Education Malaysia, Pte Ltd Education Inc., Upper Saddle River, New Jersey [Page iii] Dedication To Antigone never dull never boring always a Sage file:///D|/1/0131873164/copyrightpg.html (2 von 2) [14.10.2007 09:39:52] Notation [Page xi] Notation Even the natives have difficulty mastering this peculiar vocabulary The Golden Bough, Sir James George Frazer Symbol Expression Meaning D, K D(K, Y) Symmetric decryption of ciphertext Y using secret key K D, PRa D(PRa, Y) Asymmetric decryption of ciphertext Y using A's private key PRa D,PUa D(PUa, Y) Asymmetric decryption of ciphertext Y using A's public key PUa E, K E(K, X) Symmetric encryption of plaintext X using secret key K E, PRa E(PRa, X) Asymmetric encryption of plaintext X using A's private key PRa E, PUa E(PUa, X) Asymmetric encryption of plaintext X using A's public key PUa K Secret key PRa Private key of user A PUa Public key of user A C, K C(K, X) Message authentication code of message X using secret key K GF(p) The finite field of order p, where p is prime The field is defined as the set Zp together with the arithmetic operations modulo p GF(2n) The finite field of order 2n Zn Set of nonnegative integers less than n gcd gcd(i, j) Greatest common divisor; the largest positive integer that divides both i and j with no remainder on division mod a mod m Remainder after division of a by m mod, a b(mod m) a mod m = b mod m mod, a b(mod m) a mod m dlog dlog φ φ(n) a,p (b) b mod m Discrete logarithm of the number b for the base a (mod p) The number of positive integers less than n and relatively prime to n This is Euler's totient function file:///D|/1/0131873164/pref01.html (1 von 2) [14.10.2007 09:39:53] R Index [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Z] Radix-64 conversion Random access, CTR mode Random delay Random number generation 2nd 3rd ANSI X.9.17 PGP ANSI X.9.17 PRNG Blum Blum Shub (BBS) generator cryptographically cyclic encryption linear congruential generators output feedback (OFB) mode, DES Pretty Good Privacy (PGP) pseudorandom number generators (PRNGs) 2nd 3rd 4th randomness skew true random number generator (TRNG) 2nd unpredictability use of RC4 algorithm development of initialization of S logic of stream generation strength of 2nd Reader's guide Receiver, role of Record Protocol Reflector DDoS Registration authority (RA) Registration request Relatively prime Release of message contents Reliability, network Replay Replay attacks file:///D|/1/0131873164/R.html (1 von 2) [14.10.2007 09:42:42] R Repository Request for Comment (RFC) publication 2nd Residue 2nd Revocation request RFC 822 Rijndael proposal 2nd Rings (R) 2nd Rivest-Shamir-Adleman (RSA) algorithm 2nd chosen ciphertext attack (CCA) complexity of computational aspects of description of development of efficient operation of exponentiation on modular arithmetic factoring problem key generation optimal assymetric encryption padding (OAEP) proof of security of timing attacks Root, polynomial Rotor machines Rounds 2nd 3rd 4th function of number of 2nd single, details of Routing header 2nd RSA algorithm [See Rivest-Shamir-Adleman (RSA) algorithm] Rule-based intrusion detection 2nd file:///D|/1/0131873164/R.html (2 von 2) [14.10.2007 09:42:42] S Index [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Z] S-AES [See Simplified Advanced Encryption Standard (S-AES)] S-box 2nd 3rd 4th 5th AES design of role of 2nd S-AES S/MIME [See Secure/Multipurpose Internet Mail Extension (S/MIME)] Secret key 2nd authentication confidentiality distribution hybrid approach, IBM mainframe man-in-the-middle attack Secure Electronic Transaction (SET) development of dual signature features of overview payment purchase request requirements system participants transaction types Secure Hash Algorithms (SHA) development of parameters SHA-512 use of Secure mailing lists Secure Socket Layer (SSL) Alert Protocol architecture Change Cipher Spec Protocol connection 2nd cryptographic parameters, generation of file:///D|/1/0131873164/S.html (1 von 6) [14.10.2007 09:42:42] S Handshake Protocol master secret creation Record Protocol session Secure/Multipurpose Internet Mail Extension (S/MIME) certificate processing certificates-only message clear signing cryptographic algorithms development of enhanced security services 2nd envelopedData functionality functions limitations of Mailing List Agent (MLA) messages MIME entity, securing multipurpose Internet mail extensions (MIME) registration request RFC 822 secure mailing lists security labels 2nd signed receipts signedData user-agent role VeriSign certificates 2nd Security 2nd 3rd 4th 5th 6th [See also Authentication, Network security, System Security] attacks 2nd 3rd authentication brute-force attacks computer cryptanalysis elliptic curve cryptography (ECC) hash functions information internet introduction to mechanism 2nd 3rd message authentication code (MAC) network security 2nd 3rd OSI architecture file:///D|/1/0131873164/S.html (2 von 6) [14.10.2007 09:42:42] S RSA algorithm services 2nd 3rd system security trends Security association (SA) 2nd 3rd 4th authentication plus confidentiality basic combinations, examples of combining protocols Internet protocol security (IPSec) iterated tunneling parameters payload 2nd selectors transport adjacency 2nd transport-tunnel bundle Security labels 2nd Security mechanisms 2nd 3rd security services, relationship with X.800 Security Parameters Index (SPI) Security Police Database (SPD) Security protocol identifier Security services 2nd 3rd 4th access control authentication availability data confidentiality data integrity defined 2nd nonrepudiation security mechanisms, relationship with X.800 Security targets (STs) Sender, role of Sequence Counter Overflow Sequence modification Sequence Number Counter Serial number Service control Service threats Session key 2nd Session key component file:///D|/1/0131873164/S.html (3 von 6) [14.10.2007 09:42:42] S Session security model (SSM) Session, SSL SHA-512 algorithm logic processing steps round function ShiftRows transformation 2nd 3rd Signature 2nd 3rd 4th algorithm identifier component trust field Signature (SIG) payload 2nd Signed receipts SignedData 2nd Simplicity, CTR mode Simplified Advanced Encryption Standard (S-AES) add key function decryption 2nd development of encryption 2nd key expansion mix column function nibble substitution overview of S-box shift row function structure transformations Single round, details of Skew Sliding history buffer Software efficiency, CTR mode Source IP Address 2nd 3rd Source repudiation Standards importance of Internet National Institute of Standards and Technology State array Stateful inspection firewalls Statistical anomaly intrusion detection 2nd Stealth virus file:///D|/1/0131873164/S.html (4 von 6) [14.10.2007 09:42:42] S Steganography Store-and-forward communications Stream ciphers 2nd design considerations keystream RC4 algorithm structure Stream generation Strict avalanche criterion (SAC) Strong collision resistance 2nd Subject attributes 2nd alternative name directory attributes key identifier name public-key information unique identifier Subkey generation algorithm Substitute bytes (SubBytes) transformation 2nd Substitution techniques 2nd Caesar cipher Hill cipher monoalphabetic cypher one-time pad Playfair cipher polyalphabetic cipher Subtypes, MIME SunOS system events, intrusion detection Suppress-replay attacks Symmetric ciphers Advanced Encryption Standard (AES) block ciphers 2nd confidentiality Data Encryption Standard (DES) 2nd encryption techniques finite fields model multiple encryption and triple DES RC4 stream ciphers Symmetric encryption 2nd 3rd 4th 5th authentication approaches 2nd file:///D|/1/0131873164/S.html (5 von 6) [14.10.2007 09:42:42] S authentication function cipher model Oakley key determination protocol System security firewalls 2nd intruders 2nd malicious software 2nd file:///D|/1/0131873164/S.html (6 von 6) [14.10.2007 09:42:42] T Index [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Z] Target of evaluation (TOE) Technical specifications (TS) Threats 2nd Ticket flags Ticket-granting server (TGS) Time complexity Time series model Time to Live (TTL) Timestamps 2nd 3rd Timing attacks 2nd Timing modification Traffic analysis 2nd Traffic confidentiality Traffic padding Transfer encodings, MIME Transform (T) payload 2nd Transformations 2nd 3rd 4th AddRoundKey AES 2nd equivalent inverse ciphers forward 2nd 3rd 4th interchanging AddRoundKey and InvMixColumns inverse 2nd 3rd 4th MixColumns transformations 2nd 3rd nibble substitution S-AES S-box 2nd ShiftRows transformation 2nd 3rd substitute bytes (SubBytes) 2nd Transparent key control 2nd Transport adjacency 2nd Transport layer functionality (TCP) Transport Layer Protocol Transport Layer Security (TLS) alert codes file:///D|/1/0131873164/T.html (1 von 2) [14.10.2007 09:42:43] T certificate_verify message cipher suites client certificate types finished messages message authentication code pseudorandom function (PRF) version number Transport mode 2nd 3rd 4th 5th AH ESP 2nd IPSec overview of 2nd Transport-tunnel bundle Transposition techniques Triple EDS Trojan horses 2nd True random number generator (TRNG) 2nd Trust example of flags 2nd key legitimacy field owner field PGP use of signature field Trusted systems concept of data access control defined Trojan horse defense Tunnel mode 2nd 3rd 4th 5th AH ESP 2nd 3rd IPSec overview of file:///D|/1/0131873164/T.html (2 von 2) [14.10.2007 09:42:43] U Index [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Z] USENET newsgroups User control User ID 2nd 3rd User-agent role USTAT model actions, intrusion detection file:///D|/1/0131873164/U.html [14.10.2007 09:42:43] V Index [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Z] VeriSign certificates 2nd Version 2nd 3rd Version number, TLS Vigenère cipher Viruses 2nd antivirus approaches behavior-blocking software countermeasures digital immune system e-mail virus generic decryption (GD) initial infection macro virus nature of phases structure types of file:///D|/1/0131873164/V.html [14.10.2007 09:42:44] W Index [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Z] Weak collision resistance 2nd Web resources Web security Alert Protocol Change Cipher Spec Protocol, considerations cryptographic computations Handshake Protocol Secure Electronic Transaction (SET) Secure Socket Layer (SSL) threats 2nd traffic approaches 2nd Transport Layer Security (TLS) Whirlpool block cipher W development of drawbacks features hash structure performance of processing steps Worms Morris recent attacks technology, state of file:///D|/1/0131873164/W.html [14.10.2007 09:42:44] X Index [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Z] X.509 authentication service certificates certification path constraints development of key information one-way policy information procedures three-way two-way version X.509, Public-Key Infrastructure (PKIX) X.800, ITU-T recommendation 2nd file:///D|/1/0131873164/X.html [14.10.2007 09:42:45] Z Index [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Z] ZIP compression algorithm data compression using decompression algorithm Zombie Zp 2nd coefficients in elliptic curves over file:///D|/1/0131873164/Z.html [14.10.2007 09:42:45] .. .Cryptography and Network Security Principles and Practices, Fourth Edition Cryptography and Network Security Principles and Practices, Fourth Edition By William Stallings Publisher:... enforce network security have developed This text provides a practical survey of both the principles and practice of cryptography and network security First, the basic issues to be addressed by a network. .. be addressed by a network security capability are explored through a tutorial and survey of cryptography and network security technology Then, the practice of network security is explored via

Ngày đăng: 12/08/2017, 11:39

Từ khóa liên quan

Mục lục

  • 0-13-187316-4

  • Cryptography and Network Security Principles and Practices, Fourth Edition

  • Table of Contents

    • Copyright

    • Notation

    • Preface

    • Objectives

    • Intended Audience

    • Plan of the Book

    • Internet Services for Instructors and Students

    • Projects for Teaching Cryptography and Network Security

    • What's New in the Fourth Edition

    • Acknowledgments

    • Chapter 0.  Reader's Guide

      • Section 0.1.  Outline of this Book

      • Section 0.2.  Roadmap

      • Section 0.3.  Internet and Web Resources

      • Chapter 1.  Introduction

        • Section 1.1.  Security Trends

        • Section 1.2.  The OSI Security Architecture

        • Section 1.3.  Security Attacks

        • Section 1.4.  Security Services

        • Section 1.5.  Security Mechanisms

Tài liệu cùng người dùng

Tài liệu liên quan