A modified approach to improve the performance of AES using feistel structure

In encryption algorithm design, apart from the security performance, processing performance and the cost of the implementation are very important trade-off parameters. A most popular and widely adopted symmetric encryption algorithm is the Advanced Encryption Standard (AES). It suffers from the dema...

全面介紹

Saved in:
書目詳細資料
主要作者: Al-Ansi, Afeef Yahya Ahmed
格式: Thesis
語言:English
出版: 2018
主題:
在線閱讀:http://psasir.upm.edu.my/id/eprint/68819/1/FSKTM%202018%2027%20IR.pdf
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
實物特徵
總結:In encryption algorithm design, apart from the security performance, processing performance and the cost of the implementation are very important trade-off parameters. A most popular and widely adopted symmetric encryption algorithm is the Advanced Encryption Standard (AES). It suffers from the demand for the performance efficiency. To improve its computational cost, we propose a modification of the AES technique. Having found that out of the four major operations in the AES; MixColumn is the one that takes huge amount of computing time and for which replacement with look-up table adds additional space constrain, we propose replacing the MixColumns with a Feistel Structure that exits and is the main engine of the Data Encryption Standard (DES). Empirical performance analysis on our proposed modified AES shows a significant reduction in the processing time by up to 67% on the average. The method support parallel implementation with little overhead.