跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.10) 您好!臺灣時間:2025/09/30 17:42
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:蘇峰毅
研究生(外文):Feng-Yi Su
論文名稱:在ZigBee網路環境下之RFID安全認證傳輸機制
論文名稱(外文):A RFID Secure Data Transfer Protocol in ZigBee Environments
指導教授:廖鴻圖廖鴻圖引用關係郭明煌郭明煌引用關係
指導教授(外文):Horng-Twu LiawMing-Huang Guo
學位類別:碩士
校院名稱:世新大學
系所名稱:資訊管理學研究所(含碩專班)
學門:電算機學門
學類:電算機一般學類
論文種類:學術論文
論文出版年:2009
畢業學年度:97
語文別:中文
論文頁數:84
中文關鍵詞:ZigBee網路無線射頻辨識系統雙向認證
外文關鍵詞:ZigBeeRFIDMutual Authentication
相關次數:
  • 被引用被引用:0
  • 點閱點閱:286
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:1
無線通訊領域之技術成為近年來非常熱門的一個技術,其中ZigBee除了具有低成本、低耗電量之特性,於安全性方面則採用CMM*模式提供認證及加解密服務之模式,其中使用Link-Key、NetWrok-Key、AES-CCM-128加密演算法來達到點對點間資料的傳輸加密,使資料於傳輸時更具安全性,以防範中間傳輸時所可能遇到之各種攻擊;透過ZigBee網路環境中的完全功能裝置(Full Function Device, FFD)扮演信任中心的角色,負責管理所在網域中各節點間之密鑰建立及分派之工作,並透過SKKE協議來達到網路設備間金鑰交換之功能。
本論文機制希望達到整合異質網路環境、採用被動式射頻標籤、相互認證、射頻標籤安全存取控制、低計算與通訊成本等特性;目前RFID認證機制多著重於RFID Reader與RFID Tag間之認證及資料加密問題,本機制共分為註冊階段、登入階段、金鑰交換階段,主要透過ZigBee網路設備間相互認證所採用的SKKE協議金鑰交換流程及CMM*加解密模式與之前學者所提出之RFID安全認證機制之流程相互整合,使得原本僅適用於RFID Reader與RFID Tag間之認證機制可向後延伸至RFID Reader與後端伺服器間;其所傳遞之資料由後端伺服器到RFID Reader再傳往RFID Tag皆能透過一個整合機制來達成,其皆為採用由ZigBee信任中心所配送之金鑰及SKKE認證協議來達到三方相互驗證及資料加密之安全傳輸機制。
Wireless Network Communication has been a popular research area recently, among the technologies, ZigBees has been known to its low-cost and low power consumption features. In addition to its low-cost and low power consumption features, ZigBee provides more secured methods in data authentication and encryption for security aspect, such as CMM* model: Link-Key, Network-Key, and AES-CCM-128 algorithm to encrypt data in point-to-point communication to protect systems from various attacks. Further, ZigBee plays trusted center role through Full-Functional Device (FFD) in network environment, manages encrypted keys creation and distribution with other points and provide the function of cross certificate between network devices by utilizing SKKE protocol.
This study utilizes passive RFID tags, mutual authentication, secure accesses to RFID and low computation cost and low communication cost properties to achieve integration between different types of networks. The study divides the authentication flow into three stages: registration, sign-on and key exchange and mainly uses the built-in security feature of ZigBee to add on the security authentication mechanism of RFID which most investigated in the issues of cross certificate and data security between RFID readers and RFID tags. By integrating ZigBee’s SKKE protocol and CMM* encryption and decryption modes with mechanism proposed by previous works, we extend the authentication mechanism originally only between RFID readers and RFID tags to RFID readers and back-bone server. Eventually, all the data from back-bone sever through RFID reader to RFID tag can be cross authenticated and meet the encrypted data transferring mechanism by distributed keys from ZigBee trusted center and SKKE protocol.
摘要.......................................................... I
Abstract ..................................................... II
目錄.......................................................... III
圖目錄........................................................ V
表目錄........................................................ VI
第一章 緒 論.................................................. 1
1.1研究動機................................................... 1
1.2研究目的................................................... 2
1.3研究範圍................................................... 2
1.4論文架構................................................... 3
第二章 文獻探討............................................... 4
2.1 ZigBee無線通信技術 ....................................... 4
2.1.1 ZigBee CMM*模式 ........................................ 5
2.1.2 ZigBee SKKE協議 ........................................ 11
2.2 RFID認證機制 ............ ................................ 16
2.2.1 RFID標籤安全設計之研究 ................................. 16
2.2.2 RFID安全及隱私之探討 ................................... 17
2.2.3 RFID安全存取控制之研究 ................................. 18
2.2.4 RFID Challenge-Response安全設計研究 .................... 20
2.2.5 RFID認證協定使用對稱式加密之認證機制 ................... 21
2.2.6 RFID使用SASI之認證機制 ................................. 23
2.3小結....................................................... 28
第三章 相關理論與技術......................................... 30
3.1 ZigBee無線通訊技術 ....................................... 30
3.2密碼學理論與基礎........................................... 33
3.2.1單向雜湊函數 ............................................ 33
3.2.2 AES加密演算法 .......................................... 34
3.3無線射頻識別系統........................................... 36
3.4相關攻擊法介紹............................................. 39
第四章 研究架構............................................... 42
4.1系統簡介................................................... 42
4.2系統架構................................................... 42
4.3系統假設................................................... 43
4.4本機制符號表............................................... 43
4.5研究機制各階段流程說明..................................... 44
4.6研究實作驗證............................................... 50
4.6.1 後端伺服器資料庫設計 ................................... 50
4.6.2 RFID Tag欄位設計 ....................................... 50
4.6.3 實作驗證 ............................................... 52
4.7小結..................... ................................. 60
第五章 研究討論............................................... 61
5.1安全性分析................................................. 61
5.2效能分析................................................... 66
5.3小結....................................................... 69
第六章 結論與未來研究......................................... 71
6.1結論....................................................... 71
6.2未來研究................................................... 72
參考文獻...................................................... 74
[1] 「RFID創新應用燃商機」,新通訊元件雜誌,No. 91,pp. 86-111,2008年。
[2] 王金龍、蔡銘安、傅大煜、潘雪芳,「RFID應用及隱私權議題之探討」,Proceedings of the Ming-Chuan University International Academic Conference,pp. 238-248,2005年。
[3] 王智弘、蔡宛諭,「RFID認證協定之分類介紹與安全性分析」,Communications of the CCISA,Vol. 14 ,No. 3,pp. 100-121, 2008年。
[4] 吳承翰,「數位家庭標準發展要點」,電信國家型科技計畫簡訊,No. 98,pp. 5-11,2007年。
[5] 李文仲、段朝玉,「ZigBee無線網路技術入門與實戰」,北京航空航天大學出版社,2007年。
[6] 林竣立,「使用者通行碼之身分驗證與金鑰交換協定」,資訊安全通訊,Vol. 9,No. 3,pp. 43-52,2003年。
[7] 楊自立,「低成本無線射頻辨識系統之安全雙向認證機制」,台灣科技大學資訊管理學系碩士論文,2007年。
[8] 邱冠傑,「以ZigBee感測網路為基礎之智慧型SIP電話通訊系統」,成功大學工程科學系碩士論文,2006年。
[9] 邱瑩青,「RFID實踐非接觸式智慧卡系統開發」,學貫行銷股份有限公司,2005年。
[10] 金純、羅祖邱、羅風、陳前斌,「ZigBee技術基礎與案例分析」,國防工業出版社,2008年。
[11] 莊耘坤,「可調式家用網路身分認證方法之研究」,世新大學資訊管理學系碩士論文,2008年。
[12] 陳育毅、蔡孟琳,「RFID電子標籤的辨識、驗證、存取控制、防偽等研究之關連性」,Communications of the CCISA,Vol. 14,No. 3,pp. 71-84, 2008年。
[13] 陳帥民,「免儲存驗證資訊之通行碼身分認證協定」,輔仁大學資訊工程學系碩士論文,2004年。
[14] 陳昱仁、林宏叡,「具擁有權轉移與隱私保護之低成本RFID系統」,數位科技與創新管理研討會論文集,pp. 1558-1571,2008年。
[15] 陳雪珠,「圖書館特色館藏應用RFID管理之研究」,世新大學資訊傳播學系碩士論文,2007年。
[16] 陳憲騰,「低成本設備之安全且強固的使用者認證與金鑰協商之研究」,世新大學資訊管理學系碩士論文,2007年。
[17] 經濟部技術處,「無線傳輸無限可能—802.15.4/Zigbee」,http://doit.moea.gov.tw/news/newscontent.asp?IdxID=7&ListID=0613,2005年。
[18] 蔡佳宏、曾煜棋,「無線感測網路之通訊協定與應用前景」, 電信國家型科技計畫簡訊, No. 77,2006年。
[19] 蔡宗翰,「IEEE802.15.4下行動隨意網路之角色切換機制」,成功大學電腦與通信工程研究所碩士論文,2006年。
[20] 蔡銘安,「在採用RFID下供應鏈-零售商之補貨政策研究」,銘傳大學資訊管理學系碩士論文,2006年。
[21] 賴榮樞(譯),William Stallings(著),「密碼學與網路安全原理與實務第四版」,�眳p資訊股份有限公司,2007 年。
[22] 謝慶堂,「ZigBee技術與展望」,電信國家型科技計畫,No. 66,2005年。
[23] 蘇聖夫,「在Linux系統中設計並實作ZigBee無線網路協定層」,成功大學資訊工程學系碩士論文,2005年。
[24] H. Y. Chien, “Secure Access Control Schemes for RFID Systems with
[25] H. Y. Chien, “SASI: A New Ultra-lightweight RFID Authentication Protocol ProvidingStrong Authentication and Strong Integrity”, IEEE Transaction on Dependable and Secure Computing, Vol. 4, pp. 337-340, 2007.
[26] M. Feldhofer, S. Dominikus, and J. Wolkerstorfer, “Strong Authentication for RFID Systems using the AES Algorithm”, Workshop on Cryptographic Hardware and Embedded Systems–CHES, pp. 357-370, 2004.
[27] D. Henrici, P. Muller, “Hash-based Enhancement of Location Privacy for Radio-Frequency Identification Devices using Varying Identifiers”, Pervasive Computing and Communications Workshops, 2004 Proceedings of the Second IEEE Annual Conference, pp. 149-153, 2004.
[28] IEEE 802 Working Group, “Standard for Part 15.4: Wireless Medium Access Control (MAC) and Physical Layer (PHY) Specifications for Low Rate Wireless Personal Area Networks (LR-WPANs)”, ANSI/IEEE 802.15.4, 2007.
[29] A. Jules, “RFID Security and Privach:A Reaserch Survey”, IEEE Journal on Selected Areas in Communications , Vol. 24, Iss. 2, pp. 381-394, 2006.
[30] H. S. Kim, J. H. Oh, and J. Y. Choi, “Analysis of the RFID Security Protocol for Secure Smart Home Network”, International Conference on Hybrid Information Technology, Vol. 2, pp. 356-363, 2006.
[31] S. M. Lee, Y.J.Hwang, D.H.Lee, and J.I.Lim, “Efficient Authentication for Low-Cost RFID Systems”, IEEE International Conference on Computational Science and its Applications, pp. 619-627, 2005.
[32] N. Sastry and D. Wanger, “Security Considerations for IEEE 802.15.4
NetWorks”, Proceedings of the ACM Workshop on Wireless Security, pp. 32-42, 2004.
[33] B. Toiruul and K. Lee, “An Advanced Mutual - Authentication Algortithm Using AES for RFID Systems”, International Jornual of Computer Science and Network Security, Vol. 6, No. 9, pp. 156-162, 2006.
[34] R. Weinstein, “RFID:A Technical Overiew and Its Application to the Enterprise”, IEEE IT Professional, Vol. 7, Iss. 3, pp. 27-33, 2005.
[35] S. Weis, S. Sarma, R. Rivest, and D. Engels, “Security and Privacy Aspects of Low-Cost Radio Frequency Identification Systems”, Proceedings of International Conference on Security in Pervasive Computing, pp. 201-212, 2003.
[36] J. Yang, J. Park, H. Lee, K. Ren, and K. Kim, “Mutual Authentication Protocol for Low-Cost RFID”, Proceedings of Workshop on RFID and Lightweight Crypto, pp. 17-24, July, 2005.
[37] ZigBee Alliance, “ZigBee Specification V1.2”, 2008.
電子全文 電子全文(本篇電子全文限研究生所屬學校校內系統及IP範圍內開放)
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