I. Introduction
Data Security plays a pivotal role in many real-time applications such as banking authentication, online services, identity checks, and sensing technology. Cryptography is the process of hiding original data in another format and is retrieved by using the concept of Key. In general, there are several types of cryptography algorithms namely DES, AES, RSA, and ECC etc. Among these algorithms, the AES is predominately used because it is highly secure, easy to design, and faster in operation. AES is six times faster than triple DES. Key Length that can be used for AES is 128 – Bits, 192 – Bits and 256- bits, whereas in DES the Key length is 56 – Bits.