网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 计算机与网络 > 安全与加密 > 商品详情

密码编码学与网络安全--原理与实践(第五版.英文版)

分享到:
密码编码学与网络安全--原理与实践(第五版.英文版)

最 低 价:¥39.10

定 价:¥79.80

作 者:(美)William Stallings

出 版 社:电子工业出版社

出版时间:2011 年1月

I S B N:9787121119910

商品详情

编辑推荐


   《密码编码学与网络安全:原理与实践(第5版)(英文版)》:在全球实现了电子化连接,充满病毒、黑客、电子窃听、电子欺诈的年代,安全是一个极其重要的主题《密码编码学与网络安全:原理与实践(第5版)(英文版)》针对密码编码学和网络安全,从原理和实践两方面提供了实用的知识。
  《密码编码学与网络安全:原理与实践(第5版)(英文版)》适合用作密码编码学、计算机安全、网络安全专业的本科生或研究生一学期课程的教材。在讲解密码编码学和网络安全的实用知识时,《密码编码学与网络安全:原理与实践(第5版)(英文版)》还为教师和学生提供了大量的支持材料。涵盖最新的主题,扩充了分组密码模型的内容,包含认证加密优化并扩展了AES的讲解扩展了伪随机数发生器的内容新增联邦身份(federated iderltity)、HTTPS、SSH以及无线网络安全的内容全面重写并更新了1Psec新增关于法律和伦理的一章使用Sage计算机代数系统演示密码编码学算法关于密码编码学算法的全面比较对认证和数字签名的完整比较统一、全面地论述了相互信任的主题,比如密钥管理和用户认证针对电子邮件安全同时介绍了PGP和S/MlME

内容简介

《密码编码学与网络安全:原理与实践(第5版)(英文版)》系统介绍了密码编码学与网络安全的基本原理和应用技术。全书主要包括五个部分,对称密码部分讲解传统加密技术、高级加密标准等;非对称密码部分讲解数论、公钥加密、rsa;第三部分讨论了加密哈希函数、消息认证、数字签名等主题;第四部分分析了密钥管理、用户认证协议;网络与internet安全部分探讨的是传输层安全、无线网络安全、电子邮件安全及ip安全的问题。最后,两个附录给出了各章的项目练习和一些例子。配套网站包含大量的延伸性内容。
  《密码编码学与网络安全:原理与实践(第5版)(英文版)》可作为高校计算机专业、网络安全专业、通信安全专业等相关专业的本科生和研究生的教材,也可供相关技术人员参考使用。

作者简介



作者:(美国)斯托林斯(William Stallings)


.. << 查看详细

目录

