RC4 Stream Cipher and Its Variants (Hardcover)
            
暫譯: RC4 流密碼及其變體 (精裝版)
        
        Goutam Paul, Subhamoy Maitra
- 出版商: CRC
- 出版日期: 2011-11-16
- 售價: $2,880
- 貴賓價: 9.5 折 $2,736
- 語言: 英文
- 頁數: 311
- 裝訂: Hardcover
- ISBN: 1439831351
- ISBN-13: 9781439831359
- 
    相關分類:
    
      Penetration-test
 
立即出貨 (庫存=1)
買這商品的人也買了...
- 
                
                   SQL 語法範例辭典 SQL 語法範例辭典$550$468
- 
                
                   深入淺出 Android 遊戲程式開發範例大全 深入淺出 Android 遊戲程式開發範例大全$620$484
- 
                
                   Windows Server 2008 R2 網路管理與架站 Windows Server 2008 R2 網路管理與架站$650$514
- 
                
                   猛虎出閘制霸版─最新 Java 專業認證 OCP Java SE 6 Programmer (原 SCJP 認證) 猛虎出閘制霸版─最新 Java 專業認證 OCP Java SE 6 Programmer (原 SCJP 認證)$780$616
- 
                
                   精通 Python 3 程式設計, 2/e (Programming in Python 3: A Complete Introduction to the Python Language, 2/e) 精通 Python 3 程式設計, 2/e (Programming in Python 3: A Complete Introduction to the Python Language, 2/e)$680$537
- 
                
                   Microsoft SharePoint 2010 企業內容管理與網頁設計 Microsoft SharePoint 2010 企業內容管理與網頁設計$950$751
- 
                
                   Google Android SDK 開發範例大全, 3/e Google Android SDK 開發範例大全, 3/e$950$751
- 
                
                   Google Android 應用程式開發實戰, 3/e (適用 Android SDK 2.x/3.x) Google Android 應用程式開發實戰, 3/e (適用 Android SDK 2.x/3.x)$680$537
- 
                
                   Android 技術內幕-探索 Android 核心原理與系統開發 Android 技術內幕-探索 Android 核心原理與系統開發$580$458
- 
                
                   Android 4.X 手機/平板電腦程式設計入門、應用到精通, 2/e (適用 Android 1.X~4.X) Android 4.X 手機/平板電腦程式設計入門、應用到精通, 2/e (適用 Android 1.X~4.X)$520$411
- 
                
                   JavaScript 設計模式 (JavaScript Patterns) JavaScript 設計模式 (JavaScript Patterns)$480$379
- 
                
                   Voice over LTE (VoLTE) (Hardcover) Voice over LTE (VoLTE) (Hardcover)$2,600$2,470
- 
                
                   Android 系統原理深入解析 Android 系統原理深入解析$520$442
- 
                
                   Evernote 超效率數位筆記術 Evernote 超效率數位筆記術$250$198
- 
                
                   笑談軟體工程:敏捷開發法的逆襲-導入 Scrum,讓你的軟體開發人生從黑白變彩色! 笑談軟體工程:敏捷開發法的逆襲-導入 Scrum,讓你的軟體開發人生從黑白變彩色!$550$435
- 
                
                   實戰封包分析-使用 Wireshark (Practical Packet Analysis: Using Wireshark to Solve Real-World Network Problems, 2/e) 實戰封包分析-使用 Wireshark (Practical Packet Analysis: Using Wireshark to Solve Real-World Network Problems, 2/e)$450$356
- 
                
                  實戰雲端作業系統建置與維護-VMware vSphere 5 虛擬化全面啟動$680$537
- 
                
                   密技偷偷報密字第陸拾參號 密技偷偷報密字第陸拾參號$199$157
- 
                
                  JavaScript & jQuery: The Missing Manual 國際中文版, 2/e$580$458
- 
                
                   王者歸來-C# 完全開發範例集 王者歸來-C# 完全開發範例集$860$731
