A Study on Implementation and Design of Secure VOD System

Secure-VOD 시스템의 설계 및 구현에 관한 연구

  • 한성민 (광운대학교 컴퓨터공학과) ;
  • 유황빈 (광운대학교 컴퓨터공학과)
  • Published : 2000.04.01

Abstract

In this paper, we address vulnerabilities of legacy VOD system and implement secure-VOD system to protect security holes of it. Our secure-VOD system provide user authentication using one-time password, message authentication and encryption/decryption for video server information. To improve security of existing fixed password system, our secure-VOD system use one-time password. Also, our secure-VOD system provides integrity for video server information by generating and verifying message authentication code using HMAC-HAS 160 algorithm. Finally, our secure-VOD system uses RC5 encryption algorithm to guarantee confidentiality for video server information.

본 논문에서는 기존의 VOD 시스템에서 예상되는 보안상의 취약 요소와 이를 해결할 수 있는 방안을 기술하고, 보안상의 안전한 VOD(Secure-VOD) 시스템을 제안한다. 본 논문에서 제안한 Secure-VOD 시스템에서는 사용자인증, 비디오 서버 정보에 대한 메시지 인증, 비디오 서버 정보의 메시지 암호화 등의 암호기술을 적용하였다. 본 Secure-VOD 시스템은 일회용 패스워드 기법을 이용하여 기존의 고정 패스워드 체계를 보강하여 안전성을 향상시켰으며, HMAC-HAS160 알고리즘을 이용한 메시지 코드 생성 및 검증으로 비디오 서버 정보에 대한 무결성을 제공하며, 비디오 서버 정보에 대한 비밀성을 보장하기 위해서, RC5 암호 알고리즘을 사용하였다.

Keywords

References

  1. 1996 RSA Data Security Conference Keying hash functions for message authentication M. Bellare;R. Canetti;H. Krawczyk
  2. IEEE Transactions on Information Theory v.22 no.6 New directions in cryptography Whitfield Diffie;Martin E. Hellman
  3. IETF RFC 1760 The S/KEY One-Time Password System Haller, N.(et al.)
  4. IETF RFC 2289 A One-Time Password System Haller, N.(et al.)
  5. IETF RFC 2104 HMAC : Keyed-Hashing for Message Authentication H. Krawczyk;M. Bellare;R. Canetti
  6. IETF RFC 2040 The RC5, RC5-CBC, RC5-CBC-Pad, and RC5-CTS Algorithms R. Baldwin;R. Rivest
  7. NETWORK AND INTERNETWORK SECURITY William Stallings
  8. Programming NETSCAPE PLUG-INS Zan Oliphant