دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: طراحی وب سایت ویرایش: نویسندگان: Blake Dournaee سری: ISBN (شابک) : 0072228083, 9781280301971 ناشر: McGraw-Hill سال نشر: 2002 تعداد صفحات: 381 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 1 مگابایت
در صورت تبدیل فایل کتاب XML security به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب امنیت XML نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
از این کتاب هم به عنوان آغازگر XML و هم برای سرعت بخشیدن به مسائل امنیتی مرتبط با XML استفاده کنید. نوشته شده توسط کارشناسان RSA Security، Inc.، نکاتی در مورد نحوه جلوگیری از حملات انکار سرویس و نحوه اجرای اقدامات امنیتی برای محافظت از برنامه های XML خود دریافت خواهید کرد.
Use this book as both an XML primer and to get up to speed on XML-related security issues. Written by the experts at RSA Security, Inc., you’ll get inside tips on how to prevent denial of service attacks, and how to implement security measures to keep your XML programs protected.
Content: Copyright
Contents at a Glance
Contents
Preface
Acknowledgments
About the Reviewer
CHAPTER 1 Introduction
CHAPTER 2 Security Primer
Encryption
Symmetric Ciphers (The Nature of the Crank)
Triple-DES
Padding and Feedback Modes
AES
Symmetric Key Generation (The Nature of the Key)
Symmetric Encryption
Asymmetric Ciphers
Introduction to the RSA Algorithm
Asymmetric Encryption with RSA
RSA Algorithm Details
Case 1: "The Engineer"
Case 2: "The Theoretician"
RSA Logistics
Digital Envelopes
Key Agreement
Diffie-Hellman Key Agreement Logistics
Digital Signature Basics. Hash FunctionsRSA Signature Scheme
DSA Signature Scheme
HMAC Authentication
Prelude to Trust and Standardization
Raw Cryptographic Objects
Cryptographic Standards
Trust, Certificates, and Path Validation
Path Validation
Path Validation State Machine
Authorization
Additional Information
Chapter Summary
CHAPTER 3 XML Primer
What Is XML?
Meta-Language and Paradigm Shift
Elements, Attributes, and Documents
The URI
Namespaces in XML
More Markup
More Semantics: The Document Prolog
Document Type Definition (DTD)
Processing XML
The Document Object Model (DOM). The XPath Data ModelDocument Order
XPath Node Set
More on XPath
Chapter Summary
CHAPTER 4 Introduction to XML Digital Signatures
XML Signature Basics
XML Signatures and Raw Digital Signatures
XML Signature Types
XML Signature Syntax and Examples
XML Signature Syntax
Chapter Summary
CHAPTER 5 Introduction to XML Digital Signatures Part 2
XML Signature Processing
The Element
Core Generation
The URI Attribute: Additional Features
Signature Transforms
Chapter Summary
CHAPTER 6 XML Signature Examples
XML Signature Examples and Frequently Asked Questions
Scenario 1. Proposed SolutionScenario 2
Proposed Solution
Scenario 3
Proposed Solution
Scenario 4
Proposed Solution
Scenario 5
Proposed Solution 1
Proposed Solution 2
Scenario 6
Proposed Solution
Scenario 7
Proposed Solution
Scenario 8
Proposed Solution
Scenario 9
Proposed Solution
Scenario 10
Proposed Solution
Scenario 11
Proposed Solution
Scenario 12
Proposed Solution
Scenario 13
Proposed Solution
Scenario 14
Proposed Solution
Chapter Summary
CHAPTER 7 Introduction to XML Encryption
XML Encryption Basics and Syntax
XML Encryption Use Cases. The Element: DetailsThe Element
Plaintext Replacement
XML Encryption Processing Rules
The Application
The Encryptor
The Decryptor
The Encryptor: Process
The Decryptor: Process
XML Encryption: Other Issues
Security Considerations
Chapter Summary
CHAPTER 8 XML Signature Implementation: RSA BSAFE ©Cert-J
RSA BSAFE Cert-J: Class Diagrams and Code Examples
Syntax and Processing Revisited
XMLSignature
Reference and Transformer
KeyInfo
Manifest
The Element
Signature Processing
More on Manifest
Additional Classes.