- 
                
                   PHP、MySQL、JavaScript 與 CSS 學習手冊, 2/e (Learning PHP, MySQL, JavaScript, and CSS: A Step-by-Step Guide to Creating Dynamic Websites, 2/e) PHP、MySQL、JavaScript 與 CSS 學習手冊, 2/e (Learning PHP, MySQL, JavaScript, and CSS: A Step-by-Step Guide to Creating Dynamic Websites, 2/e)$880$695
- 
                
                   ASP.NET MVC 4 網站開發美學 ASP.NET MVC 4 網站開發美學$680$537
- 
                
                   Raspberry Pi 基本套組(Raspberry Pi rev 2 Model B 512MB + 壓克力外殼 + 散熱片 + 5V/2000mA USB 變壓器) Raspberry Pi 基本套組(Raspberry Pi rev 2 Model B 512MB + 壓克力外殼 + 散熱片 + 5V/2000mA USB 變壓器)$2,000$1,900
- 
                
                   無瑕的程式碼 - 敏捷軟體開發技巧守則 (Clean Code: A Handbook of Agile Software Craftsmanship) 無瑕的程式碼 - 敏捷軟體開發技巧守則 (Clean Code: A Handbook of Agile Software Craftsmanship)$580$452
- 
                
                   超圖解 Arduino 互動設計入門 (附 Arduino UNO R3 開發板) 超圖解 Arduino 互動設計入門 (附 Arduino UNO R3 開發板)$1,130$961
商品描述
RC4 Stream Cipher and Its Variants is the first book to fully cover the popular software stream cipher RC4. With extensive expertise in stream cipher cryptanalysis and RC4 research, the authors focus on the analysis and design issues of RC4. They also explore variants of RC4 and the eSTREAM finalist HC-128.
After an introduction to the vast field of cryptology, the book reviews hardware and software stream ciphers and describes RC4. It presents a theoretical analysis of RC4 KSA, discussing biases of the permutation bytes toward secret key bytes and absolute values. The text explains how to reconstruct the secret key from known state information and analyzes the RC4 PRGA in detail, including a sketch of state recovery attacks. The book then describes three popular attacks on RC4: distinguishing attacks, Wired Equivalent Privacy (WEP) protocol attacks, and fault attacks. The authors also compare the advantages and disadvantages of several variants of RC4 and examine stream cipher HC-128, which is the next level of evolution after RC4 in the software stream cipher paradigm. The final chapter emphasizes the safe use of RC4.
With open research problems in each chapter, this book offers a complete account of the most current research on RC4.
商品描述(中文翻譯)
《RC4 流密碼及其變體》是第一本全面介紹流行的軟體流密碼 RC4 的書籍。作者擁有豐富的流密碼密碼分析和 RC4 研究專業知識,專注於 RC4 的分析和設計問題。他們還探討了 RC4 的變體以及 eSTREAM 最終入圍者 HC-128。
在介紹廣泛的密碼學領域後,本書回顧了硬體和軟體流密碼,並描述了 RC4。它對 RC4 的 KSA 進行了理論分析,討論了置換位元組對秘密金鑰位元組的偏差和絕對值。文本解釋了如何從已知的狀態信息重建秘密金鑰,並詳細分析了 RC4 的 PRGA,包括狀態恢復攻擊的概述。接著,本書描述了對 RC4 的三種流行攻擊:區分攻擊、無線等效隱私(Wired Equivalent Privacy, WEP)協議攻擊和故障攻擊。作者還比較了幾種 RC4 變體的優缺點,並檢視了流密碼 HC-128,這是軟體流密碼範式中 RC4 之後的下一個進化階段。最後一章強調了安全使用 RC4 的重要性。
本書在每一章中都提出了開放的研究問題,提供了有關 RC4 的最新研究的完整報告。

 
     
     
     
     
     
     
     
     
     
    