全部商品分类

您现在的位置: 全部商品分类 > 电子电脑 > 电工无线电自动化 > 无线电电子.电讯

密码学与编码理论(第3版英文版)/国外计算机科学教材系列

  • 定价: ¥129
  • ISBN:9787121396823
  • 开 本:16开 平装
  •  
  • 折扣:
  • 出版社:电子工业
  • 页数:614页
  • 作者:(美)韦德·特拉普...
  • 立即节省:
  • 2020-10-01 第1版
  • 2020-10-01 第1次印刷
我要买:
点击放图片

导语

  

内容提要

  

    本书是密码学领域的经典著作,是作者多年教学经验的总结。本书概念清晰,表述简洁,数学证明过程详细易懂。本书内容全面,包括数论、数据加密标准(DES)、高级加密标准Rijndael、RSA算法、离散对数、散列函数、信息论、格方法、纠错码以及量子密码等,其中许多内容都反映了业内的新进展。第三版增加了RC4、一次一密的多次使用、完全保密、散列函数的应用、比特币和密码货币、基于对的密码系统等章节。本书配有大量实例,习题以及用Mathematica、Maple、MATLAB和Sage编写的上机练习,详细说明了密码算法和协议的执行过程。
    本书可以作为相关专业本科高年级或者研究生低年级的密码学双语教材。由于本书的特点,初学者可以利用本书熟悉密码学的全貌,程序员可以利用本书中的实例迅速掌握有关算法和协议,读者也可以通过本书的背景知识和习题对密码学有更深刻的理解。

目录

Chapter 1  Overview of Cryptography and Its Applications密码学及其应用概述
  1.1  Secure Communications安全通信
    1.1.1  Possible Attacks四种主要的攻击
    1.1.2  Symmetric and Public Key Algorithms对称和公钥算法
    1.1.3  Key Length密钥长度
  1.2  Cryptographic Applications密码学应用
Chapter 2  Classical Cryptosystems传统密码系统
  2.1  Shift Ciphers移位密码
  2.2  Affine Ciphers仿射密码
  2.3  The Vigenère Cipher维吉内尔密码
    2.3.1  Finding the Key Length算出密钥长度
    2.3.2  Finding the Key: First Method算出密钥的第一种方法
    2.3.3  Finding the Key: Second Method算出密钥的第二种方法
  2.4  Substitution Ciphers替换密码
  2.5  Sherlock Holmes夏洛克·福尔摩斯
  2.6  The Playfair and ADFGX CiphersPlayfair和ADFGX密码
  2.7  EnigmaEnigma密码机
  2.8  Exercises习题
  2.9  Computer Problems上机练习
Chapter 3  Basic Number Theory数论简介
  3.1  Basic Notions基本概念
    3.1.1  Divisibility整除性
    3.1.2  Prime Numbers素数
    3.1.3  Greatest Common Divisor最大公因子
  3.2  The Extended Euclidean Algorithm扩展的欧几里得算法
  3.3  Congruences同余式
    3.3.1  Division除法
    3.3.2  Working with Fractions使用分式
  3.4  The Chinese Remainder Theorem中国余数定理
  3.5  Modular Exponentiation模指数
  3.6  Fermat’s Theorem and Euler’s Theorem费马小定理和欧拉定理
    3.6.1  Three-Pass Protocol三轮协议
  3.7  Primitive Roots原根
  3.8  Inverting Matrices Mod n模n求逆矩阵
  3.9  Square Roots Mod n模n平方根
  3.10  Legendre and Jacobi Symbols勒让德和雅可比符号
  3.11  Finite Fields有限域
    3.11.1  Division除法
    3.11.2  GF(28)
    3.11.3  LFSR Sequences线性反馈移位寄存器序列
  3.12  Continued Fractions连分数
  3.13  Exercises习题
  3.14  Computer Problems上机练习
Chapter 4  The One-Time Pad一次一密
  4.1  Binary Numbers and ASCII二进制数和ASCII码
  4.2  One-Time Pads一次一密
  4.3  Multiple Use of a One-Time Pad一次一密的多次使用
  4.4  Perfect Secrecy of the One-Time Pad一次一密的完全保密
  4.5  Indistinguishability and Security不可区分性和安全性
  4.6  Exercises习题
Chapter 5  Stream Ciphers流密码
  5.1  Pseudorandom Bit Generation伪随机比特生成器
  5.2  Linear Feedback Shift Register Sequences线性反馈移位寄存器序列
  5.3  RC4
  5.4  Exercises习题
  5.5  Computer Problems上机练习
Chapter 6  Block Ciphers分组密码
  6.1  Block Ciphers分组密码简介
  6.2  Hill Ciphers希尔密码
  6.3  Modes of Operation工作模式
    6.3.1  Electronic Codebook (ECB)电子密码本(ECB)
    6.3.2  Cipher Block Chaining (CBC)密码分组链接(CBC)
    6.3.3  Cipher Feedback (CFB)密码反馈(CFB)
    6.3.4  Output Feedback (OFB)输出反馈(OFB)
    6.3.5  Counter (CTR)计数器(CTR)
  6.4  Multiple Encryption多重加密
  6.5  Meet-in-the-Middle Attacks中间相遇攻击
  6.6  Exercises习题
  6.7  Computer Problems上机练习
Chapter 7  The Data Encryption Standard数据加密标准(DES)
Chapter 8  The Advanced Encryption Standard: Rijndael  高级加密标准:Rijndael
Chapter 9  The RSA AlgorithmRSA算法
Chapter 10  Discrete Logarithms离散对数
Chapter 11  Hash Functions散列函数
Chapter 12  Hash Functions: Attacks and Applications  散列函数:攻击与应用
Chapter 13  Digital Signatures数字签名
Chapter 14  What Can Go Wrong会出什么问题
Chapter 15  Security Protocols安全协议
Chapter 16  Digital Cash数字现金
Chapter 17  Secret Sharing Schemes秘密共享方案
Chapter 18  Games游戏
Chapter 19  Zero-Knowledge Techniques零知识技术
Chapter 20  Information Theory信息论
Chapter 21  Elliptic Curves椭圆曲线
Chapter 22  Pairing-Based Cryptography基于对的密码系统
Chapter 23  Lattice Methods格方法
Chapter 24  Error Correcting Codes纠错码
Chapter 25  Quantum Techniques in Cryptography密码学中的量子技术
Appendix A  Mathematica ExamplesMathematica实例
Appendix B  Maple ExamplesMaple 实例
Appendix C  MATLAB ExamplesMATLAB实例
Appendix D  Sage ExamplesSage实例
Appendix E  Answers and Hints for Selected Odd-Numbered Exercises 奇数编号习题的答案与提示
Appendix F  Suggestions for Further Reading推荐阅读
Bibliography  参考文献