0% found this document useful (0 votes)
29 views1 page

Chapter 1-Abstract

This document discusses using a hybrid approach of cryptography techniques like symmetric key cryptography and public key cryptography to securely store files on the cloud. The hybrid approach encrypts data using multiple algorithms like AES, DES, and RC6 for added security. The keys are also encrypted and embedded in images using least significant bit (LSB) encoding, making the keys secure as well. This approach provides advantages like making the stored data and keys on the cloud server secured and avoiding unauthorized access. A disadvantage is that an active internet connection is required to connect to the cloud server.

Uploaded by

Vicky Vignesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Chapter 1-Abstract

This document discusses using a hybrid approach of cryptography techniques like symmetric key cryptography and public key cryptography to securely store files on the cloud. The hybrid approach encrypts data using multiple algorithms like AES, DES, and RC6 for added security. The keys are also encrypted and embedded in images using least significant bit (LSB) encoding, making the keys secure as well. This approach provides advantages like making the stored data and keys on the cloud server secured and avoiding unauthorized access. A disadvantage is that an active internet connection is required to connect to the cloud server.

Uploaded by

Vicky Vignesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

CHAPTER 1 ABSTRACT

ABSTRACT

Secure File Storage on Cloud using Hybrid Cryptography

The idea of splitting and merging adds on to meet the principle of data
security. The hybrid approach when deployed in cloud environment makes the
remote server more secure and thus, helps the cloud providers to fetch more
trust of their users. For data security and privacy protection issues, the
fundamental challenge of separation of sensitive data and access control is
fulfilled. Cryptography technique translates original data into unreadable form.

Cryptography technique is divided into symmetric key cryptography and


public key cryptography. This technique uses keys for translate data into
unreadable form. So only authorized person can access data from cloud server.
Cipher text data is visible for all people.

Advantages:

The stored image file is completely secured, as the file is being


encrypted not by just using one but three encryption algorithm which are AES,
DES and RC6. The key is also safe as it embeds the key in image using LSB.
The system is very secure and robust in nature. Data is kept secured on cloud
server which avoids unauthorized access.

Disadvantages:

• Requires an active internet connection to connect with cloud server.

Secure File Storage on Cloud using Hybrid Cryptography 1

You might also like