注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計算機(jī)/網(wǎng)絡(luò)網(wǎng)絡(luò)與數(shù)據(jù)通信網(wǎng)絡(luò)通信綜合密碼編碼學(xué)與網(wǎng)絡(luò)安全:原理與實踐(第四版 英文影印版)

密碼編碼學(xué)與網(wǎng)絡(luò)安全:原理與實踐(第四版 英文影印版)

密碼編碼學(xué)與網(wǎng)絡(luò)安全:原理與實踐(第四版 英文影印版)

定 價:¥69.00

作 者: (美)William Stallings
出版社: Prentice Hall
叢編項: 國外計算機(jī)科學(xué)教材系列
標(biāo) 簽: 密碼學(xué)

ISBN: 9787121027673 出版時間: 2006-07-01 包裝: 膠版紙
開本: 16開 頁數(shù): 680 字?jǐn)?shù):  

內(nèi)容簡介

  本書系統(tǒng)地介紹了密碼編碼學(xué)與網(wǎng)絡(luò)安全的基本原理和應(yīng)用技術(shù)。全書主要包括下列四個部分:對稱密碼部分討論了對稱密碼的算法和設(shè)計原理;公鑰加密和散列函數(shù)部分討論了公鑰密碼的算法和設(shè)計原理、報文鑒別碼和散列函數(shù)的應(yīng)用等;網(wǎng)絡(luò)安全應(yīng)用部分討論了系統(tǒng)層的安全問題,包括電子郵件安全、IP安全以及Web安全等;系統(tǒng)安全部分討論了入侵者和病毒造成的威脅及相應(yīng)的對策、防火墻和可信系統(tǒng)的應(yīng)用等。第四版與第三版相比,新增了Whirlpool、CMAC、DDoS以及CCITSE等內(nèi)容,并對簡化的AES、PKI等內(nèi)容做了擴(kuò)充。此外,對于基本內(nèi)容的講述方法也有許多變化和更新,并新加了100多道習(xí)題。本書可作為信息類專業(yè)高年級本科生與低年級研究生的教材,也可供從事信息安全、計算機(jī)、通信、電子工程等領(lǐng)域的科技人員參考。...

作者簡介

  WilliamStallings:在計算機(jī)網(wǎng)絡(luò)和計算機(jī)體系結(jié)構(gòu)領(lǐng)域作出了獨特的、廣泛的貢獻(xiàn)。他在18個專題方面編寫出版了48本書籍,五次獲得教材和著作家協(xié)會頒發(fā)的優(yōu)秀計算機(jī)科學(xué)和工程教材獎。他還作為獨立顧問為計算機(jī)網(wǎng)絡(luò)制造商、軟件開發(fā)商、研究機(jī)構(gòu)和計算機(jī)用戶提供咨詢服務(wù)。WilliamStallings獲得了麻省理工學(xué)院計算機(jī)科學(xué)博士學(xué)位。他在PrenticeHall出版的著作都可以從PrenticeHall的網(wǎng)站http://WWW.prenhall.com/stallings上找到。張煥國:教授、博士生導(dǎo)師,武漢大學(xué)計算機(jī)科學(xué)與技術(shù)學(xué)院副院長。主要從事信息安全、容錯計算和計算機(jī)應(yīng)用方面的教學(xué)和科研工作?,F(xiàn)任中國密碼學(xué)會理事,中國計算機(jī)學(xué)會容錯專業(yè)委員會委員,湖北省電子學(xué)會副理事長,湖北省暨武漢市計算機(jī)學(xué)會理事。

圖書目錄

