IMAGE ENCRYPTION USING TRIPLE DES JAVA PROJECT

preview_player
Показать описание
For More Details Contact
Name:Venkatarao Ganipisetty
Mobile:+91 9966499110
Abstract:
In today’s world almost all digital services like internet communication, medical and military imaging systems, multimedia system needs a high level security. There is a need for security level in order to safely store and transmit digital images containing critical information. This is because of the faster growth multimedia technology, internet and cell phones. Therefore there is a need for image encryption techniques in order to hide images from such attacks. In this system we use Triple DES (Data Encryption Standard) in order to hide image. Such Encryption technique helps to avoid intrusion attacks.

Working
Triple DES uses total three DES Keys say K1, K2 and K3, each of 56 bits. This does not include parity bits. The encryption algorithm is:
CipherText= EK3(DK2(EK1(plaintext)))
I.e., DES encrypt with K1, DES decrypt with K2, then DES encrypt with K3.
Decryption is the reverse:
Plain Text = DK1(EK2(DK3(CipherText)))
I.e., decrypt with K3, encrypt with K2, then decrypt with K1.



Advantages
• The image can only be viewed by the receiver as the image is encrypted using Triple DES and the key is only known to the sender and receiver.
• Since the image is encrypted using Triple DES, it is more secure than the DES.
• Since the key is entered by the sender and receiver, it makes the encryption and decryption more secure.

Disadvantages
• The file size to be transmitted becomes large since it contains encrypted data.
• Since the file size is huge it can be suspected to contain some critical information.
Conclusion
Since image steganography is done using AES, this system provides security from intrusion attacks and the usage of AES technique allows the encryption and decryption process to be more secure and faster. Thus this system provides security in storage and transmission of digital images.
Рекомендации по теме