I. 서론
1.1 개요
비대화형 키 교환(NIKE : Non-Interactive Key Exchange) 프로토콜은 통신하고자 하는 상대방의 공개키를 이용하여, 별도의 통신 없이 기밀 통신을 위한 공통키를 생성할 수 있는 키 교환 프로토콜이다.
즉, 비대화형 키 교환 프로토콜에서는 기밀 통신용 공통키를 계산하기 위해 상대방의 공개키 정보와 본인의 개인키 정보만 사용함으로써, 기존의 키 교환 프로토콜들에서 수반되었던 통신 부담을 효과적으로 제거하였다. 따라서 시스템 내의 전체통신량이 부담되는 환경이나 전송횟수에 민감한 환경에서 비대화형 키 교환 프로토콜이 효율적으로 사용될 수 있다.
References
- SS Al-Riyami and KG Paterson, "Certificateless public key cryptography," ASIACRYPT 2003. LNCS, Volume 2894, pp 452-473, 2003.
- Colleen Swanson and David Jao, "A Study of Two-Party Certificateless Authenticated Key-Agreement Protocols," INDOCRYPT 2009. LNCS, Volume 5922, pp 57-71, 2009.
- A. Shamir. "Identity-based cryptosystems and signature schemes," In Proc. Crypto '84, LNCS 196, pages 47-53, 1984.
- Yongxuan Sang, Lili Zhang, Lin You and Zhongwen Li, "Two Non-interactive Key Agreement Protocols under Certificateless Scenarios," International Journal of Advancements in Computing Technology(IJACT), Volume4 Number6,April 2012.
- R Steinwandt, AS Corona, "Identity-based non-interactive key distribution with forward security," Designs, Codes and Cryptography, Volume 64, Issue 1-2, pp 195-208, July 2012. https://doi.org/10.1007/s10623-011-9486-0
- Daniel J. Bernstein, "Curve25519: New Diffie-Hellman Speed Records," Public Key Cryptography-PKC 2006 LNCS Volume 3958, pp 207-228, 2006.
- David Cash, Eike Kiltz, and Victor Shoup, "The Twin Diffie-Hellman Problem and Applications" EUROCRYPT 2008. LNCS, vol. 4965, pp. 127-145, 2008.
- David Pointcheval, Olivier Sanders, "Forward Secure Non-Interactive Key Exchange," Security and Cryptography for Networks, LNCS, Volume 8642, pp 21-39, 2014
- W Diffie, ME Hellman, "New directions in cryptography," Information Theory, IEEE Transactions on, Volume22 Issue6, 644-654, 1976. https://doi.org/10.1109/TIT.1976.1055638
- Eduarda S. V. Freire, Dennis Hofheinz, Eike Kiltz, Kenneth G. Paterson. "Non-Interactive Key Exchange," Public-Key Cryptography - PKC 2013 LNCS Volume7778, pp 254-271, 2013.