You are on page 1of 1

ABSTRACT

The proposed system presents a development of security enabled automobile remote keyless system. Vehicles with remote keyless system are not new, They began appearing in vehicles at early stages. With the broadening application of wireless system comes an equally daunting challenge of providing security to restrict all but authorized users from gaining access. The proposed system provides RF wireless remote capability which can be used to control from a long distance and allows only authorized person to gain control over it by providing a secret key realized by AES security algorithm. This is considered a low cost and low power implementation. In this remote keyless system there is possibility of exposing the key secret commands to a car thief. This paper proposes a new approach in which encryption of the operation commands is realized by a model of AES algorithm computed with a fixed length key. The AES algorithm is a symmetric block cipher .Block cipher requires different key to each different block. The data block size is fixed to be 128bits, while key length can be 128, 192 or 256 bits. The AES is a round-based algorithm .The number of rounds are 10, 12, or 14, when the key length is 128, 192 or 256 bits respectively. Each round of AES algorithm performs the three transformations add round key, sub bytes and shift rows, except the final round, each round also performs mix columns. The same process is implemented at the receiver end in the reverse order by decryption algorithm and the cipher key is converted to original key and thus this gives access to authorized person. This project would be carried out with AT89S52 Micro controller and industry driven Embedded EDA Tool kits. Advantages of AES include, its a block cipher so plenty of data can be transmitted with different keys. Due to its complexity it is difficult to break the key. Computation speed of different operations will be more. The hardware implementations reduce the encryption/decryption of data. The software implementation reduces the cost.

You might also like