Title :
Improving the throughput of the AES algorithm with multicore processors
Author :
Barnes, Angelo ; Fernando, Ryan ; Mettananda, Kasuni ; Ragel, Roshan
Author_Institution :
Dept. of Comput. Eng., Univ. of Peradeniya, Peradeniya, Sri Lanka
Abstract :
AES, Advanced Encryption Standard, can be considered the most widely used modern symmetric key encryption standard. To encrypt/decrypt a file using the AES algorithm, the file must undergo a set of complex computational steps. Therefore a software implementation of AES algorithm would be slow and consume large amount of time to complete. The immense increase of both stored and transferred data in the recent years had made this problem even more daunting when the need to encrypt/decrypt such data arises. As a solution to this problem, in this paper, we present an extensive study of enhancing the throughput of AES encryption algorithm by utilizing the state of the art multicore architectures. We take a sequential program that implements the AES algorithm and convert the same to run on multicore architectures with minimum effort. We implement two different parallel programmes, one with the fork system call in Linux and the other with the pthreads, the POSIX standard for threads. Later, we ran both the versions of the parallel programs on different multicore architectures and compared and analysed the throughputs between the implementations and among different architectures. The pthreads implementation outperformed in all the experiments we conducted and the best throughput obtained is around 7Gbps on a 32-core processor (the largest number of cores we had) with the pthreads implementation.
Keywords :
Linux; cryptography; multiprocessing systems; parallel programming; AES algorithm; Linux; POSIX standard; advanced encryption standard; multicore architectures; multicore processors; parallel programming; sequential program; software implementation; symmetric key encryption standard; Encryption; Multicore processing; Program processors; Standards; Throughput; AES Algorithm; Advanced Encryption Standard; Fork System Call; High Throughput AES; Multicore Processors; POSIX Threads; Parallel Processing;
Conference_Titel :
Industrial and Information Systems (ICIIS), 2012 7th IEEE International Conference on
Conference_Location :
Chennai
Print_ISBN :
978-1-4673-2603-2
DOI :
10.1109/ICIInfS.2012.6304791