Storage In Cloud Using Dynamic Encryption( SCUDE )

Project Abstract / Summary : Cloud computing has grabbed the spotlight at recent years, with vendors a plenty hawking products and services that equip IT with controls to bring order to cloud chaos. But the first step is for organization to identify precisely where the greatest cloud-related threats lie. Cloud security is achieved only if the correct defensive implementations are in place.
The topic SCUDE briefly explains Storing and transferring data in Cloud securely Using Dynamic Encryption. With help of RSA algorithm the data is encrypted first and stored in cloud. Here the private key is held by user and public key is held by cloud
vendor. The encrypted data present in the cloud is again dynamically encrypted with respect to time. The keys for these dynamic encryption are held only by the cloud vendor database and he has only access to the keys and database. If the user wants to take the data first the dynamically encrypted data
decrypted by cloud vendor and after that the actual encrypted data alone is sent to user. The user again decrypts the primary encrypted data and gets the actual data. For primary decryption alone use RSA. But for secondary encryption use any asymmetric algorithm because only one key must be there which should be held by cloud vendor alone.

Why did you choose to work on this project topic : Cloud computing is a recently evolved computing terminology or metaphor based on utility and consumption of computing resources. Cloud computing presents specific challenges to privacy and security. When using cloud-based services, one is entrusting their data to a third-party for storage and security. Since cloud computing is facing many issues in security as stated above and so we choose to work on this project. .

Project Category : CS / IT / Networking
------------------------------------------------------
Institute/College Name: Sri Manakula Vinayagar Engineering College
City: Puducherry
State: Puducherry
Participating Team From: Third Year

Replies

You are reading an archived discussion.

Related Posts

Project Abstract / Summary : Our Project is "An Efficient Approach for Detecting Phishing Web" which presents an automatic approach for bright phishing web detection based on learning from a...
Yep. The world's thinnest 2-in-1 has arrived in the country. Lenovo, the Chinese multinational company that has gained a huge market share in India thanks to the bulk orders it...
Project Abstract / Summary : Agriculture plays most important role in the Indian economy. The agriculture sector of India has covered about 43percent of India's land area. Now the major...
Project Abstract / Summary : A radio controlled mini air craft with less cost materials. Description: Weight-750gm Speed-12000rpm Motor- 12v ( brush less , out runner ) It runs in...
Consider the repo directory as : /Main /Parent1 /Child /Child2 /Parent2 /Child /Child2 I only want to clone /Child2 of /Parent2 (i.e /Main/Parent2/Child2). Is it possible with Git ? I...