Efficient Secured Communication of Audio and Video Using AES With Minimal Resources
Efficient Secured Communication of Audio and Video Using AES With Minimal Resources
Efficient Secured Communication of Audio and Video Using AES With Minimal Resources
By
Guided by
GOPI G A
Ms. Rekha pillai
(1AM13LVS05)
M.tech 4th sem
Assistant professor
AMCEC ,Banglore
INTRODUCTION
The need of secured communication over internet
network leads to development of several
cryptographic algorithm implementation using
hardware is more secure .
In this paper implementation of Advanced
Encryption Standard (AES) using Xilinx vertex 5
field programmable gate array (FPGA).
We can also assure secured encryption for audio
and video by converting them into Hex- decimal
values using programming in matlab. So this
approach leads better
throughput with better
delay .
Literature survey
AES proposal: Rijndael, NIST AES Proposal, by J. Daeme
and V. Rijmen in June 1998.
Since , a clear replacement for DES was needed.
Announcing the ADVANCED ENCRYPTION STANDARD
(AES), By NIST in 2001.
Efficient Implementation of AES Algorithm in FPGA
Device, by S. Kaur and R. Vig, in 2007.
In this paper , I am implementing encryption for
video/image files with less memory and delay along with
better throughput results .
AES Structure
data block of 4 columns of 4 bytes is state
key is expanded to array of words
has 9/11/13 rounds in which state undergoes:
1.
byte substitution (1 S-box used on every byte)
2.
shift rows (permute bytes between
groups/columns)
3.
mix columns (subs using matrix multiply of
groups)
4.
add round key (XOR state with key material)
SHIFT ROW
SUB BYTE
MIX COLUMN
ADVANTAGE
AES can be efficiently implemented
on 32-bit CPU
AES is faster in both hardware and
software , So More efficient .
Less Memory consumption .
APPLICATION
For Secure data transfer in Military .
For Bank security , like Net banking .
For Website security , like password
setting .
THANK YOU