簡易檢索 / 詳目顯示

研究生: 李冠緯
Kaung-Wei Lee
論文名稱: 利用NFC技術及數位簽章實作產品資訊防仿冒之應用
The application of product information anti-counterfeiting using NFC technology and digital signature
指導教授: 葉耀明
Yeh, Yao-Ming
學位類別: 碩士
Master
系所名稱: 資訊工程學系
Department of Computer Science and Information Engineering
論文出版年: 2012
畢業學年度: 100
語文別: 中文
論文頁數: 96
中文關鍵詞: AndroidNFCECCRSADSA防仿冒生產履歷
英文關鍵詞: Android, NFC, ECC, RSA, DSA, Anti-Counterfeiting, Production Resumes
論文種類: 學術論文
相關次數: 點閱:67下載:6
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 近年來國內外食品安全問題的發生日漸頻繁,黑心食品充斥等事件層出不窮,包括近期比較嚴重的塑化劑事件、三氯氰氨毒奶事件、過期品標籤重貼等等;日常生活用品上的安全問題也時有所聞。
    目前,國際防偽領域逐漸興起了一股利用電子技術防偽的潮流,而射頻識別技術正引起了防偽專業的廣泛關注。射頻識別技術由電子標籤、讀寫器和應用軟體系統這三個部分組成,是一種非接觸式的自動識別技術,通過射頻信號自動識別目標對象並獲取相關數據,能夠有效解決產品假冒偽造的現象。
    本研究利用 NFC 技術及數位簽章發展產品資訊防仿冒技術,其防偽概念並不是利用單純的防偽標籤設計,而是利用電子標籤的加密資訊配合後台的一整套跟蹤、追溯系統來達到防偽效果。本系統可透過電子標籤上產品資訊的追溯,並利用 NFC 技術和智慧型手機的操作,使產品資訊方便、即時的呈現在消費者面前。我們透過三種加密技術和數位簽章的處理,能防止電子標籤上的資料被竄改,不但可以提升產品情報資訊的可靠性及產品的防偽能力,更可讓消費者買得安心。

    Recently, food safety issues are on the increase nationally and globally. Unsafe food events are all over the place, including the plasticizer food scandal, melamine-tainted milk powder scandal, and re-labeling of expired food, etc. The safety issues of everyday items also prevail in our life.
    So far, there is a rising trend in the international anti-counterfeit field which employs electronic technique in defending against fakes and radio-frequency identification technology receives attention from anti-counterfeit professionals. Radio-frequency identification technology is made up of electronic label, reader, writer, and application software. It’s a non-contact auto-identification technology that acquires relevant data using Radio-frequency signal to automatically identify the target object, which effectively solves the problem of counterfeit.
    This research takes advantage of NFC and digital signature to develop product information anti-counterfeit technology. The concept is to utilize not only the simple design of anti-counterfeit labeling but also the encrypted information in electronic label with a tracing system at backend to anti-counterfeiting. This system can get the product information through electronic label by using NFC and the operations of smart phones which display the product information to the customers easily and immediately. We can use three kind of encrypt technology and digital signature to protect the information of electronic label from being tampered. It can not only increase the reliability of the information and the security capabilities of the products but also allow the customers to shop without worry.

    第一章 緒論 1 1.1 研究背景 1 1.2 研究動機與目的 1 1.3 論文架構 2 第二章 文獻探討 4 2.1 防仿冒 4 2.2 密碼學 5 2.2.1 對稱性密碼學 6 2.2.2 非對稱性密碼學 6 2.3 數位簽章 7 2.4 QR-Code 10 2.5 產銷履歷 12 2.6 智慧型手機(Smart Phone) 14 2.7 Android 17 2.8 NFC 19 第三章 產品防仿冒系統 21 3.1 系統架構 21 3.2 數位簽章技術 22 3.2.1 DSA(Digital Signature Algorithm) 22 3.2.2 RSA 23 3.2.3 ECC(Elliptic Curve Cryptography) 24 3.3 Android與MySQL資料庫連結模組 25 3.4 Android 生產者端設計 26 3.5 Android 消費者端設計 28 3.6 Server端設計 28 3.6.1 Joomla內容管理系統 29 3.6.2 系統模組 30 第四章 系統開發與實作 33 4.1 系統開發及開發環境 33 4.1.1 系統開發 33 4.1.2 開發環境 33 4.1.3 使用者案例圖(Use Case Diagram) 35 4.1.4 循序圖(Sequence Diagram) 37 4.2 Android與MySQL資料庫連結模組實作 40 4.3 Android 生產者端實作 46 4.3.1 UID讀取模組 46 4.3.2 新增產品模組 49 4.3.3 加密模組 50 4.3.3.1 DSA 51 4.3.3.2 RSA 53 4.3.3.3 ECC 55 4.3.4 NFC寫入模組 59 4.4 Android 消費者端實作 61 4.4.1 解密模組 61 4.4.2 NFC讀取模組 64 4.5 Server端實作 70 4.6 QR-Code實作和測試 82 4.6.1 實作 82 4.6.2 測試 84 4.7 QR-Code與NFC Tag比較 86 4.8 數位簽章加密技術比較 87 第五章 結論與未來發展 90 5.1 結論 90 5.2 未來發展 90 參考文獻 92 附錄 93

    [1] Neal Koblitz. “Elliptic Curve Cryptosystems.”, Mathematics Of Computation Volume 48. Number 177, Jan. 1987, pp. 203-209.
    [2] Zhu Yuefei, Zhang yajuan. Elliptic Curve Cryptography Index. Beijing: Science Press, 2006.
    [3] Android Developer. “What is Android?”, http://developer.android.com/guide/basics/what-is-android.html.
    [4] Yingjie Qu, Zhengming Hu. “Research and Design of Elliptic Curve Cryptography”, 2nd International Conference on Future Computer and Communication, 2010, pp. 191-195.
    [5] Johann Großsch¨adl, Dan Page. “Efficient Java Implementation of Elliptic Curve Cryptography for J2ME-Enabled Mobile Devices”, Cryptology ePrint Archive, 2011.
    [6] Avi Kak. “Elliptic Curve Cryptography and Digital Rights Management”, Computer and Network Security, 2011, pp. 1-65.
    [7] Nielsen. “40 Percent of U.S. Mobile Users Own Smartphones; 40 Percent are Android”, http://blog.nielsen.com/nielsenwire/online_mobile/40-percent-of-u-s-mobile-users-own-smartphones-40-percent-are-android/.
    [8] Nielsen. “U.S. Smartphone Battle Heats Up: Which is the “Most Desired” Operating System?”, http://blog.nielsen.com/nielsenwire/online_mobile/us-smartphone-battle-heats-up/.
    [9] 9to5google. “Gartner: Android balloons to 52.5 percent smartphones”, http://9to5google.com/2011/11/15/gartner-android-balloons-to-52-5-percent-smartphones/.
    [10] 台灣農產品安全追溯資訊網TAFT. “認識產銷履歷”, http://taft.coa.gov.tw/ct.asp?xItem=4&CtNode=256&role=C.
    [11] Ben Dodson, Hristo Bojinov, Monica S. Lam. “Touch and Run with Near Field Communication (NFC)”, The Stanford Mobile and Social Computing Research Group, 2010.

    下載圖示
    QR CODE