Chapter 2 - Introduction
Chapter 2 - Introduction
INTRODUCTION
The aim of the project is to create an encrypted and secured file storage system
to transfer files within users in a remote location. This system will require an
input that is successfully encrypted using any of the algorithm techniques and
store them anywhere. The uploaded file can be downloaded by other users, but
to read the data present in it, they have to decrypt the file using the decryption
algorithm and the information provided about the file within the users by the
owner. The system uses public-key cryptographic techniques like RSA and
Symmetric key cryptography like AES. Hashing techniques like static hashing
and dynamic hashing are used for performing integrity. Due to the encryption
of data, confidentiality is also achieved in the process. The project is also open
to new challenges and future changes to other advanced technologies in
keeping the data secured.
provider can solve this problem by encryption the files by using encryption
algorithm. This paper presents a file security model to provide an efficient
solution for the basic problem of security in cloud environment. In this model,
hybrid encryption is used where files are encrypted by file splitting and RSA is
used for the secured communication between users and the servers.