Handbook of Applied Cryptography (Hardcover)

Alfred J. Menezes, Jonathan Katz, Paul C. van Oorschot, Scott A. Vanstone

  • 出版商: CRC
  • 出版日期: 1996-10-16
  • 售價: $8,020
  • 貴賓價: 9.5$7,619
  • 語言: 英文
  • 頁數: 780
  • 裝訂: Hardcover
  • ISBN: 0849385237
  • ISBN-13: 9780849385230
  • 相關分類: 資訊安全
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Description  

  • Excellent organization of material and numbering of items provides easy and rapid access of information, and includes:
  • More than 200 algorithms and protocols
  • More than 200 tables and figures
  • More than 1,000 numbered definitions, facts, examples, notes, and remarks
  • Over 1,250 significant references, including brief comments on each paper
  • The expertise of more than 90 experts in cryptography who reviewed chapters in their specialties
  • Extensive notes at the end of each chapter survey the relevant literature
  • Five sample chapters available for download at www.dms.auburn.edu/hac

    Cryptography, in particular public-key cryptography, has emerged in the last 20 years as an important discipline that is not only the subject of an enormous amount of research, but provides the foundation for information security in many applications. Standards are emerging to meet the demands for cryptographic protection in most areas of data communications. Public-key cryptographic techniques are now in widespread use, especially in the financial services industry, in the public sector, and by individuals for their personal privacy, such as in electronic mail. This Handbook will serve as a valuable reference for the novice as well as for the expert who needs a wider scope of coverage within the area of cryptography. It is a necessary and timely guide for professionals who practice the art of cryptography.

    The Handbook of Applied Cryptography provides a treatment that is multifunctional:

    ?It serves as an introduction to the more practical aspects of both conventional and public-key cryptography
    ?It is a valuable source of the latest techniques and algorithms for the serious practitioner
    ?It provides an integrated treatment of the field, while still presenting each major topic as a self-contained unit
    ?It provides a mathematical treatment to accompany practical discussions
    ?It contains enough abstraction to be a valuable reference for theoreticians while containing enough detail to actually allow implementation of the algorithms discussed
    Now in its third printing, this is the definitive cryptography reference that the novice as well as experienced developers, designers, researchers, engineers, computer scientists, and mathematicians alike will use.

 

Table of contents

