資料載入處理中...
網站地圖
|
首頁
|
本站說明
|
聯絡我們
|
圖書館首頁
|
常見問題
|
網路資源
|
操作說明
|
表單下載
|
English
簡易查詢
進階查詢
論文瀏覽
熱門排行
我的研究室
上傳論文
查詢審核進度
帳號:guest(18.97.9.169)
離開系統
字體大小:
詳目顯示
第 1 筆 / 共 1 筆
/1
頁
以作者查詢圖書館館藏
、
以作者查詢臺灣博碩士
、
以作者查詢全國書目
、
勘誤回報
論文基本資料
摘要
外文摘要
目次
參考文獻
全文
作者:
簡正欽
作者(外文):
Zheng-Qin Jian
論文名稱:
隱私保護NFC留言系統
論文名稱(外文):
A Privacy Preserving NFC Guestbook System
指導教授:
江振瑞
指導教授(外文):
Jehn-Ruey Jiang
學位類別:
碩士
校院名稱:
國立中央大學
系所名稱:
資訊工程學系在職專班
學號:
985302011
出版年:
104
畢業學年度:
103
語文別:
中文
論文頁數:
43
中文關鍵詞:
近場通訊
、
NFC標籤
、
非對稱式加密
、
數位簽章
、
Android
外文關鍵詞:
Near Field Communication (NFC)
、
NFC Tag
、
Asymmetric Cryptography
、
Digital Signature
、
Android
相關次數:
推薦:0
點閱:50
評分:
下載:7
收藏:0
近年來,短距無線通訊(short-range wireless communication)技術吸引許多關注並具有許多應用。藍芽、802.11(Wi-Fi)、ZigBee、超寬頻(Ultra WideBand)、近場通訊(Near Field Communication, NFC)等標準,都是使用短距無線通訊技術的典型範例。基於如傳輸速度、傳輸距離、耗電量等的不同特殊要求,這些標準都有其立足的特點;其中NFC是最近最熱門最受到注目的技術之一,經常被整合到智慧型手機中。NFC自無線射頻辨識(Radio Frequency Identification, RFID)技術演變而來,由 Philips、NOKIA和Sony主推,在13.56MHz頻率運行於20公分傳輸距離內。NFC設備具有卡片模擬模式(card emulation mode),在這個模式下NFC設備就相當於一張採用RFID技術的IC卡。NFC設備另外具有讀卡器模式(reader/writer mode)可以讀取NFC標籤中資料或將資料寫入NFC標籤中,也具有點對點模式(P2P mode),可以與另一個NFC設備直接交換資料。
在本論文中,我們提出一個使用NFC技術將留言板電子化的系統,並且達到使用者的隱私性(privacy)、不可否認(non-repudiation)及完整性(integrity)。在此系統中,使用者的NFC設備必須先向系統中的伺服器進行註冊,取得一對公鑰與私鑰以及公鑰證書。我們採用非對稱式加密機制進行留言加密與數位簽章的嵌入,最後NFC設備使用讀卡器模式將留言寫入NFC標籤。如此可以達到留言板電子化的目的,並且確保只有NFC標籤的持有者才可將留言正確解密(即隱私性),而且留言者不可否認已發送出留言(即不可否認性),及留言不會被竄改(即完整性)。我們並於Android平台實作NFC留言系統以驗證系統的實用性。
Recently, short-range wireless communications technologies have attracted much attention and been applied to many applications. Bluetooth, 802.11 (Wi-Fi), ZigBee, UWB (Ultra WideBand), and Near Field Communication (NFC) are exemplary standards using such technologies. Based on the special requirements of transmission speed, transmission distance, and power consumption, every standard has its own niche; NFC is the most popular among the standards and is usually integrated into newly-launched smart phones. NFC, developed by Philips, NOKIA and Sony, is based on RFID (radio frequency identification) and operates at 13.56 MHz frequency with a transmission distance of 20 cm. NFC devices support three modes of operation: card emulation, reader/writer and peer-to-peer. The card emulation mode enables NFC devices to act as RFID smart cards. The reader/writer mode enables NFC devices to read or write information to NFC tags. The peer-to-peer mode enables two NFC devices to communicate with each other to exchange information and share files.
In this thesis, we propose to design an electronic guestbook system using the NFC technology with the privacy, non-repudiation and integrity properties. In this system, all of the NFC device must be registered with the system server, and then get one pair of a public key and a private key, as well as a public key certificate. We use the asymmetric encryption mechanism to encrypt messages and to produce digital signatures; we then make NFC devices write the encrypted messages and signatures into NFC tags by using the reader/writer mode. In this way, we can achieve an electronic NFC guestbook system ensuring that only the holder of an NFC tag can decrypt messages properly (i.e., the privacy), the sender of messages cannot deny having sent the messages (i.e., the non-repudiation), and messages cannot be tampered (i.e., the integrity). We have implemented the NFC guestbook system on the Android platform to show the system practicability.
中文摘要 i
Abstract ii
誌謝 iii
目錄 iv
圖目錄 v
表目錄 vi
一、緒論 1
1-1 研究背景與動機 1
1-2 研究目的與貢獻 3
1-3 章節介紹 4
二、背景知識 5
2-1 NFC概述 5
2-2 NFC相關硬體 6
2-3 非對稱式加密(Asymmetric Cryptography) 9
三、系統架構 11
3-1 系統架構圖 11
3-2 系統流程 12
3-3 安全分析 17
四、系統實作 20
4-1 快速操作手冊 21
4-2 實作測試 27
4-3開發經驗 32
五、結論與未來展望 33
參考文獻 34
[1] Wikipedia, “post-it note”,
http://en.wikipedia.org/wiki/Post-it_note
[2] Wikipedia, “Near field communication”
http://en.wikipedia.org/wiki/Near_field_communication
[3] Nfc-forum,
http://nfc-forum.org/member-products-services-coming-soon/
[4] NFC Forum Technical Specifications,
http://members.nfc-forum.org/specs/spec_list/
[5] Near Field Communication in the real world – part II: Using the right NFC tag type for the right NFC application,
http://nfc-forum.org/resources/near-field-communication-in-the-real-world-part-ii-using-the-right-nfc-tag-type-for-the-right-nfc-application/
[6] Delfs, Hans & Knebl, Helmut. Symmetric-key encryption. Introduction to cryptography: principles and applications. Springer. 2007.ISBN 9783540492436.
[7] W. Diffie and M. E. Hellman, “Multiuser Cryptographic techniques", In AFIPS National Computer Conference, Vol. 45, pp. 109{112, 1976.
[8] R.L. Rivest, A. Shamir, and L.M. Adleman, “A Method for Obtaining Digital Signatures and Public-Key Cryptosystems,” Communications of the ACM, Vol. 21, No. 2, Feb 1978, pp. 120-126.
[9] B. Schneier, “Applied Cryptography; Protocol, Algorithm, and Source Code in C,” John Wiley & Sons, Inc., 1994.
[10] NFC-Enabled Cellphone Shipments to Soar Fourfold in Next Five Years,
https://technology.ihs.com/490062/nfc-enabled-cellphone-shipments-to-soar-fourfold-in-next-five-years
[11] Wikipedia, “Maxwell’s equations”,
http://en.wikipedia.org/wiki/Maxwell%27s_equations
[12] Wikipedia, “RSA (Cryptosystem)”,
http://en.wikipedia.org/wiki/RSA_(cryptosystem)
[13] Google Play, “NFC Reader”,
https://play.google.com/store/apps/details?id=se.anyro.nfc_reader
[14] NFC-forum,
http://nfc-forum.org/
[15]PKCS,
http://www.faqs.org/rfcs/rfc2313.html
論文全文檔清單如下︰
1.
電子全文連結
(3590.281K)
(電子全文 已開放)
推文
當script無法執行時可按︰
推文
推薦
當script無法執行時可按︰
推薦
評分
當script無法執行時可按︰
評分
引用網址
當script無法執行時可按︰
引用網址
轉寄
當script無法執行時可按︰
轉寄
top
相關論文
1.
網路虛擬環境多重伺服器動態負載平衡
2.
巨量多人線上遊戲同儕浸入式語音通訊
3.
以科技接受模式探討智慧家庭之父母管控功能使用意圖
4.
實作基於iBeacon 的Ad Hoc 定位系統
5.
iBeacon 高爾夫推桿定距系統
6.
改良非對稱式Rabin密碼系統用於物聯網
7.
物聯網軟體與配置管理系統
8.
智慧工廠的工業物聯網閘道器設計與實作
簡易查詢
|
進階查詢
|
論文瀏覽
|
熱門排行
|