학술논문

Evaluating Performance of Symmetric Encryption Algorithms
Document Type
Conference
Source
2016 International Conference on Computational Science and Computational Intelligence (CSCI) CSCI Computational Science and Computational Intelligence (CSCI), 2016 International Conference on. :1378-1379 Dec, 2016
Subject
Computing and Processing
Encryption
Standards
Approximation algorithms
Algorithm design and analysis
Ciphers
Classification algorithms
encryption
decryption
AES
Blowfish
Language
Abstract
The security of information being stored and transmitted is paramount in today's world. Many efficient encryption standards exist for securing classified data from cyber threats. Two common types of encryption algorithms are classified as Symmetric and Asymmetric. With Symmetric encryption, the same key/password is used to cipher and decipher data whereas with Asymmetric algorithms, we have different key/passwords for encryption and decryption. Symmetric algorithms tend to be less complicated than Asymmetric and hence are more widely used. In this paper, we evaluate and compare the performance between the universally used Advanced Encryption Standard (AES) and Blowfish algorithms. The execution time is measured for different types of data string values. The length of the string as well as ASCII value range is also varied.