Chapter0 Reader’sGuide
讀者指南
0.1 OutlineofThisBook
本書概覽
0.2 Roadmap
路線圖
0.3 InternetandWebResources
Internet與Web資源
Chapter1 Introduction
引言
1.1 SecurityTrends
安全趨勢
1.2 TheOSISecurityArchitecture
OSI安全體系結(jié)構(gòu)
1.3 SecurityAttacks
安全攻擊
1.4 SecurityServices
安全服務(wù)
1.5 SecurityMechanisms
安全機(jī)制
1.6 AModelforNetworkSecurity
網(wǎng)絡(luò)安全模型
1.7 RecommendedReadingandWebSites
推薦讀物與網(wǎng)站
1.8 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
PartONESymmetricCiphers
第一部分 對稱密碼
Chapter2 ClassicalEncryptionTechniques
經(jīng)典加密技術(shù)
2.1 SymmetricCipherModel
對稱密碼模型
2.2 SubstitutionTechniques
替代技術(shù)
2.3 TranspositionTechniques
置換技術(shù)
2.4 RotorMachines
轉(zhuǎn)輪機(jī)
2.5 Steganography
隱寫術(shù)
2.6 RecommendedReadingandWebSites
推薦讀物與網(wǎng)站
2.7 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Chapter3 BlockCiphersandtheDataEncryptionStandard
分組密碼與數(shù)據(jù)加密標(biāo)準(zhǔn)
3.1 BlockCipherPrinciples
分組密碼原理
3.2 TheDataEncryptionStandard
數(shù)據(jù)加密標(biāo)準(zhǔn)
3.3 TheStrengthofDES
DES的長度
3.4 DifferentialandLinearCryptanalysis
微分與線性密碼分析
3.5 BlockCipherDesignPrinciples
分組密碼設(shè)計原理
3.6 RecommendedReading
推薦讀物
3.7 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Chapter4 FiniteFields
有限域
4.1 Groups,Rings,andFields
群.環(huán)與域
4.2 ModularArithmetic
模算術(shù)
4.3 TheEuclideanAlgorithm
歐幾里得算法
4.4 FiniteFieldsoftheFormGF(p)
GF(p)的有限域
4.5 PolynomialArithmetic
多項式算術(shù)
4.6 FiniteFieldsoftheFormGF(2n)
GF(2n)的有限域
4.7 RecommendedReadingandWebSites
推薦讀物與網(wǎng)站
4.8 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Chapter5 AdvancedEncryptionStandard
高級加密標(biāo)準(zhǔn)
5.1 EvaluationCriteriaforAES
AES的評估準(zhǔn)則
5.2 TheAESCipher
AES密碼
5.3 RecommendedReadingandWebSites
推薦讀物與網(wǎng)站
5.4 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Appendix5A PolynomialswithCoefficientsinGF(28)
附錄5AGF(28)上的多項式系數(shù)
Appendix5B SimplifiedAES
附錄5B簡化的AES
Chapter6 MoreonSymmetricCiphers
對稱密碼的高級主題
6.1 MultipleEncryptionandTripleDES
多重加密與三重DES
6.2 BlockCipherModesofOperation
運行的分組密碼模式
6.3 StreamCiphersandRC4
流密碼與RC4
6.4 RecommendedReadingandWebSite
推薦讀物與網(wǎng)站
6.5 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Chapter7 ConfidentialityUsingSymmetricEncryption
使用對稱加密進(jìn)行保密通信
7.1 PlacementofEncryptionFunction
加密功能的位置
7.2 TrafficConfidentiality
通信量的機(jī)密性
7.3 KeyDistribution
密鑰分配
7.4 RandomNumberGeneration
隨機(jī)數(shù)生成
7.5 RecommendedReadingandWebSites
推薦讀物與網(wǎng)站
7.6 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
PartTWOPublic-KeyEncryptionandHashFunctions
第二部分 公鑰加密與散列函數(shù)
Chapter8 IntroductiontoNumberTheory
數(shù)論導(dǎo)引
8.1 PrimeNumbers
素數(shù)
8.2 Fermat’sandEuler’sTheorems
費馬定理與歐拉定理
8.3 TestingforPrimality
素數(shù)檢測
8.4 TheChineseRemainderTheorem
中國剩余定理
8.5 DiscreteLogarithms
離散對數(shù)
8.6 RecommendedReadingandWebSite
推薦讀物與網(wǎng)站
8.7 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Chapter9 Public-KeyCryptographyandRSA
公鑰密碼編碼學(xué)與RSA
9.1 PrinciplesofPublic-KeyCryptosystems
公鑰密碼系統(tǒng)的原理
9.2 TheRSAAlgorithm
RSA算法
9.3 RecommendedReadingandWebSite
推薦讀物與網(wǎng)站
9.4 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Appendix9A ProofoftheRSAAlgorithm
附錄9ARSA算法的證明
Appendix9B TheComplexityofAlgorithms
附錄9B算法的復(fù)雜性
Chapter10 KeyManagement;OtherPublic-KeyCryptosystems
密鑰管理.其他公鑰密碼系統(tǒng)
10.1 KeyManagement
密鑰管理
10.2 Diffie-HellmanKeyExchange
Diffie-Hellman密鑰交換
10.3 EllipticCurveArithmetic
橢圓曲線算術(shù)
10.4 EllipticCurveCryptography
橢圓曲線密碼編碼學(xué)
10.5 RecommendedReadingandWebSite
推薦讀物與網(wǎng)站
10.6 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Chapter11 MessageAuthenticationandHashFunctions
報文鑒別與散列函數(shù)
11.1 AuthenticationRequirements
鑒別的需求
11.2 AuthenticationFunctions
鑒別函數(shù)
11.3 MessageAuthenticationCodes
報文鑒別碼
11.4 HashFunctions
散列函數(shù)
11.5 SecurityofHashFunctionsandMACs
散列函數(shù)和MAC的安全性
11.6 RecommendedReading
推薦讀物
11.7 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Appendix11A MathematicalBasisoftheBirthdayAttack
附錄11A生日攻擊的數(shù)學(xué)基礎(chǔ)
Chapter12 HashandMACAlgorithms
散列算法與MAC算法
12.1 SecureHashAlgorithm
安全的散列算法
12.2 Whirlpool
12.3 HMAC
12.4 CMAC
12.5 RecommendedReadingandWebSites
推薦讀物與網(wǎng)站
12.6 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Chapter13 DigitalSignaturesandAuthenticationProtocols
數(shù)字簽名與鑒別協(xié)議
13.1 DigitalSignatures
數(shù)字簽名
13.2 AuthenticationProtocols
鑒別協(xié)議
13.3 DigitalSignatureStandard
數(shù)字簽名標(biāo)準(zhǔn)
13.4 RecommendedReadingandWebSites
推薦讀物與網(wǎng)站
13.5 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
PartTHREENetworkSecurityApplications
第三部分 網(wǎng)絡(luò)安全應(yīng)用
Chapter14 AuthenticationApplications
鑒別應(yīng)用
14.1 Kerberos
14.2 X.509AuthenticationService
X.509鑒別服務(wù)
14.3 Public-KeyInfrastructure
公鑰底層結(jié)構(gòu)
14.4 RecommendedReadingandWebSites
推薦讀物與網(wǎng)站
14.5 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Appendix14A KerberosEncryptionTechniques
附錄14AKerberos加密技術(shù)
Chapter15 ElectronicMailSecurity
電子郵件安全
15.1 PrettyGoodPrivacy
良好的保密性
15.2 S/MIME
15.3 RecommendedWebSites
推薦網(wǎng)站
15.4 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Appendix15A DataCompressionUsingZIP
附錄15A使用ZIP的壓縮數(shù)據(jù)
Appendix15B Radix-64Conversion
附錄15BRadix-64轉(zhuǎn)換
Appendix15C PGPRandomNumberGeneration
附錄15CPGP隨機(jī)數(shù)的生成
Chapter16 IPSecurity
IP安全
16.1 IPSecurityOverview
IP安全概述
16.2 IPSecurityArchitecture
IP安全體系結(jié)構(gòu)
16.3 AuthenticationHeader
鑒別首部
16.4 EncapsulatingSecurityPayload
封裝安全有效載荷
16.5 CombiningSecurityAssociations
合并安全關(guān)聯(lián)
16.6 KeyManagement
密鑰管理
16.7 RecommendedReadingandWebSite
推薦讀物與網(wǎng)站
16.8 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Appendix16A InternetworkingandInternetProtocols
附錄16A網(wǎng)際互聯(lián)與互聯(lián)網(wǎng)協(xié)議
Chapter17 WebSecurity
Web安全
17.1 WebSecurityConsiderations
Web的安全需求
17.2 SecureSocketLayerandTransportLayerSecurity
安全套接層與傳輸層的安全
17.3 SecureElectronicTransaction
安全電子交易
17.4 RecommendedReadingandWebSites
推薦讀物與網(wǎng)站
17.5 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
PartFOURSystemSecurity
第四部分 系統(tǒng)安全
Chapter18 Intruders
入侵者
18.1 Intruders
入侵者
18.2 IntrusionDetection
入侵檢測
18.3 PasswordManagement
口令管理
18.4 RecommendedReadingandWebSites
推薦讀物與網(wǎng)站
18.5 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Appendix18A TheBase-RateFallacy
附錄18A基率謬誤
Chapter19 MaliciousSoftware
惡意軟件
19.1 VirusesandRelatedThreats
病毒及相關(guān)的威脅
19.2 VirusCountermeasures
病毒防范
19.3 DistributedDenialofServiceAttacks
分布式拒絕服務(wù)攻擊
19.4 RecommendedReadingandWebSites
推薦讀物與網(wǎng)站
19.5 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Chapter20 Firewalls
防火墻
20.1 FirewallDesignPrinciples
防火墻設(shè)計原理
20.2 TrustedSystems
可信系統(tǒng)
20.3 CommonCriteriaforInformationTechnologySecurityEvaluation
信息技術(shù)安全評估的通用準(zhǔn)則
20.4 RecommendedReadingandWebSites
推薦讀物與網(wǎng)站
20.5 KeyTerms,ReviewQuestions,andProblems
關(guān)鍵術(shù)語.復(fù)習(xí)題與習(xí)題
Appendices
附錄
AppendixA StandardsandStandards-SettingOrganizations
標(biāo)準(zhǔn)與標(biāo)準(zhǔn)制定組織
A.1 TheImportanceofStandards
標(biāo)準(zhǔn)的重要性
A.2 InternetStandardsandtheInternetSociety
互聯(lián)網(wǎng)標(biāo)準(zhǔn)與互聯(lián)網(wǎng)協(xié)會
A.3 NationalInstituteofStandardsandTechnology
(美國)國家標(biāo)準(zhǔn)與技術(shù)研究所
AppendixB ProjectsforTeachingCryptographyandNetworkSecurity
講授密碼編碼學(xué)與網(wǎng)絡(luò)安全的有關(guān)項目
B.1 ResearchProjects
研究項目
B.2 ProgrammingProjects
編程項目
B.3 LaboratoryExercises
實驗室練習(xí)
B.4 WritingAssignments
指定的作業(yè)
B.5 Reading/ReportAssignments
指定的閱讀/報告
Glossary
術(shù)語表
References
參考文獻(xiàn)
Index
索引

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號