INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

Size: px
Start display at page:

Download "INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY"

Transcription

1 INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK TECHNIQUES FOR ENSURING DATA STORAGE SECURITY IN CLOUD COMPUTING GANESH B. CHAVAN 1, DR. RAJENDRA R. SAWANT 2, CHAITANYA NIMODIA 3 1. ME(CSE)Student, Department of Computer Science & Engineering, Khurana Sawant Institute of Engg & Technology, Washim Road, Hingoli, SRTM University, Nanded Maharashtra, India. 2. Professor, Khurana Sawant Institute of Engg & Technology, SRTM University, Nanded, Maharashtra, India. 3. Assistant Professor, Department of Computer Science & Engineering, Khurana Sawant Institute of Engg & Technology, SRTM University, Nanded Maharashtra, India. Accepted Date: 05/03/2015; Published Date: 01/05/2015 Abstract: Cloud Computing has been envisioned as the next generation architecture of IT Enterprise. Cloud computing make it possible to store amounts of data. User an entity whose data to be stores in the cloud and server is an entity which manages by cloud service provider(csp) to provide data storage service and has significant storage space and resources. Third party auditor is an optional (TPA) who has capabilities that users may not have is trusted to assess and expose risk of cloud storage services on behalf of the users upon request. Cloud Computing moves the application software s to the large data centers, where the management of the data and services may not be fully trustworthy. Our proposed work, we focus on cloud data storage security, which has always been an important aspect of quality of service. To ensure the correctness of user s data in the cloud, we also propose an effective and flexible distributed scheme. By utilizing the Public key and Private key based homomorphic authenticator on the different techniques with distributed verification of ensure-coded data, our scheme achieves the integration of storage correctness and data error localization.the proposed design further supports secure and efficient dynamic activities including data modification, deletion, append. Extensive security and performance analysis shows that the proposed scheme is highly efficient and resilient against malicious data modification attack. Keywords: Cloud computing, Public Key, Private Key, authentication, data security, Cloud S Corresponding Author: MR. GANESH B. CHAVAN Access Online On: How to Cite This Article: PAPER-QR CODE 966

2 INTRODUCTION Several veers are opening on the time of Cloud Computing, which is an Internet based improvement and use of computer knowledge. There are many powerful processors together with the software as a service (SaaS) computing design, are transform data centers into computing service on a massive scale [1]. The increasing network bandwidth and dependable yet flexible network connections make it even possible that users can now support high quality services from data and software. Moving data into the cloud offers great expediency to users since they don t have to care about the complexities of direct hardware managing [2]. The initiate of Cloud Computing vendors, Amazon Simple Storage Service (S3) and Amazon Elastic Compute Cloud (EC2) are both well acknowledged examples.[3] While these internet-based online services do provide large amounts of storage space and resources, this computing platform shift, however, is eliminating the dependability of local machines for data maintenance at the same time. As a result, users are at the mercy of their cloud service providers for the availability and integrity of their data. Amazon s S3 is such an example. From the point of view of data security, which has always been an important aspect of quality of service, Cloud Computing predictably poses new demanding security threats for number of reasons. Firstly, conventional cryptographic primitives for the purpose of data security protection cannot be directly assumed due to the user s loss control of data under Cloud Computing. Therefore, authentication of correct data storage in the cloud must be conducted without explicit knowledge of the whole data. Secondly, Cloud Computing is not just a third party data warehouse. The data stored in the cloud may be often updated by the users. Last but not the least, the use of Cloud Computing is powered by data centers running in a concurrent and distributed manner [3]. Individual user s data is unnecessary stored in multiple physical locations to further reduce the data integrity threats. Therefore, distributed protocols for storage correctness declaration will be of most importance in achieving a secure cloud data storage system in the real world [4]. However, such important area remains to be fully explored in the literature [8]-[10]. Recently, the importance of ensuring the remote data integrity has been highlighted by the following research works These techniques, while can be useful to ensure the storage correctness without having users possessing data, cannot address all the security threats in cloud data storage, since they are all focusing on single server scenario and most of them do not consider dynamic data operations [5]. In this paper, we propose an effective and flexible distributed system with explicit dynamic data support to ensure the 967

3 correctness of users data in the cloud. This construction significantly reduces the communication and storage overhead as compared to the traditional replication-based file Expected impact Methods and tools for better understanding and identifying the risks and consequences when moving application software s into the cloud[6] Wider adoption of cloud computing in critical infrastructures through clear specification, design, and implementation guidelines for security goals in highly sensitive cloud computing scenarios[6] Evaluation and adoption of project results in real-world application scenarios[6] Research targets Understanding risk in the created cloud for critical infrastructure IT services [7] Security policy specification for the cloud. Building resilient, high-assurance systems in the cloud Linking technical and legal aspects 2. PROBLEM STATEMENT 2.1 System framework Cloud data storage Module: - Cloud data storage, a user stores his data through a CSP into a set of cloud servers, which are running in a simultaneous, the user interacts with the cloud servers via CSP to access or retrieve his data. Client Module: - In this module, the client sends the query to the server. Based on the query the server sends the corresponding file to the client. Cloud Authentication Server: The Authentication Server (AS) functions as any AS would with a few additional behaviors added to the typical client-authentication protocol. The first addition is the sending of the client authentication information to the masquerading router. 968

4 Unauthorized data modification and corruption module:- One of the key issue is to effectively detect any unauthorized data modification and corruption, possibly due to server compromise and/or random Byzantine failures. 2.2 Adversary framework We consider two types of adversary framework with different levels of capacity in this paper: Week framework The adversary is involved in corrupting the user s data files stored on individual servers. Once a server is comprised a challenger can corrupt the original data files by modifying its own fallacious data to prevent the original data from being retrieved by the user Effective framework This is the low rest case situation, in which we assume that the challenger can cooperation all the storage servers so that he can deliberately modify the data files as long as they are internally dependable. In fact, this is equivalent to the case where all servers are colluding together to hide a data loss. Project justification 2.3 Design Goals Figure 1. Network for cloud storage To guarantee the security for cloud data storage under the afore named adversary model, we aim to design effective mechanisms for data verification and operation and achieve the following goals: 969

