跳到主要內容

臺灣博碩士論文加值系統

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

詳目顯示

我願授權國圖
: 
twitterline
研究生:陳彥學
研究生(外文):Chen ,Yen-Shase
論文名稱:快速模乘法運算及其在密碼學之應用
論文名稱(外文):Fast modular multiplication and its application on cryptography
指導教授:黃宗立黃宗立引用關係
指導教授(外文):Tzonelih Hwang
學位類別:碩士
校院名稱:國立成功大學
系所名稱:資訊及電子工程研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:1995
畢業學年度:83
語文別:中文
論文頁數:57
中文關鍵詞:公開金匙系統私匙系統模乘法模指數
外文關鍵詞:public key systemprivat key systemmodular multiplicationiation
相關次數:
  • 被引用被引用:0
  • 點閱點閱:484
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:1
電腦網路的發達提供了資訊的快速流通,無疑的使資訊的傳播更加的便利
,而在它提供快速、便利傳輸的同時,一些潛伏安全性的問題也隨之產生
,例如竊聽、偽冒等等。為了防止這些網路上的安全問題,密碼系統及電
子數位簽章等密碼學技巧對於防制網路上安全提供了一解決的方法。現今
的密碼技術可分為公開金匙系統及私匙系統。而公開金匙系統的概念自
1976 年被 Diffie & Hellman 提出之後, 不斷的有學者投入公開金匙系
統之研究。 如 RSA、ElGamal 及 DSA 等密碼及電子簽章系統。而這些系
統大部份共同的特點就是必需執行大數的指數運算,而大數的指數速度遠
遜於私匙加密,這項缺點對於公開金匙系統的實用性大打了折扣。因此如
何加快指數運算的速度,對於提高公開金匙系統的實用性應有相當的助益
。在加快指數運算的研究上,以往的學者大多集中在減少執行模指數運算
所使用重覆平方及相乘法所需的乘法次數。而本論文由另一觀點利用預先
計算的技巧修改 Chiou & Yang 左移式模乘法演算法及 Montgomery 的右
移式模乘法演算法,大量減少執行模乘法運算所需的加法運算次數,並且
利用相同的觀念擴展至重覆平方及相乘法的應用上。並將兩者相結合,來
加速模指數運算,相對的也使公開金匙系統更加具有實用性。現今大多數
的公開金匙系統都必須使用到一些具特殊性質大質數,所以說大質數的找
尋應是實作一公開金匙系統的第一步。我們針對 RSA 的強質數及
ElGamal 的植基於解離散對數困難度所需的質數及 DSA 電子簽章系統本
身所需求的兩個質數,根據現有質數測試定理提出一套可行的演算法並加
以實作。最後並使用吾人所提的模乘法演算法實作 RSA、 ElGamal 及
DSA 各密碼及電子簽章系統。
The public key system play a important role in crypto- graphy.
Most public key system, such as RSA, ElGamal crypto- system,
are constructed based on modular exponentiation. We must
execute large number modular multiplication to complete modular
exponentitation. The design of a fast algorithm for modular
multiplication with a large modules is the key to developing
a high-speed cryptosystem. The left-shift modular
multiplication is used in cryptosystem widely. The
left-shift algorithm computes the production in n step for n-
bits modules N, where at each step one left shift, one
addition and some comparison are performed. However, the
magnitude additions and comparison slow down for large
operands. The key point to increasing computation speed is to
keep the number of required comparison and addition as
small as possible. The Chiou & Yang propose a algorithm
without magnitude comparisons to increasing the performance of
modular multiplication. We based on the Chiou & Yang
algorithm to propose a modify algorithm that can reduce
about 39% addition operation without magnitude comparisons.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top