Foreword by Ronald L. Rivest
Overview of Cryptography
Introduction
Information security and cryptography
Background on functions
Functions(1-1, one-way, trapdoor one-way)
Permutations
Involutions
Basic terminology and concepts
Symmetric-key encryption
Overview of block ciphers and stream ciphers
Substitution ciphers and transposition ciphers
Composition of ciphers
Stream ciphers
The key space
Digital signatures
Authentication and identification
Identification
Data origin authentication
Public-key cryptography
Public-key encryption
The necessity of authentication in public-key systems
Digital signatures from reversible public-key encryption
Symmetric-key versus public-key cryptography
Hash functions
Protocols and mechanisms
Key establishment, management, and certification
Key management through symmetric-key techniques
Key management through public-key techniques
Trusted third parties and public-key certificates
Pseudorandom numbers and sequences
Classes of attacks and security models
Attacks on encryption schemes
Attacks on protocols
Models for evaluating security
Perspective for computational security
Notes and further references
Mathematical Background
Probability theory
Basic definitions
Conditional probability
Random variables
Binomial distribution
Birthday attacks
Random mappings
Information theory
Entropy
Mutual information
Complexity theory
Basic definitions
Asymptotic notation
Complexity classes
Randomized algorithms
Number theory
The integers
Algorithms in Z
The integers modulo n
Algorithms in Zn
The Legendre and Jacobi symbols
Blum integers
Abstract algebra
Groups
Rings
Fields
Polynomial rings
Vector spaces
Finite fields
Basic properties
The Euclidean algorithm for polynomials
Arithmetic of polynomials
Notes and further references
Number-Theoretic Reference Problems
Introduction and overview
The integer factorization problem
Trial division
Pollard's rho factoring algorithm
Pollard's p - 1 factoring algorithm
Elliptic curve factoring
Random square factoring methods
Quadratic sieve factoring
Number field sieve factoring
The RSA problem
The quadratic residuosity problem
Computing square roots in Zn
Case (i): n prime
Case (ii): n composite
The discrete logarithm problem
Exhaustive search
Baby-step giant-step algorithm
Pollard's rho algorithm for logarithms
Pohlig-Hellman algorithm
Index-calculus algorithm
Discrete logarithm problem in subgroups of Z*p
The Diffie-Hellman problem
Composite moduli
Computing individual bits
The discrete logarithm problem in Z*p - individual bits
The RSA problem - individual bits
The Rabin problem - individual bits
The subset sum problem
The L3-Iattice basis reduction algorithm
Solving subset sum problems of low density
Simultaneous diophantine approximation
Factoring polynomials over finite fields
Square-free factorization
Beriekamp's Q-matrix algorithm
Notes and further references
Public-Key Parameters
Introduction
Generating large prime numbers naively
Distribution of prime numbers
Probabilistic primality tests
Fermat's test
Solovay-Strassen test
Miller-Rabin test
Comparison: Fermat, Solovay-Strassen and Miller-Rabin
(True) Primality tests
Testing Mersenne numbers
Primality testing using the factorization of n - 1
Jacobi sum test
Tests using elliptic curves
Prime number generation
Random search for probable primes
Strong primes
NIST method for generating DSA primes
Constructive techniques for provable primes
Irreducible polynomials over Zp
Irreducible polynomials
Irreducible trinomials
Primitive polynomials
Generators and elements of high order
Selecting a prime p and generator of Z*p
Notes and further references
Pseudorandom Bits and Sequences
Introduction
Classification and framework
Random bit generation
Pseudorandom bit generation
ANSI X9.17
FIPS 186
Statistical tests
The normal and chi-square distributions
Hypothesis testing
Golomb's randomness postulates
Five basic tests
Maurer's universal statistical test
Cryptographically secure pseudorandom bit generation
RSA pseudorandom bit generator
Blum-Blum-Shub pseudorandom bit generator
Notes and further references
Stream Ciphers
Introduction
Classification
Feedback shift registers
Linear feedback shift registers
Linear complexity
Berlekamp-Massey algorithm
Nonlinear feedback shift registers
Stream ciphers based on LFSRs
Nonlinear combination generators
Nonlinear filter generators
Clock-controlled generators
Other stream ciphers
SEAL
Notes and further references
Block Ciphers
Introduction and overview
Background and general concepts
Introduction to block ciphers
Modes of operation
Exhaustive key search and multiple encryption
Classical ciphers and historical development
Transposition ciphers
Substitution ciphers
Polyalphabetic substitutions and Vigen鋨e ciphers
Polyalphabetic cipher machines and rotors (historical)
Cryptanalysis of classical ciphers
DES
Product ciphers and Feistel ciphers
DES algorithm
DES properties and strength
FEAL
IDEA
SAFER, RC5, and other block ciphers
SAFER
RC5
Other block ciphers
Notes and further references
Public-Key Encryption
Introduction
Basic principles
RSA public-key encryption
Description
Security of RSA
RSA encryption in practice
Rabin public-key encryption
ElGamal public-key encryption
Basic ElGamal encryption
Generalized ElGamal encryption
McEliece public-key encryption
Knapsack public-key encryption
Merkle-Hellman knapsack encryption
Chor-Rivest knapsack encryption
Probabilistic public-key encryption
Goldwasser-Micali probabilistic encryption
Blum-Goldwasser probabilistic encryption
Plaintext-aware encryption
Notes and further references
Hash Functions and Data Integrity
Introduction
Classification and framework
General classification
Basic properties and definitions
Hash properties required for specific applications
One-way functions and compression functions
Relationships between properties
Other hash function properties and applications
Basic constructions and general results
General model for iterated hash functions
General constructions and extensions
Formatting and initialization details
Security objectives and basic attacks
Bitsizes required for practical security
Unkeyed hash functions (MDCs)
Hash functions based on block ciphers
Customized hash functions based on MD4
Hash functions based on modular arithmetic
Keyed hash functions (MACS)
MACs based on block ciphers
Constructing MACs from MDCs
Customized MACs
MACs for stream ciphers
Data integrity and message authentication
Background and definitions
Non-malicious vs. malicious threats to data integrity
Data integrity using a MAC alone
Data integrity using an MDC and an authentic channel
Data integrity combined with encryption
Advanced attacks on hash functions
Birthday attacks
Pseudo-collisions and compression function attacks
Chaining attacks
Attacks based on properties of underlying cipher
Notes and further references
Identification and Entity Authentication
Introduction
Identification objectives and applications
Properties of identification protocols
Passwords (weak authentication)
Fixed password schemes: techniques
Fixed password schemes: attacks
Case study - UNIX passwords
PINs and passkeys
One-time passwords (towards strong authentication)
Challenge-response identification (strong authentication)
Background on time-variant parameters
Challenge-response by symmetric-key techniques
Challenge-response by public-key techniques
Customized and zero-knowledge identification protocols
Overview of zero-knowledge concepts
Feige-Fiat-Shamir identification protocol
GQ identification protocol
Schnorr identification protocol
Comparison: Fiat-Shamir, GQ, and Schnorr
Attacks on identification protocols
Notes and further references
Digital Signatures
Introduction
A framework for digital signature mechanisms
Basic definitions
Digital signatures schemes with appendix
Digital signature schemes with message recovery
Types of attacks on signature schemes
RSA and related signature schemes
The RSA signature scheme
Possible attacks on RSA signatures
RSA signatures in practice
The Rabin public-key signature scheme
ISO/lEC 9796 formatting
PKCS #1 formatting
Fiat-Shamir signature schemes
Feige-Fiat-Shamir signature scheme
GQ signature scheme
The DSA and related signature schemes
The Digital Signature Algorithm (DSA)
The ElGamal signature scheme
The generalized ElGamal signature scheme
The Schnorr signature scheme
The ElGamal signature scheme with message recovery
One-time digital signatures
The Rabin one-time signature scheme
The Merkle one-time signature scheme
Authentication trees and one-time signatures
The GMR one-time signature scheme
Other signature schemes
Arbitrated digital signatures
ESIGN
Signatures with additional functionality
Blind signature schemes
Undeniable signature schemes
Fail-stop signature schemes
Notes and further references
Key Establishment Protocols
Introduction
Classification and framework
General classification and fundamental concepts
Objectives and properties
Assumptions and adversaries in key establishment protocols
Key transport based on symmetric encryption
Symmetric key transport and derivation without a server
Kerberos and related server-based protocols
Key agreement based on symmetric techniques
Key transport based on public-key encryption
Key transport using PK encryption without signatures
Protocols combining PK encryption and signatures
Hybrid key transport protocols using PK encryption
Key agreement based on asymmetric techniques
Diffie-Hellman and related key agreement protocols
Implicitly-certified public keys
Diffie-Hellman protocols using implicitly certified keys
Secret sharing
Simple shared control schemes
Threshold schemes
Generalized secret sharing
Conference keying
Analysis of key establishment protocols
Attack strategies and classic protocol flaws
Analysis objectives and methods
Notes and further references
Key Management Techniques
Introduction
Background and basic concepts
Classifying keys by algorithm type and intended use
Key management objectives, threats, and policy
Simple key establishment models
Roles of third parties
Tradeoffs among key establishment protocols
Techniques for distributing confidential keys
Key layering and cryptoperiods
Key translation centers and symmetric-key certificates
Techniques for distributing public keys
Authentication trees
Public-key certificates
Identity-based systems
Implicitly certified public keys
Comparison of techniques for distributing public keys
Techniques for controlling key usage
Key separation and constraints on key usage
Techniques for controlling use of symmetric keys
Key management involving multiple domains
Trust between two domains
Trust models involving multiple certification authorities
Certificate distribution and revocation
Key life cycle issues
Lifetime protection requirements
Key management life cycle
Advanced trusted third party services
Trusted timestamping service
Non-repudiation and notarization of digital signatures
Key escrow
Notes and further references
Efficient Implementation
Introduction
Multiple-precision integer arithmetic
Radix representation
Addition and subtraction
Multiplication
Squaring
Division
Multiple-precision modular arithmetic
Classical modular multiplication
Montgomery reduction
Barrett reduction
Reduction methods for moduli of special form
Greatest common divisor algorithms
Binary gcd algorithm
Lehmer's gcd algorithm
Binary extended gcd algorithm
Chinese remainder theorem for integers
Residue number systems
Garner's algorithm
Exponentiation
Basic techniques for exponentiation
Fixed-exponent exponentiation algorithms
Fixed-base exponentiation algorithms
Exponent recoding
Signed-digit representation
String-replacement representation
Notes and further references
Patents and Standards
Introduction
Patents on cryptographic techniques
Five fundamental patents
Ten prominent patents
Ten selected patents
Ordering and acquiring patents
Cryptographic standards
International standards - cryptographic techniques
Banking security standards (ANSI, ISO)
International security architectures and frameworks
U.S. government standards (FIPS)
Industry standards and RFCs
De facto standards
Ordering and acquiring standards
Notes and further references
A. Bibliography of Papers from Selected Cryptographic Forums
Asiacrypt/Auscrypt Proceedings
Crypto Proceedings
Eurocrypt Proceedings
Fast Software Encryption Proceedings
Journal of Cryptology papers
References
Index

