Secure File Storage On Cloud Using Hybrid Cryptography
Secure File Storage On Cloud Using Hybrid Cryptography
Secure File Storage On Cloud Using Hybrid Cryptography
11(04), 01-05
RESEARCH ARTICLE
SECURE FILE STORAGE ON CLOUD USING HYBRID CRYPTOGRAPHY
Ashwin Satheesh Kumar1, Anfah K.1, Hariharan T.1, Rosna Parveen1, Sizan Mahmud1 and Dr. Sonal
Sharma1,2
1. Department of CSE CTIS, Faculty of Engineering and Technology, JAIN (Deemed-to-be-University) Karnataka
562112, India.
2. Associate Professor School of CSE.
……………………………………………………………………………………………………....
Manuscript Info Abstract
……………………. ………………………………………………………………
Manuscript History Our project aims to provide secure file storage for users on the cloud
Received: 05 February 2023 (specifically on AWS S3) by utilizing a hybrid cryptography approach.
Final Accepted: 09 March 2023 This involves encrypting files using both AES and RSA algorithms,
Published: April 2023 with the user receiving the encryption key through email. To further
enhance security, the key will be hidden behind an image or within a
PDF document using steganography techniques. Additionally, the files
stored in the S3 bucket will also be encrypted, but instead of encrypting
the contents of the file, we will encrypt the file format itself. The file
format can be decrypted using the GHE decryption key and software,
which will be made available to end-users. Overall, our project aims to
provide a robust and secure solution for cloud-based file storage.
Literature Survey
BIJETA SETH,SURJEET DALAL,VIVEK JAGLAN,DAC-NHUONG LE,SENTHILKUMAR
MOHAN,GAUTAM SRIVASTAVA. INTEGRATING ENCRYPTION TECHNIQUES FOR SECURE
DATA storage in the cloud(2020)
This paper centers around the integration of Hybrid cryptography with a cloud storage system. The authors provide
insights into a new architecture's implementation, which can provide an improved level of security for outsourcing
information in a cloud computing environment that involves multiple independent cloud providers. The framework
includes dual encryption and data fragmentation techniques that facilitate the secure distribution of information in a
multi-cloud environment. The authors have addressed various concerns related to this area, particularly those
concerning integrity, security, confidentiality, and authentication [3]
PUNAM V. MAITRI, ARUNA VERMA. SECURE FILE STORAGE USING HYBRID CRYPTOGRAPHY
(2016)
This paper focuses on how files are securely stored using cryptography. It also discusses the drawbacks of just using
just one cryptographic algorithm and a method of securing user data stored on the cloud by utilizing hybrid
cryptography algorithms. The authors propose a tool that encrypts files using both AES and RSA, and the user
receives the key via email. [5]
Objective:-
To make a secure file storage system in the cloud using hybrid cryptography
Proposed Methodolgy:-
Step 1: Execute the python program
Step 2: Console login for end users.
Step 3: Files will be moved to your secure storage bucket
Step 4: Hybrid encryption process will begin. Any two of the best symmetric and asymmetric encryptions will
be chosen [3,5]
Step 5: The contents of the file won’t be encrypted rather the file format would be encrypted
Step 6: Key is sent directly to your email ID [5]
Step 7: It uses steganography to send the key [5]
Step 8: Decryption software will only be with the end users
2
ISSN: 2320-5407 Int. J. Adv. Res. 11(04), 01-05
System Design
Flow Chart:
Results:-
1.Call help by running main code with -h para meter
3
ISSN: 2320-5407 Int. J. Adv. Res. 11(04), 01-05
Conclusion:-
The project described involves implementing a two-stage encryption algorithm that offers high security, scalability,
confidentiality, and ease of accessibility for multimedia content on the cloud. The second stage of the algorithm is
critical as it involves a randomly generated key that provides greater security than conventional encryption systems.
The resulting ciphertext is stored in the cloud, and it is extremely difficult to recover the original content without the
random asymmetric key. The proposed algorithm has wide applications and protects information from side-channel
attackers who attempt to grab data from the cloud. As a result, your content is kept safe in the cloud using this
algorithm
References:-
1. Schenieronsecurity.https://www.schneier.com/academic/blowfish/.Lastaccessed31Oct2017
2. Bilal habib, Bertrand Cambou, Duanebooher, Christopher Philabaum. Public key exchange scheme that is
addressable (pka)(2017)
3. BijetaSeth,SurjeetDalal,VivekJaglan,Dac-Nhuong Le,SenthilkumarMohan,Gautam Srivastava. Integrating
encryption techniques for secure data storage in the cloud (2020)
4. NgweTT,PhyoSW(2015)Hybridcryptosystemfordatasecurity.IntJAdvElectronComput Sci 2(6)
5. Punam V. Maitri, Aruna Verma. Secure file storage using hybrid cryptography (2016)
6. Vasundhara S (2017) The advantages of elliptic curve cryptography for security. Glob J Pure Appl Math
13(9):4995–5011. ISSN 0973-1768
7. KamaraS,LauterK(2010)Cryptographiccloudstorage.LectNotesComputSci6054:136–149
8. Bansal VP, Singh S (205) A hybrid data encryption technique using RSA and blowfish for cloud computing on
FPGAs. In: 2nd international conference on recent advances in engineering computational sciences (RAECS),
Chandigarh, pp 1–5
4
ISSN: 2320-5407 Int. J. Adv. Res. 11(04), 01-05