| 研究生: |
江卓軒 Cho-hsuan Chiang |
|---|---|
| 論文名稱: |
基於錯誤傳遞之認證加密演算法設計 The Design of Authenticated Encryption Scheme Base on Error-Propagation |
| 指導教授: |
顏嵩銘
Sung-ming Yen |
| 口試委員: | |
| 學位類別: |
碩士 Master |
| 系所名稱: |
資訊電機學院 - 資訊工程學系 Department of Computer Science & Information Engineering |
| 論文出版年: | 2014 |
| 畢業學年度: | 102 |
| 語文別: | 英文 |
| 論文頁數: | 57 |
| 中文關鍵詞: | 認證加密演算法 、密碼學 、區塊加密 、完整性檢查 |
| 外文關鍵詞: | Authenticated Encryption, Cryptography, Block cipher algorithm, Integrity checking |
| 相關次數: | 點閱:8 下載:0 |
| 分享至: |
| 查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報 |
認證加密演算法(Authenticated Encryption, AE)為一種網路通訊安全機制,此
機制可同時提供訊息機密性、資料完整性以及來源認證性。傳統之認證加密演算
法由對稱式加密系統以及訊息認證碼(Message authentication Code, MAC)結合產
生,此種兩回合式認證加密演算法(2-pass AE)產生之運算負擔約兩倍於單純使用
加密演算法之系統。
近期之認證加密演算法於效能上有兩種改良方向,首先是使用檢查碼
(Checksum)作為額外輸入確保完整性之單回合式認證加密演算法(single-pass AE),
此類型演算法之運算量低但必須等待解密運算執行後才可進行完整性檢驗。另一
種為加速兩回合式認證加密演算法完整性檢驗步驟之演算法,目前此類型之演算
法雖然保有預先檢驗完整性之特性,但於效能上之改良有限,並無法與前者比擬。
本論文基於錯誤擴散之概念提出兩種不同類型的認證加密演算法。首先是以
Cipher-Block-Chaining mode of operation (CBC)作為基礎設計的單回合式認證加
密演算法Double-Block-Chaining AE (DBC),DBC 具有實作上之優勢以及在區塊
加密演算法中獨有之特性:反向解密和只需實作加密演算法。在加強的版本中,
我們還為其提供了預先檢驗部分完整性以及認證關聯資料的能力。本論文另外提
出了一個完整性檢驗機制,S-box chaining (SC)。除了具備實作容易的特性,與
CBC 結合後再輔以隱藏部分資訊之手段便成為一計算成本低之兩回合式認證加
密演算法,SC-CBC。
Condentiality, integrity and authenticity are basic requirements for ensuring secure com-
munication over internet. Those requirements are separately provided by mode of operations,
such as Cipher-Block-Chaining mode of operation (CBC) and Counter mode of operation
(CTR), and message authentication code (MAC) at rst. Since the combination of mode of
operation and MAC, including Encrypt-then-MAC (EtM), MAC-then-Encrypt (MtE) and
Encrypt-and-MAC (E&M), almost doubled the computational cost, cryptographers work on
designing a more ecient scheme called \Authenticated Encryption (AE)" recently.
Over past thirty years, many dierent kinds of authenticated encryption scheme were pro-
posed. Most of them use \Check Vector (CV)" or MAC together with mode of operations to
additionally provide integrity and authenticity. Cryptographers classied the authenticated
encryption schemes into two categories:
First is improving the combination of mode of operation and MAC, such as \Counter-
with-CBC-MAC mode (CCM)", \Encrypt-then-Authenticate-then-Translate mode (EAX)"
and \Carter-Wegman-with-CTR mode (CWC)". Above schemes also called \Two-pass Au-
thenticated Encryption Scheme (2-pass AE)" because it needs to go through message twice.
Two-pass AE not only meet all the requirements for securing communication but also slightly
decrease the computational cost when comparing to naive methods. Currently, researchers
attempt to improve the authentication modes inside 2-pass AE algorithm to achieve better
performance. \Galois/Counter Mode of operation (GCM)" proposed by McGrew claimed
to provide a low latency and low computational cost AE scheme from implementation aspect.
Second is merging the privacy and authenticity modes into one scheme, which also called
\single-pass AE". Single-pass AE has speed advantage on providing integrity because they
applied check vector and checksum as underlying authentication mechanism, which only
require communications and simple operations. Nevertheless, some of redundancies are pre-
computable. However, there is a disadvantage that receiver must do decryption algorithm
rst, or he will not capable to check for the integrity. Such algorithm will waste computa-
tional resources if any error occurred during transmission.
In this thesis, we are going to propose two dierent kinds of authenticated encryption
scheme using concept of error-propagation. First we construct a single-pass AE which use
CBC mode as backbone, called \Double-Block-Chaining (DBC)". DBC has implementation
advantages and several special properties such as \backward decryption" and\encryption
algorithm only". In enhanced version, we design a novel approach to partially pre-check
the integrity for DBC. Nevertheless, the associated-data (AD) is also authenticated in our
Enhanced-DBC AE scheme. Second, we proposed an integrity checking mechanism, named
\S-Box chaining integrity checking mechanism(SC)". Despite its speed advantage, \S-Box
chaining" is easy to implement and after we combined it with CBC mode which turns out
an simple and ecient two-pass AE, called \S-Box Chaining CBC".
[1] M. Bellare, P. Rogaway, D. Wagner. \The EAX Mode of Operation: A Two-pass
Authenticated-Encryption Scheme Optimized for Simplicity and Eciency," Fast Soft-
ware Encryption 2004, pp.389-407, 2004.
[2] S. Frankel, S. Krishnan, \IP Security (IPsec) and Internet Key Exchange (IKE)
Document Roadmap," RFC 6071 : http://www.hjp.at/doc/rfc/rfc6071.html, 2011.
[3] V. Gligor, P. Donescu, \Fast Encryption and Authentication: XCBC Encryption and
XECB Authentication Modes," Fast Software Encryption 2001, pp.92-108, 2001.
[4] C. Jutla, \Encryption Modes with Almost Free Message Integrity," EUROCRYPT2001,
pp.529-544, 2001.
[5] C. Jutla, \Parallelizable Encryption Mode with Almost Free Message Integrity," Con-
tribution to NIST : http://csrc.nist.g-ov/groups/ST/toolkit/BCM/documents/iapm-
spec.pdf, 2000.
[6] T. Krovetz, P. Rogaway, \The Software Performance of Authenticated-Encryption
Modes," Fast Software Encryption 2011, pp.306-327, 2011.
[7] P. K. Kaushal, R. Sobti, G. Geetha, \Random Key Chaining (RKC): AES Mode of
Operation." International Journal of Applied Information Systems, vol. 1, pp.39-45,
2012.
[8] T. Kohno, J. Viega, D. Whiting, \CWC: A High-Performance Conventional Authenti-
cated Encryption Mode," Fast Software Encryption 2004, pp.408-426, 2004.
[9] C.J. Mitchell,\Analysing the IOBC Authenticated Encryption Mode," Information Se-
curity and Privacy, Springer Berlin Heidelberg. pp.1-12, 2013.
[10] C.J. Mitchell, \Cryptanalysis of the EPBC Authenticated Encryption Mode," Cryptog-
raphy and Coding, Springer Berlin Heidelberg, pp.118-128, 2007.
[11] D. McGrew, W. Feghali, P. Homan, \Cryptographic Algorithm Implementation
Requirements and Usage Guidance for Encapsulating Security Payload (ESP) and
Authentication Header (AH)," Internet Engineering Task Force(IETF) Internet Draft: http://tools.ietf.org/html/draft-ietf-ipsecme-esp-ah-reqts-02, 2013.
[12] D. McGrew, J. Viega, \The Galois/Counter Mode of Operation (GCM)," Submission
to NIST : http://eprint.iacr.org/2004/193.pdf, 2000.
[13] P. Rogaway, \Ecient Instantiations of Tweakable Blockciphers and Renements to
Modes OCB and PMAC," ASIACRYPT 2004, LNCS vol. 3329, Springer, pp.16-31,
2004.
[14] F. Recacha, \IOC: The Most Lightweight Authenticated Encryption Mode?,"
Submission to NIST : http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/
proposedmodes/ioc/iocspec.pdf, 2013.
[15] P. Rogaway, M. Bellare, J. Black, \OCB: A Block-Cipher Mode of Operation for Ecient
Authenticated Encryption," ACM Transactions on Information and System Security
(TISSEC), Vol. 6, no. 3, pp.365-403. 2003.
[16] R.C. Schroeppel, W.E. Anderson, C.L. Beaver, T.J. Draelos, M.D. Torger-
son. \Cipher-state (CS) Mode of Operation for AES," Submission to NIST :
http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/cs/cs-
spec.pdf, 2004.
[17] D. Whiting, N. Ferguson, R. Housley, \Counter with CBC-MAC (CCM)," Sub-
mission to NIST : http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/pr-
oposedmodes/ccm/ccm.pdf, 2002.