• 读书网|DuShu.com - 读书·学习·生活
  •  | 繁體版
  • 论坛
  • 畅销
  • 连载
  • 图书
  • 资讯
  • 首页
  • 国学/古籍 | 文学艺术 | 人文社科 | 经济管理 | 生活时尚 | 科学技术 | 教材教辅 | 少儿读物
  •    
  • 图书搜索:
  •  
     全部图书 可读图书 可购图书
     
  • 密码编码学与网络安全:原理与实践(第四版 英文影印版) - 书籍详细信息
  • 查看同类图书:科学技术»计算机/网络»网络与数据通信»网络通信综合»密码编码学与网络安全:原理与实践(第四版 英文影印版)
  • 密码编码学与网络安全:原理与实践(第四版 英文影印版)

  • 【作 者】:(美)William Stallings
  • 【又/译名】:Cryptography and Network Security Principles and Practices, Fourth Edition
  • 【丛编项】:国外计算机科学教材系列
  • 【装帧项】:胶版纸 16开 / 680
  • 【出版项】:Prentice Hall / 2006-7-1
  • 【ISBN号】:9787121027673 / 7121027674
  • 【原书定价】:¥69.00 有9家书店打折销售 
  • 【主题词】:计算机-计算机科学理论与基础知识-离散数学-密码学
  • 【图书简介】
      本书系统地介绍了密码编码学与网络安全的基本原理和应用技术。全书主要包括下列四个部分:对称密码部分讨论了对称密码的算法和设计原理;公钥加密和散列函数部分讨论了公钥密码的算法和设计原理、报文鉴别码和散列函数的应用等;网络安全应用部分讨论了系统层的安全问题,包括电子邮件安全、IP安全以及Web安全等;系统安全部分讨论了入侵者和病毒造成的威胁及相应的对策、防火墙和可信系统的应用等。第四版与第三版相比,新增了Whirlpool、CMAC、DDoS以及CCITSE等内容,并对简化的AES、PKI等内容做了扩充。此外,对于基本内容的讲述方法也有许多变化和更新,并新加了100多道习题。本书可作为信息类专业高年级本科生与低年级研究生的教材,也可供从事信息安全、计算机、通信、电子工程等领域的科技人员参考。...-读书网|DuShu.com
  • 【作者简介】
      WilliamStallings:在计算机网络和计算机体系结构领域作出了独特的、广泛的贡献。他在18个专题方面编写出版了48本书籍,五次获得教材和著作家协会颁发的优秀计算机科学和工程教材奖。他还作为独立顾问为计算机网络制造商、软件开发商、研究机构和计算机用户提供咨询服务。WilliamStallings获得了麻省理工学院计算机科学博士学位。他在PrenticeHall出版的著作都可以从PrenticeHall的网站http://WWW.prenhall.com/stallings上找到。张焕国:教授、博士生导师,武汉大学计算机科学与技术学院副院长。主要从事信息安全、容错计算和计算机应用方面的教学和科研工作。现任中国密码学会理事,中国计算机学会容错专业委员会委员,湖北省电子学会副理事长,湖北省暨武汉市计算机学会理事。
  • 【本书目录】
    Chapter0 Reader’sGuide
    读者指南
    0.1 OutlineofThisBook
    本书概览
    0.2 Roadmap
    路线图
    0.3 InternetandWebResources
    Internet与Web资源
    Chapter1 Introduction
    引言
    1.1 SecurityTrends
    安全趋势
    1.2 TheOSISecurityArchitecture
    OSI安全体系结构
    1.3 SecurityAttacks
    安全攻击
    1.4 SecurityServices
    安全服务
    1.5 SecurityMechanisms
    安全机制
    1.6 AModelforNetworkSecurity
    网络安全模型
    1.7 RecommendedReadingandWebSites
    推荐读物与网站
    1.8 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    PartONESymmetricCiphers
    第一部分 对称密码
    Chapter2 ClassicalEncryptionTechniques
    经典加密技术
    2.1 SymmetricCipherModel
    对称密码模型
    2.2 SubstitutionTechniques
    替代技术
    2.3 TranspositionTechniques
    置换技术
    2.4 RotorMachines
    转轮机
    2.5 Steganography
    隐写术
    2.6 RecommendedReadingandWebSites
    推荐读物与网站
    2.7 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Chapter3 BlockCiphersandtheDataEncryptionStandard
    分组密码与数据加密标准
    3.1 BlockCipherPrinciples
    分组密码原理
    3.2 TheDataEncryptionStandard
    数据加密标准
    3.3 TheStrengthofDES
    DES的长度
    3.4 DifferentialandLinearCryptanalysis
    微分与线性密码分析
    3.5 BlockCipherDesignPrinciples
    分组密码设计原理
    3.6 RecommendedReading
    推荐读物
    3.7 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Chapter4 FiniteFields
    有限域
    4.1 Groups,Rings,andFields
    群.环与域
    4.2 ModularArithmetic
    模算术
    4.3 TheEuclideanAlgorithm
    欧几里得算法
    4.4 FiniteFieldsoftheFormGF(p)
    GF(p)的有限域
    4.5 PolynomialArithmetic
    多项式算术
    4.6 FiniteFieldsoftheFormGF(2n)
    GF(2n)的有限域
    4.7 RecommendedReadingandWebSites
    推荐读物与网站
    4.8 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Chapter5 AdvancedEncryptionStandard
    高级加密标准
    5.1 EvaluationCriteriaforAES
    AES的评估准则
    5.2 TheAESCipher
    AES密码
    5.3 RecommendedReadingandWebSites
    推荐读物与网站
    5.4 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Appendix5A PolynomialswithCoefficientsinGF(28)
    附录5AGF(28)上的多项式系数
    Appendix5B SimplifiedAES
    附录5B简化的AES
    Chapter6 MoreonSymmetricCiphers
    对称密码的高级主题
    6.1 MultipleEncryptionandTripleDES
    多重加密与三重DES
    6.2 BlockCipherModesofOperation
    运行的分组密码模式
    6.3 StreamCiphersandRC4
    流密码与RC4
    6.4 RecommendedReadingandWebSite
    推荐读物与网站
    6.5 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Chapter7 ConfidentialityUsingSymmetricEncryption
    使用对称加密进行保密通信
    7.1 PlacementofEncryptionFunction
    加密功能的位置
    7.2 TrafficConfidentiality
    通信量的机密性
    7.3 KeyDistribution
    密钥分配
    7.4 RandomNumberGeneration
    随机数生成
    7.5 RecommendedReadingandWebSites
    推荐读物与网站
    7.6 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    PartTWOPublic-KeyEncryptionandHashFunctions
    第二部分 公钥加密与散列函数
    Chapter8 IntroductiontoNumberTheory
    数论导引
    8.1 PrimeNumbers
    素数
    8.2 Fermat’sandEuler’sTheorems
    费马定理与欧拉定理
    8.3 TestingforPrimality
    素数检测
    8.4 TheChineseRemainderTheorem
    中国剩余定理
    8.5 DiscreteLogarithms
    离散对数
    8.6 RecommendedReadingandWebSite
    推荐读物与网站
    8.7 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Chapter9 Public-KeyCryptographyandRSA
    公钥密码编码学与RSA
    9.1 PrinciplesofPublic-KeyCryptosystems
    公钥密码系统的原理
    9.2 TheRSAAlgorithm
    RSA算法
    9.3 RecommendedReadingandWebSite
    推荐读物与网站
    9.4 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Appendix9A ProofoftheRSAAlgorithm
    附录9ARSA算法的证明
    Appendix9B TheComplexityofAlgorithms
    附录9B算法的复杂性
    Chapter10 KeyManagement;OtherPublic-KeyCryptosystems
    密钥管理.其他公钥密码系统
    10.1 KeyManagement
    密钥管理
    10.2 Diffie-HellmanKeyExchange
    Diffie-Hellman密钥交换
    10.3 EllipticCurveArithmetic
    椭圆曲线算术
    10.4 EllipticCurveCryptography
    椭圆曲线密码编码学
    10.5 RecommendedReadingandWebSite
    推荐读物与网站
    10.6 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Chapter11 MessageAuthenticationandHashFunctions
    报文鉴别与散列函数
    11.1 AuthenticationRequirements
    鉴别的需求
    11.2 AuthenticationFunctions
    鉴别函数
    11.3 MessageAuthenticationCodes
    报文鉴别码
    11.4 HashFunctions
    散列函数
    11.5 SecurityofHashFunctionsandMACs
    散列函数和MAC的安全性
    11.6 RecommendedReading
    推荐读物
    11.7 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Appendix11A MathematicalBasisoftheBirthdayAttack
    附录11A生日攻击的数学基础
    Chapter12 HashandMACAlgorithms
    散列算法与MAC算法
    12.1 SecureHashAlgorithm
    安全的散列算法
    12.2 Whirlpool
    12.3 HMAC
    12.4 CMAC
    12.5 RecommendedReadingandWebSites
    推荐读物与网站
    12.6 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Chapter13 DigitalSignaturesandAuthenticationProtocols
    数字签名与鉴别协议
    13.1 DigitalSignatures
    数字签名
    13.2 AuthenticationProtocols
    鉴别协议
    13.3 DigitalSignatureStandard
    数字签名标准
    13.4 RecommendedReadingandWebSites
    推荐读物与网站
    13.5 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    PartTHREENetworkSecurityApplications
    第三部分 网络安全应用
    Chapter14 AuthenticationApplications
    鉴别应用
    14.1 Kerberos
    14.2 X.509AuthenticationService
    X.509鉴别服务
    14.3 Public-KeyInfrastructure
    公钥底层结构
    14.4 RecommendedReadingandWebSites
    推荐读物与网站
    14.5 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Appendix14A KerberosEncryptionTechniques
    附录14AKerberos加密技术
    Chapter15 ElectronicMailSecurity
    电子邮件安全
    15.1 PrettyGoodPrivacy
    良好的保密性
    15.2 S/MIME
    15.3 RecommendedWebSites
    推荐网站
    15.4 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Appendix15A DataCompressionUsingZIP
    附录15A使用ZIP的压缩数据
    Appendix15B Radix-64Conversion
    附录15BRadix-64转换
    Appendix15C PGPRandomNumberGeneration
    附录15CPGP随机数的生成
    Chapter16 IPSecurity
    IP安全
    16.1 IPSecurityOverview
    IP安全概述
    16.2 IPSecurityArchitecture
    IP安全体系结构
    16.3 AuthenticationHeader
    鉴别首部
    16.4 EncapsulatingSecurityPayload
    封装安全有效载荷
    16.5 CombiningSecurityAssociations
    合并安全关联
    16.6 KeyManagement
    密钥管理
    16.7 RecommendedReadingandWebSite
    推荐读物与网站
    16.8 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Appendix16A InternetworkingandInternetProtocols
    附录16A网际互联与互联网协议
    Chapter17 WebSecurity
    Web安全
    17.1 WebSecurityConsiderations
    Web的安全需求
    17.2 SecureSocketLayerandTransportLayerSecurity
    安全套接层与传输层的安全
    17.3 SecureElectronicTransaction
    安全电子交易
    17.4 RecommendedReadingandWebSites
    推荐读物与网站
    17.5 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    PartFOURSystemSecurity
    第四部分 系统安全
    Chapter18 Intruders
    入侵者
    18.1 Intruders
    入侵者
    18.2 IntrusionDetection
    入侵检测
    18.3 PasswordManagement
    口令管理
    18.4 RecommendedReadingandWebSites
    推荐读物与网站
    18.5 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Appendix18A TheBase-RateFallacy
    附录18A基率谬误
    Chapter19 MaliciousSoftware
    恶意软件
    19.1 VirusesandRelatedThreats
    病毒及相关的威胁
    19.2 VirusCountermeasures
    病毒防范
    19.3 DistributedDenialofServiceAttacks
    分布式拒绝服务攻击
    19.4 RecommendedReadingandWebSites
    推荐读物与网站
    19.5 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Chapter20 Firewalls
    防火墙
    20.1 FirewallDesignPrinciples
    防火墙设计原理
    20.2 TrustedSystems
    可信系统
    20.3 CommonCriteriaforInformationTechnologySecurityEvaluation
    信息技术安全评估的通用准则
    20.4 RecommendedReadingandWebSites
    推荐读物与网站
    20.5 KeyTerms,ReviewQuestions,andProblems
    关键术语.复习题与习题
    Appendices
    附录
    AppendixA StandardsandStandards-SettingOrganizations
    标准与标准制定组织
    A.1 TheImportanceofStandards
    标准的重要性
    A.2 InternetStandardsandtheInternetSociety
    互联网标准与互联网协会
    A.3 NationalInstituteofStandardsandTechnology
    (美国)国家标准与技术研究所
    AppendixB ProjectsforTeachingCryptographyandNetworkSecurity
    讲授密码编码学与网络安全的有关项目
    B.1 ResearchProjects
    研究项目
    B.2 ProgrammingProjects
    编程项目
    B.3 LaboratoryExercises
    实验室练习
    B.4 WritingAssignments
    指定的作业
    B.5 Reading/ReportAssignments
    指定的阅读/报告
    Glossary
    术语表
    References
    参考文献
    Index
    索引
  • 【购买本书】
  • 商城名称价格 配送信息优惠活动去看看购买

    卓越网
    ¥55.40
    送货上门:国内308个城市
    邮寄:全球
    特快专递:全球
    海外航空快递
    七周年店庆,全场免费配送 去看看 订购

    当当网
    ¥55.50 当天加急送:北京五环以内
    送货上门:国内178个城市
    邮寄:全球
    特快专递:全球
    特惠商品68折封顶 去看看 订购

    中国书网
    ¥57.27
    送货上门:全国81个城市
    邮寄:全国(中国邮政)
    特快专递:全国
    去看看 订购

    蔚蓝书店
    ¥58.70 送货上门:国内45个城市
    邮寄:全球
    特快专递:全国600城市
    其他:海内外EMS快递
    快钱支付,最高8元现金返还,用即送 去看看 订购

    中国图书网
    ¥62.10
    送货上门:全国30个城市
    邮寄、快递:全国
    特快专递EMS:全球
    订单金额超过100元免费配送
    精品藏书拍卖活动
    去看看 订购

    华储网
    ¥55.20 送货上门:辽宁、长春、北京
    快递、邮政递送:全球
    30万春节大礼包连环送,全场7折+满100免运费 去看看 订购

    D1便利网
    ¥58.60
    送货上门:数十个大中城市
    邮寄:全球
    其他:全国大件货运
    全场满99免运费 去看看 订购

    互动出版网
    ¥55.20 送货上门:数十个大中城市
    邮寄、快递:全国
    特快专递EMS:全球
    去看看 订购

    2688网店
    ¥51.60
    通过代购点免费送货
    送货上门
    普通平邮/EMS
    去看看 订购

    中国图书馆网
    ¥0.4/页起
    邮寄、快递:全国
    特快专递EMS:全球
    提供稀缺绝版图书文献影印服务 去看看 预定
  • 说明:
  • 1、由于网上书店可能根据各种情况随时调整价格,我们的价格信息存在滞后性。以上价格仅作参考,具体以网上书店标示的价格为准。
    2、如价格折扣信息和原书定价存在较大误差,可能是该店售书为本书的不同版本或不同装祯形式,请读者自行鉴别。
    3、对如何网上购书存在疑问,请点击上面购书指南链接查询。
  • Copyright © 读书网 www.dushu.com 2006-2007, All Rights Reserved.
    鄂ICP备06000781号 公安备4201502577