Pages

This tutorial covers the basics of the science of cryptography. It explains how programmers and network professionals can use cryptography to maintain the privacy of computer data. Starting with the origins of cryptography, it moves on to explain cryptosystems, various traditional and modern ciphers, public key encryption, data integration, message authentication, and digital signatures.

Saturday 2 November 2019

[PAPER CRYPTOGRAPHY] AES Encryption and Decryption Using Direct3D 10 API

AES Encryption and Decryption Using Direct3D 10 API
Adrian Marius Chiuţă
Computer Science Department, IT&C Security Master
Cybernetics and Economic Informatics
Academy of Economic Studies
Calea Dorobanţilor, Nb. 15-17, Room 2315, Sector 1, Bucharest
ROMANIA
achiuta@tessera.com, http://ism.ase.ro

Abstract: Current video cards (GPUs – Graphics Processing Units) are very programmable have become much more powerful than the CPUs and they are very affordable. In this paper, we present an implementation for the AES algorithm using Direct3D 10 certified GPUs. The graphics API Direct3D 10 is the first version that allows the use of integer operations, making from the traditional GPUs (that works only with floating-point numbers), General Purpose GPUs that can be used for a large number of algorithms, including encryption. We present the performance of the symmetric key encryption algorithm – AES, on a middle-range GPU and on a middle-range quad-core CPU. On the testing system, the developed solution is almost 3 times faster on the GPU than on one single-core CPU, showing that the GPU can perform as an efficient cryptographic accelerator

Source:https://arxiv.org/
Download Full Paper

0 comments:

Post a Comment