商品描述(中文翻譯)

描述

優秀的資料組織和項目編號提供了方便和快速的資訊存取,包括:
- 超過200個演算法和協議
- 超過200個表格和圖片
- 超過1,000個編號的定義、事實、例子、註解和備註
- 超過1,250個重要參考文獻,包括對每篇論文的簡短評論
- 90多位密碼學專家在各自專業領域審查了章節
- 每章結束時的詳細註解調查相關文獻
- 可在www.dms.auburn.edu/hac下載的五個示範章節

密碼學,特別是公鑰密碼學,在過去20年中已經成為一門重要的學科,不僅是大量研究的主題,而且在許多應用中提供了信息安全的基礎。標準正在出現以滿足數據通信大部分領域的密碼保護需求。公鑰密碼技術現在已經廣泛應用,特別是在金融服務業、公共部門以及個人的個人隱私保護方面,例如電子郵件。本手冊將為初學者和專家提供有關密碼學領域更廣泛範圍的重要參考資料。對於從事密碼學藝術的專業人士來說,這是一個必要且及時的指南。

應用密碼學手冊提供了多功能的處理方式:
- 它作為傳統和公鑰密碼學更實際方面的介紹
- 它是嚴肅從業者的最新技術和演算法的寶貴資源
- 它提供了整合的領域處理,同時將每個主要主題作為一個獨立的單元呈現
- 它提供了數學處理以配合實際討論
- 它包含足夠的抽象以成為理論家的有價值參考資料,同時包含足夠的細節以實際實施所討論的演算法
- 現在已經第三次印刷,這是初學者和經驗豐富的開發人員、設計師、研究人員、工程師、計算機科學家和數學家都會使用的權威密碼學參考資料。

目錄

- Ronald L. Rivest的前言
- 密碼學概述
- 簡介
- 信息安全和密碼學
- 函數背景
- 函數(1-1、單向、陷門單向)
- 排列
- 對合
- 基本術語和概念
- 對稱密鑰加密
- 區塊加密
- 流加密
- 鍵生成
- 鍵分發
- 鍵管理
- 鍵分割
- 鍵恢復
- 鍵識別
- 鍵識別證明
- 鍵識別證書
- 鍵識別證書管理
- 鍵識別證書撤銷
- 鍵識別證書撤銷列表
- 鍵識別證書撤銷列表分發點
- 鍵識別證書撤銷列表分發點協議
- 鍵識別證書撤銷列表分發點協議證明
- 鍵識別證書撤銷列表分發點協議證書
- 鍵識別證書撤銷列表分發點協議證書管理
- 鍵識別證書撤銷列表分發點協議證書撤銷
- 鍵識別證書撤銷列表分發點協議證書撤銷列表
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證明
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書管理
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證明
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書管理
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點證明
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點證書
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點證書管理
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點證書撤銷
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點證明
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點證書
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點證書管理
- 鍵識別證書撤銷列表分發點協議證書撤銷列表分發點證書撤銷列表分發點證書撤銷列表分發點