5 Effective correctness using different technique (SaaS, HaaS, IaaS Fast localization of data error using different technique (SaaS, HaaS, IaaS Dynamic data support using different technique (SaaS, HaaS, IaaS Dependability using different technique (SaaS, HaaS, IaaS Lightweight using different technique (SaaS, HaaS, IaaS) 2.4 Notation & Preliminaries F-The data file to be stored. We assume F that can be denoted as a matrix M of equal-sized data vectors each consisting of l blocks. Data blocks are all well represented as elements in Galois Field for w= 4, 6, 8. R- The dispersal matrix used for Reed-Solomon coding. D-Data matrix constructed over data vectors. C- The encoded file matrix, which includes a set of vectors, n=m+k each consisting of l blocks. PRF - Pseudorandom function. PRP- Pseudorandom permutation. 3. CLOUD DATA STORAGE 3.1 Algorithm 1 Token Pre-computation 1. Start 2. Choose file to upload 3. Generate n*m Vector Matrix D on file F. 4. Create Reed Solomon Matrix P over Galois Field where w=4. 5. Generate Matrix C=D*P. 970

6 6. Compute Token over Matrix C. ComputeToken (C, l, t, r) where l- block size t - no. of token r- indices per verification. Compute the tokens by pseudorandom function PRF & pseudorandom permutation function PRP 7. Store these precomputed tokens on the main cloud server. 8. Disperse the file over the Cloud. i.e. Matrix D 9. End. 3.2 Correctness confirmation and Error Localization To eliminate the errors in storage systems key prerequisite is to locate the errors. However, many previous schemes do not explicitly consider the problem of data error localization, thus only provide binary results for the storage verification. In our scheme we integrate the correctness verification and error localization in our challenge-response protocol.[11]-[12] The newly computed tokens from servers for each challenge are compared with pre-computed tokens to determine the correctness of the distributed storage. This also gives information to locate potential data errors. Algorithm Correctness verification 1 Begin Challenge i, for i=(i=1 to n ), where n total number of cloud servers. 2. Get Token A( ) // Getting precomputed tokens from main cloud server. 3. handlec() // Reading file blocks from all cloud servers for calculating new tokens. 4. Generate Vector Matrix D on all file blocks that are read in step Create Reed Solomon Matrix P 6. Generate Matrix C= D*P. On this matrix, new tokens will be computed. 7. Compute token on Matrix C. Compute Token (C, l, t, r) 8. If (Precomputed token == newly computed token) then, Data is intact Else Data is Corrupt. For that i, initiate the recovery. 9. End 971

7 Algorithm: Error Recovery 1. Start Assume that the data corruptions have been detected & s <= k servers have been identified misbehaving. 2. Download data blocks from backup server. 3. Generate data vectors as per number of cloud storage servers. 4. Distribute the data blocks to corresponding servers & recover the data. 5. End. 4. Data Operation Support In cloud data storage, there are many potential scenarios where data stored in the cloud is dynamic, like electronic documents, photos, or log files etc. Therefore, it is crucial to consider the dynamic case, where a user may wish to perform various operations of update, delete and append to modify the data file while maintaining the storage correctness assurance. The straightforward and trivial way to support these operations is for user to download all the data from the cloud servers. In cloud data storage, sometimes the user may need to modify some data stored in the cloud, from its current value to a new one. We refer this operation as data update. To perform update operation on particular data block client need to recalculate the verification token on updated data. Also client need to update this value of newly calculated token to all the replicas of file in storage cloud [4,5]. When user want to perform update operation, the splitted file from all storage servers is merged and given to the user to perform data updates. Once user has finished with the updating the data, new tokens are calculated on whole file and they are stored on main cloud server Sometimes, after being stored in the cloud, certain data may need to be deleted [7,8]. The delete operation we are considering is a general one. When user wants to delete some file, he can simply delete it. In delete operation, file blocks that are distributed among cloud storage servers are all deleted [13]. In case of insert operation, we are treating as a part of update operation and we are relaying on update operation for insert operation. 4. SECURITY ANALYSIS AND PERFORMANC EEVALUATION In this section, we analyze our proposed scheme in terms of security and efficiency [9]. Our security analysis focuses on the adversary model defined in We also evaluate the efficiency of 972

8 our scheme via implementation of both file distribution preparation and verification token precomputation. 1. Performance Evaluation a) File Distribution Preparation: We implemented the generation of parity vectors for our scheme under field our experiment is conducted using C on a system with an Intel Core 2 processor running at 2.06 GHz, 2500 MB of RAM, and a 8200 RPM Western Digital 350 GB Serial ATA drive with an 10 MB buffer. TABLE I: The cost of parity generation in seconds for an 10 GB data file. For set I, set II the number of parity server s k is fixed.. 5. RELATED WORK Juels et al. described a formal proof of retrievability (POR) model for ensuring the remote data integrity. Their scheme combines spot-cheking and error-correcting code to ensure both possession and retrievability of files on archive service systems. Shacham et al. built on this model and constructed a random linear function based homomorphic authenticator Bowers et al. proposed an improved framework for POR protocols that generalizes both Juels and Shacham s work. Later in their subsequent work, Bowers et al. extended POR model to distributed systems [4]. However, all these schemes are focusing on static data.. Ateniese et al.defined the provable data possession (PDP) model for ensuring possession of file on untrusted storages [5]. Their scheme utilized public key based homomorphic tags for auditing the data file. After that Ateniese et al.described a PDP scheme that uses only symmetric key cryptography [5]. This method has lower-overhead than their previous scheme and allows for block updates, deletions and appends to the stored file, which has also been supported in our work. However, their scheme focuses on single server scenario and does not address small data corruptions, leaving both the distributed scenario and data error recovery issue unexplored. 973

9 6. CONCLUSION In this paper, we investigated the problem of data security in cloud data storage, which is essentially a distributed storage system. To ensure the correctness of users' data in cloud data storage, we proposed an effective and flexible distributed scheme with explicit dynamic data support, including block update, delete, and append We rely on erasure-correcting code in the file distribution preparation to provide redundancy parity vectors and guarantee the data dependability. By utilizing the homomorphic token with distributed verification of erasure coded data, our scheme achieves the integration of storage correctness insurance and data error localization, i.e., whenever data corruption has been detected during the storage correctness verification across the distributed servers, we can almost guarantee the simultaneous identification of the misbehaving server. Through detailed security and performance analysis, we show that our scheme is highly efficient and resilient to Byzantine failure, malicious data modification attack, and even server colluding attacks. We believe that data storage security in Cloud Computing, an area full of challenges and of paramount importance, is still in its infancy now, and many research problems are yet to be identified. We envision several possible directions for future research on this area. The most promising one we believe is a model in which public verifiability is enforced. Public verifiability, supported in, allows TPA to audit the cloud data storage without demanding users time, feasibility or resources. An interesting question in this model is if we can construct a scheme to achieve both public verifiability and storage correctness assurance of dynamic data. Besides, along with our research on dynamic cloud data storage, we also plan to investigate the problem of fine-grained data error localization. REFERENCES: 1. Amazon.com, "Amazon Web Services (AWS)," 2. N. Gohring, "Amazon's S3 down for several hours," 3. A. Juels and J. Burton S. Kaliski, "PORs: Proofs of Retrievability for Large Files," 4. H. Shacham and B. Waters, "Compact Proofs of Retrievability," 5. K. D. Bowers, A. Juels, and A. Oprea, "Proofs of Retrievability: Theory and Implementation," 6. G. Ateniese, R. Burns, R. Curtmola, J. Herring, L. Kissner, Z. Peterson and D. Song, "Provable Data Possession at Untrusted Stores," 974

10 7. G. Ateniese, R. D. Pietro, L. V. Mancini, and G. Tsudik, "Scalable and E_-cient Provable Data Possession," 8. T. S. J. Schwarz and E. L. Miller, "Store, Forget, and Check: Using Algebraic Signatures to Check Remotely Administered Storage," 9. J. S. Plank and Y. Ding, Note: Correction to the 1997 Tutorial on Reed-Solomon Coding, Yang, K. and X. Jia, Data storage auditing service in cloud computing: challenges, methods and opportunities. 12. Cong Wang,Qian Wang,Kui Ren, and Wenjing Lou, Ensuring Data Storage Security in Cloud Computing. 13. Raluca Ada Popa, Jacob R. Lorch, David Molnar, Helen J. Wang, and Li Zhuang, Enabling Security in Cloud Storage SLAs with CloudProof. 975

QUALITY OF SEVICE WITH DATA STORAGE SECURITY IN CLOUD COMPUTING

QUALITY OF SEVICE WITH DATA STORAGE SECURITY IN CLOUD COMPUTING QUALITY OF SEVICE WITH DATA STORAGE SECURITY IN CLOUD COMPUTING ABSTRACT G KALYANI 1* 1. M.Tech Student, Dept of CSE Indira Institute of Engineering and Technology, Markapur, AP. Cloud computing has been

More information

Techniques for Efficiently Ensuring Data Storage Security in Cloud Computing

Techniques for Efficiently Ensuring Data Storage Security in Cloud Computing Techniques for Efficiently Ensuring Data Storage Security in Cloud Computing Vasu Raju, Raj Kumar, and Anand Raj vasuraju_1255@yahoo.com naaniraj@gmail.com, anandsofttech@gmail.com M.Tech (C.S.E), S.r.Engg

More information

Delegating Auditing Task to TPA for Security in Cloud Computing

Delegating Auditing Task to TPA for Security in Cloud Computing Delegating Auditing Task to TPA for Security in Cloud Computing 1 Nallam Gowri, 2 D.Srinivas 1,2Dept. of CSE,Kakinada Institute of Engineering & Technology, Korangi, e.g.dt,ap, India Abstract: This paper

More information

Improving data integrity on cloud storage services

Improving data integrity on cloud storage services International Journal of Engineering Science Invention Volume 2 Issue 2 ǁ February. 2013 Improving data integrity on cloud storage services Miss. M.Sowparnika 1, Prof. R. Dheenadayalu 2 1 (Department of

More information

International Journal Of Global Innovations -Vol.5, Issue.I Paper Id: SP-V5-I1-P07 ISSN Online:

International Journal Of Global Innovations -Vol.5, Issue.I Paper Id: SP-V5-I1-P07 ISSN Online: TOWARDS SECURE AND DEPENDABLE AUDITING FOR REGENRATING-CODE -BASED CLOUD STORAGE #1 GADDAM VASUDHA, M.Tech Student, #2 S.NAVEEN KUMAR, Associate Professor, Department of CSE, SREE CHAITANYA INSTITUTE OF

More information

Ensuring Data Storage Security in Cloud Computing using Sobol Sequence

Ensuring Data Storage Security in Cloud Computing using Sobol Sequence 2010 1st International Conference on Parallel, Distributed and Grid Computing (PDGC - 2010) Ensuring Data Storage Security in Cloud Computing using Sobol Sequence P. Syam Kumar, R. Subramanian and D. Thamizh

More information

DATA INTEGRITY TECHNIQUES IN CLOUD: AN ANALYSIS

DATA INTEGRITY TECHNIQUES IN CLOUD: AN ANALYSIS DATA INTEGRITY TECHNIQUES IN CLOUD: AN ANALYSIS 1 MS. R. K. PANDYA, 2 PROF. K. K. SUTARIA 1 M.E.[Cloud Computing] Student, Computer Engineering Department, V. V. P. Engineering College, Rajkot, Gujarat

More information

Remote Data Checking: Auditing the Preservation Status of Massive Data Sets on Untrusted Store

Remote Data Checking: Auditing the Preservation Status of Massive Data Sets on Untrusted Store Remote Data Checking: Auditing the Preservation Status of Massive Data Sets on Untrusted Store Randal Burns randal@cs.jhu.edu www.cs.jhu.edu/~randal/ Department of Computer Science, Johns Hopkins Univers

More information

Batch Verification Scheme for Economic Cloud Storage Services

Batch Verification Scheme for Economic Cloud Storage Services Batch Verification Scheme for Economic Cloud Storage Services K. Sudha 1, Mr. S. Sivaraj, ME 2 II-M.E (CSE), Dept. of CSE, SSM College of Engineering, Komarapalayam, Tamilnadu, India 1 Assistant Professor,

More information

DATA SECURITY IN CLOUD

DATA SECURITY IN CLOUD International Journal of Scientific and Research Publications, Volume 2, Issue 5, May 2012 1 DATA SECURITY IN CLOUD Leena, Mrs A. Kakoli Rao, Chitra Kapoor CSE Department of Galgotia College of Engineering

More information

Secure Auditing For Outsourced Data in Cloud Using Homomorphic Token and Erasure Code

Secure Auditing For Outsourced Data in Cloud Using Homomorphic Token and Erasure Code Secure Auditing For Outsourced Data in Cloud Using Homomorphic Token and Erasure Code N.S. Monalisa Devi 1, T. Sounder Rajan 2 M.E. Department of CSE, K S R College for Engineering and Technology, Tiruchengode,

More information

A Quasi group Encryption based Privacy-Preserving Public Auditing for Data Storage Security in Cloud Computing

A Quasi group Encryption based Privacy-Preserving Public Auditing for Data Storage Security in Cloud Computing Volume 4, No. 2, Jan-Feb 2013 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No. 0976-5697 A Quasi group Encryption based Privacy-Preserving

More information

Efficient Data Storage Security with Multiple Batch Auditing in Cloud Computing

Efficient Data Storage Security with Multiple Batch Auditing in Cloud Computing Efficient Data Storage Security with Multiple Batch Auditing in Cloud Computing P. Sukumar [1] Department of Computer Science Sri Venkateswara College of Engineering, Chennai B. Sathiya [2] Department

More information

A Public Auditing Framework for Cloud Storage Security

A Public Auditing Framework for Cloud Storage Security A Public Auditing Framework for Cloud Storage Security S. Satish Kumar A.Sudheer Kumar D.Venkatesh M.Tech Student (CSE) Assistant Professor Dean of CSE & IT GATES Institute of Tech, Gooty GATES Institute

More information

Tracking Down Unauthorized Access by Users in Cloud

Tracking Down Unauthorized Access by Users in Cloud Tracking Down Unauthorized Access by Users in Cloud Swati Mehta #1, Jitender Saini #2 1,2Department of Computer Science 1,2N.C College of Engineering, Israna Haryana, India ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

ISSN Vol.08,Issue.16, October-2016, Pages:

ISSN Vol.08,Issue.16, October-2016, Pages: ISSN 2348 2370 Vol.08,Issue.16, October-2016, Pages:3146-3152 www.ijatir.org Public Integrity Auditing for Shared Dynamic Cloud Data with Group User Revocation VEDIRE AJAYANI 1, K. TULASI 2, DR P. SUNITHA

More information

Enabling Efficiency in Data Dynamics for Storage Security in Cloud Computing

Enabling Efficiency in Data Dynamics for Storage Security in Cloud Computing Enabling Efficiency in Data Dynamics for Storage Security in Cloud Computing K.Gayathri 1, P.Umamaheswari 2, P.Senthilkumar 3 Assistant Professor, Anna University, Tamilnadu, India 1,2 Assistant Professor,

More information

Dynamic and Flexible Group Key Generation Based on User Behaviour Monitoring

Dynamic and Flexible Group Key Generation Based on User Behaviour Monitoring International Journal of Computing Academic Research (IJCAR) ISSN 2305-9184, Volume 5, Number 1 (February 2016), pp.27-32 MEACSE Publications http://www.meacse.org/ijcar Dynamic and Flexible Group Key

More information

Survey Paper on Efficient and Secure Dynamic Auditing Protocol for Data Storage in Cloud

Survey Paper on Efficient and Secure Dynamic Auditing Protocol for Data Storage in Cloud Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 1, January 2014,

More information

ISSN: [Shubhangi* et al., 6(8): August, 2017] Impact Factor: 4.116

ISSN: [Shubhangi* et al., 6(8): August, 2017] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY DE-DUPLICABLE EFFECTIVE VALIDATION of CAPACITY for DYNAMIC USER ENVIRONMENT Dr. Shubhangi D C *1 & Pooja 2 *1 HOD, Department

More information

Fine-Grained Data Updates on Cloud with Authorized Public Auditing

Fine-Grained Data Updates on Cloud with Authorized Public Auditing IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 03, 2015 ISSN (online): 2321-0613 Fine-Grained Data Updates on Cloud with Authorized Public Auditing Sindhu L 1 Ms Leelavathi

More information

Preserving Data Integrity in Cloud Storage

Preserving Data Integrity in Cloud Storage Preserving Data Integrity in Cloud Storage Jegadeesan.K 1, Sivakumar.K 2 M.E, Department of CCE, Erode Builder Educational Trust s Group of Institutions, Kangayam, Tamilnadu, India 1 M.E, Department of

More information

Homomorphic Token and Distributed Erasure-Code for cloud

Homomorphic Token and Distributed Erasure-Code for cloud Homomorphic Token and Distributed Erasure-Code for cloud 1B.Anjani Kumar, 2K.Hari Prasad, 3C.Subash Chandra 1,3Dept. of CSE, Kakinada Institute of Engineering & Technology, Korangi, AP, India 2P.G.Department

More information

Public Verifiability of Stored Data in Cloud using Disassembly of Data Segment

Public Verifiability of Stored Data in Cloud using Disassembly of Data Segment Public Verifiability of Stored Data in Cloud using Disassembly of Data Segment Adhikrao.Y.Jadhav Department of Computer Science & Engg. Sachin P. Patil Department of Information Technology, Annasaheb Dange

More information

Keywords Cloud Data Storage, Privacy Preserving, Public Auditability, Cryptographic Protocols, Cloud Computing.

Keywords Cloud Data Storage, Privacy Preserving, Public Auditability, Cryptographic Protocols, Cloud Computing. Volume 4, Issue 10, October 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Implementation

More information

Enabling Data Integrity Protection in Regenerating-Coding-Based Cloud Storage: Theory and Implementation (Supplementary File)

Enabling Data Integrity Protection in Regenerating-Coding-Based Cloud Storage: Theory and Implementation (Supplementary File) 1 Enabling Data Integrity Protection in Regenerating-Coding-Based Cloud Storage: Theory and Implementation (Supplementary File) Henry C. H. Chen and Patrick P. C. Lee 1 ADDITIONAL RELATED WORK This section

More information

I. INTRODUCTION The services offered by cloud can be categorized into three categories that are broadly defined as:

I. INTRODUCTION The services offered by cloud can be categorized into three categories that are broadly defined as: Volume 6, Issue 4, April 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Enhanced Dynamic

More information

Scalability Services in Cloud Computing Using Eyeos

Scalability Services in Cloud Computing Using Eyeos Journal of Computer Science Original Research Paper Scalability Services in Cloud Computing Using Eyeos 1 Deivendran, P. and 2 E.R. Naganathan 1 Manonmaniam Sundaranar University, Tirunelveli, India 2

More information

Available online at ScienceDirect. Procedia Computer Science 48 (2015 ) (ICCC-2014) (ICCC-2015)

Available online at   ScienceDirect. Procedia Computer Science 48 (2015 ) (ICCC-2014) (ICCC-2015) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 347 352 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

More information

IMPROVING DATA DYNAMICS AND STORAGE SECURITY IN CLOUD COMPUTING

IMPROVING DATA DYNAMICS AND STORAGE SECURITY IN CLOUD COMPUTING International Journal of Advancements in Research & Technology, Volume 2, Issue4, April 2013 327 IMPROVING DATA DYNAMICS AND STORAGE SECURITY IN CLOUD COMPUTING Badi Alekhya Department of CSE T.J.S Engineering

More information

Research Article. August 2017

Research Article. August 2017 International Journals of Advanced Research in Computer Science and Software Engineering ISSN: 2277-128X (Volume-7, Issue-8) a Research Article August 2017 Data Integrity Techniques in Cloud Computing:

More information

Improved Third Party Auditing Approach For Shared Data In The Cloud With Efficient Revocation Of User

Improved Third Party Auditing Approach For Shared Data In The Cloud With Efficient Revocation Of User Improved Third Party Auditing Approach For Shared Data In The Cloud With Efficient Revocation Of User Miss Madhuri Kulkarni PG Student, Dept. Of Computer Engineering, Alard Collage of Engineering and Management,

More information

DYNAMIC AGGREGATE KEY GENERATOR FOR CLOUD COMPUTING

DYNAMIC AGGREGATE KEY GENERATOR FOR CLOUD COMPUTING DYNAMIC AGGREGATE KEY GENERATOR FOR CLOUD COMPUTING Deepika Patil, Ashish Modak, Swagnik Das, Arshi Akab Abstract Cloud storage enables users to remotely store their data and enjoy the on-demand high quality

More information

STRUCTURED EMINENT DYNAMIC AUDITING FOR SECURE DATA STORAGE IN CLOUD COMPUTING

STRUCTURED EMINENT DYNAMIC AUDITING FOR SECURE DATA STORAGE IN CLOUD COMPUTING INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 STRUCTURED EMINENT DYNAMIC AUDITING FOR SECURE DATA STORAGE IN CLOUD COMPUTING Mr.Elamparithi P 1, Mr.Thanga Mariappan

More information

International Journal of Advance Engineering and Research Development. AN Optimal Matrix Approach for virtual load allocation and data sharing

International Journal of Advance Engineering and Research Development. AN Optimal Matrix Approach for virtual load allocation and data sharing Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 02, February -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 AN

More information

Remote Data Checking for Network Codingbased. Distributed Storage Systems

Remote Data Checking for Network Codingbased. Distributed Storage Systems CCSW 0 Remote Data Checking for Network Coding-based Bo Chen, Reza Curtmola, Giuseppe Ateniese, Randal Burns New Jersey Institute of Technology Johns Hopkins University Motivation Cloud storage can release

More information

PERFORMANCE OF CLOUD DATA INTEGRITY PROOFS IN CLOUD STORAGE SYSTEM USING CRYPTOGRAPHIC KEY

PERFORMANCE OF CLOUD DATA INTEGRITY PROOFS IN CLOUD STORAGE SYSTEM USING CRYPTOGRAPHIC KEY PERFORMANCE OF CLOUD DATA INTEGRITY PROOFS IN CLOUD STORAGE SYSTEM USING CRYPTOGRAPHIC KEY B.M.RAJESH 1 Asst Prof, Department of Information Technology, SNMV College of Arts and Science, Tamil Nadu, India

More information

A Simple Secure Auditing for Cloud Storage

A Simple Secure Auditing for Cloud Storage A Simple Secure Auditing for Cloud Storage Lee-Hur Shing Institute of Information Science Academia Sinica leehurs@iis.sinica.edu.tw Marn-Ling Shing University of Taipei Yu-Hsuan Yeh, Yan-Zhi Hu and Shih-Ci

More information

AES and DES Using Secure and Dynamic Data Storage in Cloud

AES and DES Using Secure and Dynamic Data Storage in Cloud Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 1, January 2014,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 3, Issue 2, February -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Enabling

More information

An Efficient Dynamic Proof of Retrievability (PoR) Scheme

An Efficient Dynamic Proof of Retrievability (PoR) Scheme An Efficient Dynamic Proof of Retrievability (PoR) Scheme Zhen Mo Yian Zhou Shigang Chen Department of Computer & Information Science & Engineering University of Florida, Gainesville, FL 32611, USA Abstract

More information

Key Terms: Cloud Computing, cloud Service Provider, Provable Data Possession, Dynamic File Block, Map Version Table.

Key Terms: Cloud Computing, cloud Service Provider, Provable Data Possession, Dynamic File Block, Map Version Table. Volume 6, Issue 6, June 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Dynamic File Block

More information

Secure Evaluation of Public Auditing For Personal and Shared Data with Efficient User Revocation in Cloud Computing

Secure Evaluation of Public Auditing For Personal and Shared Data with Efficient User Revocation in Cloud Computing Secure Evaluation of Public Auditing For Personal and Shared Data with Efficient User Revocation in Cloud Computing Chinta Mounika M.Tech Student, Department of Computer Science and Engineering, B.V.C

More information

Efficient integrity checking technique for securing client data in cloud computing

Efficient integrity checking technique for securing client data in cloud computing International Journal of Electrical & Computer Sciences IJECS-IJENS Vol: 11 No: 05 43 Efficient integrity checking technique for securing client data in cloud computing Dalia Attas and Omar Batrafi Computer

More information

A Secured Public Auditing for Regenerating-Code-Based Cloud Storage

A Secured Public Auditing for Regenerating-Code-Based Cloud Storage P P A Secured Public Auditing for Regenerating-Code-Based Cloud Storage 1 Miss. Nirupamashree CP 1 2 P, Mrs. Pushpa RP PG Student, Department of Computer Science and Engineering, PAssistentProfessor, Department

More information

A Dynamic Proof of Retrievability (PoR) Scheme with O(logn) Complexity

A Dynamic Proof of Retrievability (PoR) Scheme with O(logn) Complexity A Dynamic Proof of Retrievability (PoR) Scheme with O(logn) Complexity Zhen Mo Yian Zhou Shigang Chen Department of Computer & Information Science & Engineering University of Florida, Gainesville, FL 32611,

More information

A Secure Cloud Storage System for Supporting Privacy-Preserving Public Auditing

A Secure Cloud Storage System for Supporting Privacy-Preserving Public Auditing A Secure Cloud Storage System for Supporting Privacy-Preserving Public Auditing Yenduva Venkata Mukesh Naidu M.Tech Student Deparment of CSE, Chaitanya Engineering College, Kommadi, Madhurawada, Visakhapatnam.

More information

Privacy Preserving Public Auditing in Secured Cloud Storage Using Block Authentication Code

Privacy Preserving Public Auditing in Secured Cloud Storage Using Block Authentication Code Privacy Preserving Public Auditing in Secured Cloud Storage Using Block Authentication Code Sajeev V 1, Gowthamani R 2 Department of Computer Science, Nehru Institute of Technology, Coimbatore, India 1,

More information

A Review on Remote Data Auditing in Cloud Computing

A Review on Remote Data Auditing in Cloud Computing A Review on Remote Data Auditing in Cloud Computing [1] Arjun U, [2] Vinay S [1] Asst. Professor, [2] Professor [1] Dept. of ISE, PESITM Shivamogga, [2] Dept. of CSE, PESCE, Mandya Abstract: Cloud computing

More information

Cloud security is an evolving sub-domain of computer and. Cloud platform utilizes third-party data centers model. An

Cloud security is an evolving sub-domain of computer and. Cloud platform utilizes third-party data centers model. An Abstract Cloud security is an evolving sub-domain of computer and network security. Cloud platform utilizes third-party data centers model. An example of cloud platform as a service (PaaS) is Heroku. In

More information

ABSTRACT. Keywords: Cloud Storage, Regenerating Code, Public Auditing, Dynamic Auditing, Privacy Preserving, Proxy I. INTRODUCTION

ABSTRACT. Keywords: Cloud Storage, Regenerating Code, Public Auditing, Dynamic Auditing, Privacy Preserving, Proxy I. INTRODUCTION 216 IJSRSET Volume 2 Issue 4 Print ISSN : 2395-199 Online ISSN : 2394-499 Themed Section: Engineering and Technology Privacy Preserving and Dynamic Auditing for Outsourced Storages in Cloud Satish Shelar*,

More information

Proofs of Storage SENY KAMARA MICROSOFT RESEARCH

Proofs of Storage SENY KAMARA MICROSOFT RESEARCH Proofs of Storage SENY KAMARA MICROSOFT RESEARCH Computing as a Service 2 Computing is a vital resource Enterprises, governments, scientists, consumers, Computing is manageable at small scales e.g., PCs,

More information

Towards Server-side Repair for Erasure Coding-based Distributed Storage Systems

Towards Server-side Repair for Erasure Coding-based Distributed Storage Systems Towards Server-side Repair for Erasure Coding-based Distributed Storage Systems Bo Chen Computer Science Department Stony Brook University bochen1@cs.stonybrook.edu Anil Kumar Ammula, Reza Curtmola Department

More information

HAIL: A High-Availability and Integrity Layer for Cloud Storage

HAIL: A High-Availability and Integrity Layer for Cloud Storage HAIL: A High-Availability and Integrity Layer for Cloud Storage Kevin D. Bowers RSA Laboratories kbowers@rsa.com Ari Juels RSA Laboratories ajuels@rsa.com Alina Oprea RSA Laboratories aoprea@rsa.com Abstract

More information

A Survey on Cloud Computing Storage and Security

A Survey on Cloud Computing Storage and Security Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 1, January 2015,

More information

Healthcare Application Cloud - Ensuring Data Storage Security and Error Localization (Implementation)

Healthcare Application Cloud - Ensuring Data Storage Security and Error Localization (Implementation) Healthcare Application Cloud - Ensuring Data Storage Security and Error Localization (Implementation) 1 Mukesh Kumar Patel, Prof. Upen Nathwani 2 1 Computer Engineering Department, Noble Group of Institutions,

More information

MANAGING OF CLOUD STORAGE AUDITING FOR DATA INTEGRITY

MANAGING OF CLOUD STORAGE AUDITING FOR DATA INTEGRITY MANAGING OF CLOUD STORAGE AUDITING FOR DATA INTEGRITY GARNEPALLI MOUNIKA 1, N.SANTHOSH RAMCHANDER 2 M. Tech Student, CSE, SVS Group of Institutions, Warangal, TS 1 M.Tech (Ph.D) Assoc. Prof, CSE Dept,

More information

SECURING DISTRIBUTED ACCOUNTABILITY FOR DATA SHARING IN CLOUD COMPUTING

SECURING DISTRIBUTED ACCOUNTABILITY FOR DATA SHARING IN CLOUD COMPUTING SECURING DISTRIBUTED ACCOUNTABILITY FOR DATA SHARING IN CLOUD COMPUTING N. RAMESH 1, D. ANIL M.E 2, M. KIRAN 3 1, M.TECH Scholar, VEC, Kavali 2, Assistant Professor, VEC, Kavali 3, Assistant Professor,

More information

THIRD PARTY AUDITING FOR CLOUD STORAGE

THIRD PARTY AUDITING FOR CLOUD STORAGE Int. J. Engg. Res. & Sci. & Tech. 2015 Kedar Jayesh Rasal and Sandip A Kahate, 2015 Research Paper ISSN 2319-5991 www.ijerst.com Vol. 4, No. 2, May 2015 2015 IJERST. All Rights Reserved THIRD PARTY AUDITING

More information

Enhancing Availability Using Identity Privacy Preserving Mechanism in Cloud Data Storage

Enhancing Availability Using Identity Privacy Preserving Mechanism in Cloud Data Storage Enhancing Availability Using Identity Privacy Preserving Mechanism in Cloud Data Storage V.Anjani Kranthi *1, Smt.D.Hemalatha *2 M.Tech Student, Dept of CSE, S.R.K.R engineering college, Bhimavaram, AP,

More information

Provable Dynamic Data Possession by Datalog Rules

Provable Dynamic Data Possession by Datalog Rules 958 JOURNAL OF SOFTWARE, VOL. 9, NO. 4, APRIL 2014 Provable Dynamic Data Possession by Datalog Rules Jing Lu School of Optical Electrical and Computing Engineering University of Shanghai for Science and

More information

Integrity Check Mechanism in Cloud Using SHA-512 Algorithm

Integrity Check Mechanism in Cloud Using SHA-512 Algorithm www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 5 may, 2014 Page No. 6033-6037 Integrity Check Mechanism in Cloud Using SHA-512 Algorithm Mrs.Shantala

More information

An Efficient Provable Data Possession Scheme based on Counting Bloom Filter for Dynamic Data in the Cloud Storage

An Efficient Provable Data Possession Scheme based on Counting Bloom Filter for Dynamic Data in the Cloud Storage , pp. 9-16 http://dx.doi.org/10.14257/ijmue.2016.11.4.02 An Efficient Provable Data Possession Scheme based on Counting Bloom Filter for Dynamic Data in the Cloud Storage Eunmi Jung 1 and Junho Jeong 2

More information

International Journal of Informative & Futuristic Research

International Journal of Informative & Futuristic Research International Journal of Informative & Futuristic Research www.ijifr.com Volume 6 Issue 2 October 2018 ISSN : 2347-1697 REVIEW OF AUTHORIZED AUDITING OF DYNAMIC BIG-DATA ON CLOUD Paper ID IJIFR/V6/ E2/

More information

A Comparative Analysis of Provable Data Possession Schemes in Cloud

A Comparative Analysis of Provable Data Possession Schemes in Cloud A Comparative Analysis of Provable Data Possession Schemes in Cloud Pooja Natu #, Prof. Shikha Pachouly * # PG scholar AISSMS COE, Department of Computer Engineering, Savitribai Phule Pune University,

More information

HLA BASED THIRD PARTY AUDITING FOR SECURE CLOUD STORAGE

HLA BASED THIRD PARTY AUDITING FOR SECURE CLOUD STORAGE HLA BASED THIRD PARTY AUDITING FOR SECURE CLOUD STORAGE Mr. N.R. Rejin Paul Assistant Professor, Department of Computer Science and Engineering, Velammal Institute of Technology, Chennai, Tamilnadu, India.

More information

Potential and Public Auditing with Fair Interposition for Cloud Data

Potential and Public Auditing with Fair Interposition for Cloud Data Potential and Public Auditing with Fair Interposition for Cloud Data Mrs. R. Lakshmi 1 M.Sc.,M.Phil., Assistant Prof,Mangayarkarasi College of Arts&science for Women R.Kalaiselvi 2, B.Nandhini 3, K.Meenakshi

More information

Third Party Auditing (TPA) For Secure Cloud Storage With Secret Sharing Algorithm. SHEETAL THITE[1], M TECH,Computer Engineering, BVDUCOE, Pune,india

Third Party Auditing (TPA) For Secure Cloud Storage With Secret Sharing Algorithm. SHEETAL THITE[1], M TECH,Computer Engineering, BVDUCOE, Pune,india , Impact Factor- 5.343 Third Party Auditing (TPA) For Secure Cloud Storage With Secret Sharing Algorithm SHEETAL THITE[1], M TECH,Computer Engineering, BVDUCOE, Pune,india Prof. S.S.DHOTRE Associate Professor,Department

More information

THIRD PARTY AUDITING FOR SECURE DATA STORAGE IN CLOUD THROUGH DIGITAL SIGNATURE USING RSA

THIRD PARTY AUDITING FOR SECURE DATA STORAGE IN CLOUD THROUGH DIGITAL SIGNATURE USING RSA THIRD PARTY AUDITING FOR SECURE DATA STORAGE IN CLOUD THROUGH DIGITAL SIGNATURE USING RSA ABSTRACT K.Govinda #1, V.Gurunathaprasad #2, H.Sathishkumar #3 Cloud computing is the way of providing computing

More information

Proofs of Retrievability: Theory and Implementation

Proofs of Retrievability: Theory and Implementation Proofs of Retrievability: Theory and Implementation Kevin D. Bowers, Ari Juels, and Alina Oprea RSA Laboratories, Cambridge, MA ABSTRACT A proof of retrievability (POR) is a compact proof by a file system

More information

Auditing-as-a-Service for Cloud Storage

Auditing-as-a-Service for Cloud Storage Auditing-as-a-Service for Cloud Storage Alshaimaa Abo-alian, N. L. Badr, M. F. Tolba, Faculty of Information and Computer Sciences, Ain shams University, Cairo, Egypt shimo.fcis83@gmail.com, dr.nagwabadr@gmail.com,

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 4, Jul Aug 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 4, Jul Aug 2017 RESEARCH ARTICLE A Survey on Data Integrity Auditing Schemes in Cloud Computing Purnima [1], Deepak Kumar Verma [2] Student of MTech. [1] Computer Science Department [2] IEC College of Engineering and

More information

Analysis of Attribute Set-Based Encryption Solution for Access Control in Cloud Computing

Analysis of Attribute Set-Based Encryption Solution for Access Control in Cloud Computing Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 9, September 2013,

More information

EFFICIENT DATA SHARING WITH ATTRIBUTE REVOCATION FOR CLOUD STORAGE

EFFICIENT DATA SHARING WITH ATTRIBUTE REVOCATION FOR CLOUD STORAGE EFFICIENT DATA SHARING WITH ATTRIBUTE REVOCATION FOR CLOUD STORAGE Chakali Sasirekha 1, K. Govardhan Reddy 2 1 M.Tech student, CSE, Kottam college of Engineering, Chinnatekuru(V),Kurnool,Andhra Pradesh,

More information

Result Paper on Public Auditing by using KERBEROS to Secure Cloud Storage

Result Paper on Public Auditing by using KERBEROS to Secure Cloud Storage Result Paper on Public Auditing by using KERBEROS to Secure Cloud Storage Ved M. Kshirsagar, Prof. V.S.Gulhane Information Technology, Computer Science, SGBAU University Amravati, Maharashtra, India Abstract

More information

Robust Remote Data Checking

Robust Remote Data Checking Robust Remote Data Checing Reza Curtmola Department of Computer Science New Jersey Institute of Technology Newar, NJ crix@njit.edu Osama Khan Randal Burns Department of Computer Science Johns Hopins University

More information

Efficient Auditable Access Control Systems for Public Shared Cloud Storage

Efficient Auditable Access Control Systems for Public Shared Cloud Storage Efficient Auditable Access Control Systems for Public Shared Cloud Storage Vidya Patil 1, Prof. Varsha R. Dange 2 Student, Department of Computer Science Dhole Patil College of Engineering, Pune, Maharashtra,

More information

1. Introduction. Ajinkya Sabale 1 IJECS Volume 04 Issue 11 November, 2015 Page No Page 14987

1. Introduction. Ajinkya Sabale 1 IJECS Volume 04 Issue 11 November, 2015 Page No Page 14987 www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 4 Issue 11 Nov 2015, Page No. 14987-14992 Third Party Auditing of Data on Cloud With Fine Grained Updates Ajinkya

More information

ENSURING PRIVACY OF E-MEDICAL HEALTH RECORDS USING TRIPLE- DES ALGORITHM

ENSURING PRIVACY OF E-MEDICAL HEALTH RECORDS USING TRIPLE- DES ALGORITHM ENSURING PRIVACY OF E-MEDICAL HEALTH RECORDS USING TRIPLE- DES ALGORITHM Ms. S. P. Vidhya Priya 1, Dharani.N.R 2, Gokilavani.M 3, Jeevitha.R 4 1,2,3,4 Department of Information Technology, Kathir College

More information

Homomorphic encryption (whiteboard)

Homomorphic encryption (whiteboard) Crypto Tutorial Homomorphic encryption Proofs of retrievability/possession Attribute based encryption Hidden vector encryption, predicate encryption Identity based encryption Zero knowledge proofs, proofs

More information

Lecture 8 - Message Authentication Codes

Lecture 8 - Message Authentication Codes Lecture 8 - Message Authentication Codes Benny Applebaum, Boaz Barak October 12, 2007 Data integrity Until now we ve only been interested in protecting secrecy of data. However, in many cases what we care

More information

MULTI - KEYWORD RANKED SEARCH OVER ENCRYPTED DATA SUPPORTING SYNONYM QUERY

MULTI - KEYWORD RANKED SEARCH OVER ENCRYPTED DATA SUPPORTING SYNONYM QUERY ISSN: 0976-3104 SPECIAL ISSUE Jayanthi and Prabadevi RESEARCH OPEN ACCESS MULTI - KEYWORD RANKED SEARCH OVER ENCRYPTED DATA SUPPORTING SYNONYM QUERY Jayanthi M.* and Prabadevi School of Information Technology

More information

Enabling Cloud Storage Auditing with Key-Exposure Resistance

Enabling Cloud Storage Auditing with Key-Exposure Resistance Enabling Cloud Storage Auditing with Key-Exposure Resistance Jia Yu, Kui Ren, Senior Member, IEEE, Cong Wang, Member, IEEE and Vijay Varadharajan, Senior Member, IEEE Abstract Cloud storage auditing is

More information

Store, Forget & Check: Using Algebraic Signatures to Check Remotely Administered Storage

Store, Forget & Check: Using Algebraic Signatures to Check Remotely Administered Storage Store, Forget & Check: Using Algebraic Signatures to Check Remotely Administered Storage Ethan L. Miller & Thomas J. E. Schwarz Storage Systems Research Center University of California, Santa Cruz What

More information

Privacy-Preserving Public Auditing for Data Storage Security in Cloud Computing

Privacy-Preserving Public Auditing for Data Storage Security in Cloud Computing IEEE INFOCOM 2010, San Diego, CA, March 2010 Privacy-Preserving Public Auditing for Data Storage Security in Cloud Computing Cong Wang 1, Qian Wang 1, Kui Ren 1, and Wenjing Lou 2 1 Illinois Institute

More information

HLA Based Third Party Auditing For Secure Cloud Storage

HLA Based Third Party Auditing For Secure Cloud Storage HLA Based Third Party Auditing For Secure Cloud Storage Chandinee Saraswathy K., Keerthi D., Padma G. Student, Department of Computer Science and Engineering Velammal Institute of Technology, Panchetti

More information

A DYNAMIC APPROACH TO CLOUD COMPUTING SECURITY OVER CLOUD OF CLOUDS

A DYNAMIC APPROACH TO CLOUD COMPUTING SECURITY OVER CLOUD OF CLOUDS A DYNAMIC APPROACH TO CLOUD COMPUTING SECURITY OVER CLOUD OF CLOUDS B. MURALI KRISHNA 1, MD. SHAKEEL AHMAD 2 1, M.TECH Scholar, PBRVITS, Kavali 2, Associate Professor, PBRVITS, Kavali ABSTRACT: The convention

More information

Public Auditing on Shared Data in the Cloud Using Ring Signature Mechanism

Public Auditing on Shared Data in the Cloud Using Ring Signature Mechanism Public Auditing on Shared Data in the Cloud Using Ring Signature Mechanism MS. Gayatri D Patwardhan Prof.B. W. Balkhande Abstract: Cloud computing is the long dreamed vision of computing as a utility,

More information

Enabling Data Integrity Protection in Regenerating-Coding-Based Cloud Storage: Theory and Implementation

Enabling Data Integrity Protection in Regenerating-Coding-Based Cloud Storage: Theory and Implementation 1 Enabling Data Integrity Protection in Regenerating-Coding-Based Cloud Storage: Theory and Implementation Henry C. H. Chen and Patrick P. C. Lee Abstract To protect outsourced data in cloud storage against

More information

ABSTRACT I. INTRODUCTION. Telangana, India 2 Professor, Department of Computer Science & Engineering, Shadan College of Engineering & Technology,

ABSTRACT I. INTRODUCTION. Telangana, India 2 Professor, Department of Computer Science & Engineering, Shadan College of Engineering & Technology, International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 6 ISSN : 2456-3307 Secure Proxy Server Data Sharing Scheme in Hybrid

More information

Accountability in Distributed Environment For Data Sharing in the Cloud

Accountability in Distributed Environment For Data Sharing in the Cloud Accountability in Distributed Environment For Data Sharing in the Cloud K.Neeraja B.Savitha Reddy D. Rajani JNTU Hyderabad JNTU Hyderabad JNTU Hyderabad Hyderabad, India Hyderabad, India Hyderabad, India

More information

International Journal of Computer Engineering and Applications,

International Journal of Computer Engineering and Applications, International Journal of Computer Engineering and Applications, Volume XI, Issue IX, September 17, www.ijcea.com ISSN 2321-3469 DATA INTEGRITY CHECK IN CLOUD COMPUTING: A FRAMEWORK Neha Thakur 1, Aman

More information

Applications of Secure Coding in Distributed Storage and Wireless Networking

Applications of Secure Coding in Distributed Storage and Wireless Networking Applications of Secure Coding in Distributed Storage and Wireless Networking Reza Curtmola New Jersey Institute of Technology Parts of this presentation are based on joint work with Bo Chen, Randal Burns,

More information

A Survey on Secure Storage in Cloud Computing

A Survey on Secure Storage in Cloud Computing Indian Journal of Science and Technology A Survey on Secure Storage in Cloud Computing A. Rajathi 1* and N. Saravanan 2 1 PG Student, School of Computing, SASTRA University, 613401, Thanjavur, Tamilnadu,

More information

MuR-DPA: Top-down Levelled Multi-replica Merkle Hash Tree Based Secure Public Auditing for Dynamic Big Data Storage on Cloud

MuR-DPA: Top-down Levelled Multi-replica Merkle Hash Tree Based Secure Public Auditing for Dynamic Big Data Storage on Cloud IEEE TRANSACTIONS ON COMPUTERS 1 MuR-DPA: Top-down Levelled Multi-replica Merkle Hash Tree Based Secure Public Auditing for Dynamic Big Data Storage on Cloud Chang Liu, Rajiv Ranjan, Chi Yang, Xuyun Zhang,

More information

Attribute Based Encryption with Privacy Protection in Clouds

Attribute Based Encryption with Privacy Protection in Clouds Attribute Based Encryption with Privacy Protection in Clouds Geetanjali. M 1, Saravanan. N 2 PG Student, Department of Information Technology, K.S.R College of Engineering, Tiruchengode, Tamilnadu, India

More information

Dec-2017, Issue- V-5, I-8, SW-03 ISSN (Online) ISSN (Print)

Dec-2017, Issue- V-5, I-8, SW-03 ISSN (Online) ISSN (Print) IJDCST @ Dec-2017, Issue- V-5, I-8, SW-03 ISSN-2320-7884 (Online) ISSN-2321-0257 (Print) Dynamic and Public Open Examination with Reasonable Mediation for Cloud Information A.Swathi 1, G. Shameshwari 2

More information

Cloud Computing Security from Single to Multi-Clouds

Cloud Computing Security from Single to Multi-Clouds Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 10, October 2013,

More information

Vijayawada, Andhrapradesh, India 2 Dhanekula Institute of Engineering & Technology, Ganguru, Vijayawada, Andhrapradesh, India

Vijayawada, Andhrapradesh, India 2 Dhanekula Institute of Engineering & Technology, Ganguru, Vijayawada, Andhrapradesh, India Volume 4, Issue 10, October 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Privacy-Process

More information

Thakare B. Monika, Dhande M. N.; International Journal of Advance Research, Ideas and Innovations in Technology.

Thakare B. Monika, Dhande M. N.; International Journal of Advance Research, Ideas and Innovations in Technology. ISSN: 2454-132X Impact factor: 4.295 (Volume3, Issue2) Available online at www.ijariit.com Privacy Preserving and Secure Data Integrity Protection security in Regenerating Coding Based Public Cloud Storage

More information