.NET MINI PROJECTS .NET PROJECTS

Distributed Concurrent and Independent Access to Encrypted Cloud Databases

ABSTRACT:

Placing critical data in the hands of a cloud provider should come with the guarantee of security and availability for data at rest, in motion, and in use. Several alternatives exist for storage services, while data confidentiality solutions for the database as a service paradigm are still immature. We propose a novel architecture that integrates cloud database services with data confidentiality and the possibility of executing concurrent operations on encrypted data. This is the first solution supporting geographically distributed clients to connect directly to an encrypted cloud database and to execute concurrent and independent operations including those modifying the database structure. The proposed architecture has the further advantage of eliminating intermediate proxies that limit the elasticity, availability, and scalability properties that are intrinsic in cloud-based solutions. The efficacy of the proposed architecture is evaluated through theoretical analyses and extensive experimental results based on a prototype implementation subject to the TPC-C standard benchmark for different numbers of clients and network latencies.

EXISTING SYSTEM:

? Original plain data must be accessible only by trusted parties that do not include cloud providers, intermediaries, and Internet; in any untrusted context, data must be encrypted. Satisfying these goals has different levels of complexity depending on the type of cloud service. There are several solutions ensuring confidentiality for the storage as a service paradigm while guaranteeing confidentiality in the database as a service (DBaaS) paradigm is still an open research area.

DISADVANTAGES OF EXISTING SYSTEM:

Ø Cannot apply fully homomorphic encryption schemes because of their excessive computational complexity.

PROPOSED SYSTEM:

Ø We propose a novel architecture that integrates cloud database services with data confidentiality and the possibility of executing concurrent operations on encrypted data.

Ø This is the first solution supporting geographically distributed clients to connect directly to an encrypted cloud database, and to execute concurrent and independent operations including those modifying the database structure.

Ø The proposed architecture has the further advantage of eliminating intermediate proxies that limit the elasticity, availability, and scalability properties that are intrinsic in cloud-based solutions.

Ø Secure DBaaS provides several original features that differentiate it from previous work in the field of security for remote database services.

ADVANTAGES OF PROPOSED SYSTEM:

Ø The proposed architecture does not require modifications to the cloud database, and it is immediately applicable to existing cloud DBaaS, such as the experimented PostgreSQL Plus Cloud Database, Windows Azure, and Xeround.

Ø There are no theoretical and practical limits to extend our solution to other platforms and to include a new encryption algorithm.

Ø It guarantees data confidentiality by allowing a cloud database server to execute concurrent SQL operations (not only read/write but also modifications to the database structure) over encrypted data.

Ø It provides the same availability, elasticity, and scalability of the original cloud DBaaS because it does not require any intermediate server.

MODULES:

1. Setup Phase

2. Meta Data Module

3. Sequential SQL Operations

4. Concurrent SQL Operations

MODULES DESCRIPTION:

* We describe how to initialize a Secure DBaaS architecture from a cloud database service acquired by a tenant from a cloud provider.

* We assume that the DBA creates the metadata storage table that at the beginning contains just the database metadata and not the table metadata.

* The DBA populates the database metadata through the Secure DBaaS client by using randomly generated encryption keys for any combinations of data types and encryption types, and stores them in the metadata storage table after encryption through the master key.

* Then, the DBA distributes the master key to the legitimate users. User access control policies are administrated by the DBA through some standard data control language as in an unencrypted database. In the following steps, the DBA creates the tables of the encrypted database.

Meta Data Module:

* In this module, we develop Metadata. So our system does not require a trusted broker or a trusted proxy because tenant data and metadata stored in the cloud database are always encrypted.

* In this module, we design such as Tenant data, data structures, and metadata must be encrypted before exiting from the client.

* The information managed by SecureDBaaS includes plaintext data, encrypted data, metadata, and encrypted metadata. Plaintext data consist of information that a tenant wants to store and process remotely in the cloud DBaaS.

* SecureDBaaS clients produce also a set of metadata consisting of information required to encrypt and decrypt data as well as other administrative information. Even metadata are encrypted and stored in the cloud DBaaS.

Sequential SQL Operations:

* The first connection of the client with the cloud DBaaS is for authentication purposes. Secure DBaaS relies on standard authentication and authorization mechanisms provided by the original DBMS server. After the authentication, a user interacts with the cloud database through the Secure DBaaS client.

* Secure DBaaS analyzes the original operation to identify which tables are involved and to retrieve their metadata from the cloud database. The metadata is decrypted through the master key and their information is used to translate the original plain SQL into a query that operates on the encrypted database.

* Translated operations contain neither plaintext database (table and column names) nor plaintext tenant data. Nevertheless, they are valid SQL operations that the Secure DBaaS client can issue to the cloud database. Translated operations are then executed by the cloud database over the encrypted tenant data. As there is a one-to-one correspondence between plaintext tables and encrypted tables, it is possible to prevent a trusted database user from accessing or modifying some tenant data by granting limited privileges on some tables.

* User privileges can be managed directly by the untrusted and encrypted cloud database. The results of the translated query that includes encrypted tenant data and metadata are received by the Secure DBaaS client, decrypted, and delivered to the user. The complexity of the translation process depends on the type of SQL statement.

Concurrent SQL Operations:

* The support to concurrent execution of SQL statements issued by multiple independent (and possibly geographically distributed) clients is one of the most important benefits of Secure DBaaS with respect to state-of-the-art solutions.

* Our architecture must guarantee consistency among encrypted tenant data and encrypted metadata because corrupted or out-of-date metadata would prevent clients from decoding encrypted tenant data resulting in permanent data losses.

* A thorough analysis of the possible issues and solutions related to concurrent SQL operations on encrypted tenant data. Here, we remark the importance of distinguishing two classes of statements that are supported by Secure DBaaS: SQL operations not causing modifications to the database structure, such as read, write, and update; operations involving alterations of the database structure through creation, removal, and modification of database tables (data definition layer operators).

HARDWARE REQUIREMENTS:

Ø System: Pentium IV 2.4 GHz.

Ø Hard Disk: 40 GB.

Ø Floppy Drive: 1.44 Mb.

Ø Monitor: 15 VGA Colour.

Ø Mouse: Logitech.

Ø Ram: 512 Mb.

SOFTWARE REQUIREMENTS:

Ø Operating system: Windows XP/7.

Ø Coding Language: ASP.net, C#.net

Ø Tool: Visual Studio 2010

Ø Database: SQL SERVER 2008

Download: Distributed Concurrent and Independent Access to Encrypted Cloud Databases

Leave a Reply

Your email address will not be published. Required fields are marked *