AES 암호화 알고리즘의 실험적 분석

Experimental Analysis of the AES Encryption Algorithm

  • 오주영 (경인여자대학 정보미디어학부) ;
  • 서진형 (경인여자대학 정보미디어학부)
  • 투고 : 2010.05.04
  • 심사 : 2010.06.11
  • 발행 : 2010.06.30

초록

암호화 작업은 많은 연산시간을 요한다. 본 논문에서는 암호화에 수반되는 연산시간을 분석하기 위해 평문의 압축과 가변의 블록 크기, 라운드 횟수의 사용자 설정 및 단계별 작업과정의 선택적 적용 등의 네 가지 원리에 기초해서 AES 구조를 확장하였다. 실험은 C++로 수행하였으며 실험을 통해 최적의 입력 블록 크기를 도출하였다.

Cryptography is primarily a computationally intensive process. In this paper we expand AES scheme for analysis of computation time with four criteria, first is the compression of plain data, second is the variable size of block, third is the selectable round, fourth is the selective function of whole routine. We have tested our encryption scheme by c++ using MinGW GCC. Through extensive experimentations of our scheme we found that the optimal block size.

키워드