notation xiii
preface xv
about the author xxiii
chapter 0 reader\'s guide 1
0.1 outline of this book 2
0.2 a roadmap for readers and instructors 2
0.3 internet andweb resources 4
0.4 standards 5
chapter 1 overview 7
1.1 computer security concepts 9
1.2 the osi security architecture 14
1.3 security attacks 15
1.4 security services 19
1.5 security mechanisms 23
1.6 a model for network security 25
1.7 recommended reading andweb sites 27
1.8 key terms, review questions, and problems 29
part one symmetric ciphers 31
chapter 2 classical encryption techniques 31
2.1 symmetric cipher model 33
.2.2 substitution techniques 38
2.3 transposition techniques 53
2.4 rotor machines 55
2.5 steganography 57
2.6 recommended reading andweb sites 59
2.7 key terms, review questions, and problems 60
chapter 3 block ciphers and the data encryption standard 66
3.1 block cipher principles 68
3.2 the data encryption standard (des) 77
3.3 a des example 85
3.4 the strength of des 88
3.5 differential and linear cryptanalysis 89
3.6 block cipher design principles 92
3.7 recommended reading and web site 96
3.8 key terms, review questions, and problems 97
chapter 4 basic concepts in number theory and finite fields 101
4.1 divisibility and the division algorithm 103
4.2 the euclidean algorithm 105
4.3 modular arithmetic 108
4.4 groups, rings, and fields 116
4.5 finite fields of the form gf(p) 120
4.6 polynomial arithmetic 122
4.7 finite fields of the form gf(2n) 129
4.8 recommended reading andweb sites 141
4.9 key terms, review questions, and problems 141
appendix 4athe meaning ofmod 144
chapter 5 advanced encryption standard 47
5.1 the origins aes 148
5.2 aes structure 150
5.3 aes round functions 155
5.4 aes key expansion 166
5.5 an aes example 169
5.6 aes implementation 174
5.7 recommended reading and web sites 178
5.8 key terms, review questions, and problems 179
appendix 5a polynomials with coefticients in gf(28) 180
appendix 5b simplified aes 183
chapter 6 block cipher operation 192
6.1 multiple encryption and triple des 193
6.2 electronic codebook mode 198
6.3 cipher block chaining mode 201
6.4 cipher feedback mode 203
6.5 output feedback mode 205
6.6 counter mode 206
6.7 xts mode for block-oriented storage devices 210
6.8 tlecommendedweb site 214
6.9 key terms, review questions, and problems 214
chapter 7 pseudorandom number generation and stream ciphers 218
7.1 principles of pseudorandom number generation 219
7.2 pseudorandom number generators 226
7.3 pseudorandom number generation using a block cipher 229
7.4 stream ciphers 232
7.5 tlc4 234
7.6 true random numbers 237
7.7 recommended reading 238
7.8 key terms, review questions, and problems 239
part two asymmetric cipi-i~.i~s 243
chapter 8 more number theory 243
8.1 prime numbers 245
8.2 fermat\'s and euler\'s theorems 248
8.3 testing for primality 251
8.4 the chinese tlemaindertheorem 254
8.5 discrete logarithms 257
8.6 recommended reading andweb sites 262
8.7 key terms, review questions, and problems 263
chapter 9 public-key cryptography and rsa 266
9.1 principles of public-key cryptosystems 269
9.2 the rsa algorithm 277
9.3 recommended reading andweb sites 291
9.4 key terms, review questions, and problems 291
appendix 9a proof of the rsa algorithm 296
appendix 9b the complexity of algorithms 297
chapter 10 other public-key cryptosystems 300
10.1 diffie-hellman key exchange 301
10.2 e1gamal cryptosystem 305
10.3 elliptic curve arithmetic 308
10.4 elliptic curve cryptography 317
10.5 pseudorandom number generation based on an asymmetric cipher 321
10.6 recommended reading and web sites 323
10.7 key terms, review questions, and problems 324
part three cryptographic data integrity algorithms 327
chapter 11 cryptographic hash functions 327
11.1 applications of cryptographic hash functions 329
11.2 two simple hash functions 333
11.3 requirements and security 335
11.4 hash functions based on cipher block chaining 341
11.5 secure hash algorithm (sha) 342
11.6 sha-3 352
11.7 recommended reading andweb sites 353
11.8 key terms, review questions, and problems 353
appendix 11a mathematical basis of birthday attack 356
chapter 12 message authentication codes 362
12.1 message authentication requirements 364
12.2 message authentication functions 365
12.3 message authentication codes 372
12.4 security of macs 374
12.5 macs based on hash functions: hmac 375
12.6 macs based on block ciphers: daa and cmac 380
12.7 authenticated encryption: ccm and gcm 383
12.8 pseudorandom number generation using hash functions and macs 389
12.9 recommended reading 392
12.10 keyterms, review questions, and problems 393
chapter 13 digital signatures 395
13.1 digital signatures 396
13.2 e1gamal digital signature scheme 400
13.3 schnorr digital signature scheme 402
13.4 digital signature standard (dss) 403
13.5 recommended reading andweb sites 406
13.6 key terms, review questions, and problems 407
part four mutual trust 410
chapter 14 key management and distribution 410
14.1 syrmnetric key distribution using symmetric encryption 412
14.2 symmetric key distribution using asymmetric encryption 421
14.3 distribution of public keys 423
14.4 x.509 certificates 428
14.5 public key infrastructure 436
14.6 recommended reading and web sites 438
14.7 key terms, review questions, and problems 439
chapter 15 user authentication protocols 444
15.1 remote user authentication principles 445
15.2 remote user authentication using symmetric encryption 448
15.3 kerberos 452
15.4 remote user authentication using asymmetric encryption 470
15.5 federated identity management 472
15.6 recommended reading andweb sites 478
15.7 key terms, review questions, and problems 479
appendix 15a kerberos encryption techniques 481
part five network and internet security 485
chapter 16 transport-level security 485
16.1 web security issues 486
16.2 secure sockets layer (ssl) 489
16.3 transport layer security (tls) 502
16.4 https 506
16.5 secure shell (ssh) 508
16.6 recommended reading andweb sites 519
16.7 key terms, review questions, and problems 519
chapter 17 wireless network security 521
17.1 ieee 802.11 wireless lan overview 523
17.2 ieee 802.11i wireless lan security 529
17.3 wireless application protocol overview 543
17.4 wireless transport layer security 550
17.5 wap end-to-end security 560
17.6 recommended reading andweb sites 563
17.7 key terms, review questions, and problems 563
chapter 18 electronic mail security 567
18.1 pretty good privacy (pgp) 568
18.2 s/mime 587
……
appendix q international reference alphabet
glossary

商品评论(0条)

暂无评论!

您的浏览历史

loading 内容加载中,请稍后...